You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ts...@apache.org on 2014/01/12 13:44:38 UTC

svn commit: r1557524 [3/5] - in /incubator/log4cxx/branches/latest_stable: ./ src/changes/ src/site/ src/site/apt/ src/site/apt/building/ src/site/doxy/ src/site/doxy/DTDs/ src/site/resources/css/ src/site/resources/images/ src/site/resources/images/lo...

Modified: incubator/log4cxx/branches/latest_stable/pom.xml
URL: http://svn.apache.org/viewvc/incubator/log4cxx/branches/latest_stable/pom.xml?rev=1557524&r1=1557523&r2=1557524&view=diff
==============================================================================
--- incubator/log4cxx/branches/latest_stable/pom.xml (original)
+++ incubator/log4cxx/branches/latest_stable/pom.xml Sun Jan 12 12:44:37 2014
@@ -1,247 +1,389 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>log4cxx</groupId>
-  <artifactId>apache-log4cxx</artifactId>
-  <packaging>pom</packaging>
-  <version>0.10.0</version>
-  <name>Apache log4cxx</name>
-  <description>Logging framework for C++.</description>
-  <url>http://logging.apache.org:80/log4cxx</url>
-  <issueManagement>
-    <system>JIRA</system>
-    <url>http://issues.apache.org/jira/</url>
-  </issueManagement>
-<mailingLists>
-   <mailingList>
-      <name>log4cxx-user : log4cxx usage</name>
-      <subscribe>log4cxx-user-subscribe@logging.apache.org</subscribe>
-      <unsubscribe>log4cxx-user-unsubscribe@logging.apache.org</unsubscribe>
-      <post>log4cxx-user@logging.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/logging-log4cxx-user/</archive>
-      <otherArchives>
-          <otherArchive>http://markmail.org/search/list:org.apache.logging.log4cxx-user</otherArchive>
-          <otherArchive>http://marc.info/?l=log4cxx-user</otherArchive>
-          <otherArchive>http://dir.gmane.org/gmane.comp.apache.logging.log4cxx.user</otherArchive>
-      </otherArchives>
-   </mailingList>
-   <mailingList>
-      <name>log4cxx-dev : log4cxx development</name>
-      <subscribe>log4cxx-dev-subscribe@logging.apache.org</subscribe>
-      <unsubscribe>log4cxx-dev-unsubscribe@logging.apache.org</unsubscribe>
-      <post>log4cxx-dev@logging.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/logging-log4cxx-dev/</archive>
-      <otherArchives>
-          <otherArchive>http://markmail.org/search/list:org.apache.logging.log4cxx-dev</otherArchive>
-          <otherArchive>http://marc.info/?l=log4cxx-dev</otherArchive>
-          <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.devel</otherArchive>
-      </otherArchives>
-   </mailingList>
-</mailingLists>
-<licenses>
-        <license>
-                <name>Apache License, Version 2.0</name>
-                <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-                <distribution>repo</distribution>
-        </license>
-</licenses>
-<scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4cxx/tags/v0_10_0-rc8</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4cxx/tags/v0_10_0-rc8</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/logging/log4cxx/tags/v0_10_0-rc8</url>
-</scm>
-<organization>
-    <name>Apache Software Foundation</name>
-    <url>http://www.apache.org</url>
-</organization>
-<build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>compile</phase>
-            <id>compile</id>
-            <configuration>
-                <tasks>
-                   <ant target="build" />
-                </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-          <execution>
-            <phase>test-compile</phase>
-            <id>test-compile</id>
-            <configuration>
-                <tasks>
-                   <ant target="test-compile" />
-                </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-          <execution>
-            <phase>test</phase>
-            <id>test</id>
-            <configuration>
-                <tasks>
-                    <ant target="check" />
-                </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-          <execution>
-            <phase>package</phase>
-            <id>autogen</id>
-            <configuration>
-                <tasks>
-                   <ant target="autogen" />
-                </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-                  <execution>
-            <phase>site</phase>
-            <id>site</id>
-            <configuration>
-                <tasks>
-                    <ant target="site" />
-                    <taskdef name="replaceregexp" classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" />                
-                   <replaceregexp file="target/site/source-repository.html" match="/tags/[^ &quot;'&lt;]*" replace="/trunk" flags="g" />
-                <replaceregexp match="Generated on .* for " replace="Generated for " flags="g">
-                    <fileset dir="target/site/apidocs" includes="**/*.html" />
-      </replaceregexp>
-                </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-          <execution>
-            <phase>post-site</phase>
-            <id>post-site</id>
-            <configuration>
-                <tasks>
-                   <ant target="post-site" />
-                </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-          <execution>
-            <phase>site-deploy</phase>
-            <id>site-deploy</id>
-            <configuration>
-                <tasks>
-                   <ant target="site-deploy" />
-                </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-        </executions>
-       <dependencies>
-          <dependency>
-            <groupId>ant</groupId>
-            <artifactId>ant-nodeps</artifactId>
-            <version>1.6.5</version>
-          </dependency>
-          <dependency>
-            <groupId>ant-contrib</groupId>
-            <artifactId>ant-contrib</artifactId>
-            <version>1.0b2</version>
-          </dependency>
-          <dependency>
-            <groupId>ant-contrib</groupId>
-            <artifactId>cpptasks</artifactId>
-            <version>1.0b5</version>
-          </dependency>
-        </dependencies>
-      </plugin>  
-          <plugin>
-         <artifactId>maven-assembly-plugin</artifactId>
-         <configuration>
-           <descriptors>
-              <descriptor>src/assembly/source.xml</descriptor>
-           </descriptors>
-           <appendAssemblyId>false</appendAssemblyId>
-        </configuration>
-        <executions>
-            <execution>
-                <goals>
-                    <goal>assembly</goal>
-                </goals>
-            </execution>
-        </executions>
-         </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>rat-maven-plugin</artifactId>
-      </plugin>             
-    </plugins>
-</build>
-  <dependencies>
-      <dependency>
-        <groupId>log4j</groupId>
-        <artifactId>log4j</artifactId>
-        <version>1.2.14</version>
-        <scope>test</scope>
-      </dependency>      
-  </dependencies>
-  <reporting>
-    <excludeDefaults>true</excludeDefaults>  
-    <plugins>
-      <plugin>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>scm</report>
-              <report>dependencies</report>
-              <report>issue-tracking</report>
-              <report>mailing-list</report>
-              <report>license</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-      <plugin>
-          <artifactId>maven-release-plugin</artifactId>
-          <configuration>
-              <goals>site-deploy assembly:assembly</goals>
-          </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-changes-plugin</artifactId>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>changes-report</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-        <configuration>
-                <issueLinkTemplate>%URL%/browse/%ISSUE%</issueLinkTemplate>
-        </configuration>
-      </plugin>      
-    </plugins>
-  </reporting>
- <distributionManagement>
-    <repository>
-	<id>tmp.repo</id>
-	<url>file:///tmp</url>
-    </repository>
-    <site>
-      <id>logging.site</id>
-      <url>file:///${user.dir}/target/site-deploy</url>
-    </site>
-  </distributionManagement> 
+<project	xmlns="http://maven.apache.org/POM/4.0.0"
+			xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+			xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>log4cxx</groupId>
+	<artifactId>apache-log4cxx</artifactId>
+	<packaging>pom</packaging>
+	<version>0.10.0</version>
+	<name>Apache log4cxx (Incubating)</name>
+	<description>Logging framework for C++.</description>
+	<url>http://incubator.apache.org/log4cxx</url>
+	<issueManagement>
+		<system>JIRA</system>
+		<url>https://issues.apache.org/jira/browse/LOGCXX</url>
+	</issueManagement>
+
+	<mailingLists>
+		<mailingList>
+			<name>log4cxx-user : log4cxx usage</name>
+			<subscribe>log4cxx-user-subscribe@logging.apache.org</subscribe>
+			<unsubscribe>log4cxx-user-unsubscribe@logging.apache.org</unsubscribe>
+			<post>log4cxx-user@logging.apache.org</post>
+			<archive>http://mail-archives.apache.org/mod_mbox/logging-log4cxx-user/</archive>
+			<otherArchives>
+				<otherArchive>http://markmail.org/search/list:org.apache.logging.log4cxx-user</otherArchive>
+				<otherArchive>http://marc.info/?l=log4cxx-user</otherArchive>
+				<otherArchive>http://dir.gmane.org/gmane.comp.apache.logging.log4cxx.user</otherArchive>
+			</otherArchives>
+		</mailingList>
+		<mailingList>
+			<name>log4cxx-dev : log4cxx development</name>
+			<subscribe>log4cxx-dev-subscribe@logging.apache.org</subscribe>
+			<unsubscribe>log4cxx-dev-unsubscribe@logging.apache.org</unsubscribe>
+			<post>log4cxx-dev@logging.apache.org</post>
+			<archive>http://mail-archives.apache.org/mod_mbox/logging-log4cxx-dev/</archive>
+			<otherArchives>
+				<otherArchive>http://markmail.org/search/list:org.apache.logging.log4cxx-dev</otherArchive>
+				<otherArchive>http://marc.info/?l=log4cxx-dev</otherArchive>
+				<otherArchive>http://dir.gmane.org/gmane.comp.apache.logging.log4cxx.devel</otherArchive>
+			</otherArchives>
+		</mailingList>
+	</mailingLists>
+
+	<licenses>
+		<license>
+			<name>Apache License, Version 2.0</name>
+			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
+
+	<scm>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/log4cxx/trunk</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/log4cxx/trunk</developerConnection>
+		<url>http://svn.apache.org/viewcvs.cgi/incubator/log4cxx</url>
+	</scm>
+
+	<organization>
+		<name>Apache Software Foundation</name>
+		<url>http://www.apache.org</url>
+	</organization>
+
+	<!-- Developers listed by PMC, Committers, alphabetical by id-->
+	<developers>
+		<!--Begin PMC-->
+		<!--End PMC, Begin Committers-->
+		<developer>
+			<id>alexz</id>
+			<name>Alex Zbarcea</name>
+			<email>alexz@apache.org</email>
+			<timezone>America/New York</timezone>
+			<roles>
+				<role>Committer</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>chand</id>
+			<name>Chand Priyankara</name>
+			<email>chand@apache.org</email>
+			<timezone>Sri Lanka/Kadawathe</timezone>
+			<roles>
+				<role>Committer</role>
+			</roles>
+		</developer>
+        <developer>
+            <id>fseydoux</id>
+            <name>Florian Seydoux</name>
+            <email>fseydoux@apache.org</email>
+            <timezone>Europe/Zurich</timezone>
+            <roles>
+                <role>Committer</role>
+            </roles>
+        </developer>
+		<developer>
+			<id>joseph</id>
+			<name>Joseph Southwell</name>
+			<email>joseph@apache.org</email>
+			<timezone>America/Chicago</timezone>
+			<roles>
+				<role>Committer</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>rhys</id>
+			<name>Rhys Ulerich</name>
+			<email>rhys@apache.org</email>
+			<timezone>America/Chicago</timezone>
+			<roles>
+				<role>Committer</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>tschoening</id>
+			<name>Thorsten Schöning</name>
+			<email>tschoening@apache.org</email>
+			<timezone>Europe/Berlin</timezone>
+			<roles>
+				<role>Committer</role>
+			</roles>
+        </developer>
+		<!--End Committers, Begin Emeritus-->
+		<developer>
+			<id>afester</id>
+			<name>Andreas Fester</name>
+			<roles>
+				<role>Emeritus</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>carnold</id>
+			<name>Curtis Arnold</name>
+			<roles>
+				<role>Emeritus</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>cdevienne</id>
+			<name>Christophe de Vienne</name>
+			<roles>
+				<role>Emeritus</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>mcatan</id>
+			<name>Michael Catanzariti</name>
+			<roles>
+				<role>Emeritus</role>
+			</roles>
+		</developer>
+		<!--End Emeritus-->
+	</developers>
+
+	<contributors>
+		<contributor>
+			<name>Andrew Lazarus</name>
+		</contributor>
+	</contributors>
+
+	<build>
+		<plugins>
+			<plugin>
+				<artifactId>maven-antrun-plugin</artifactId>
+				<version>1.7</version>
+				<executions>
+					<execution>
+						<phase>compile</phase>
+						<id>compile</id>
+						<configuration>
+							<target>
+								<ant target="build" />
+							</target>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+					<execution>
+						<phase>test-compile</phase>
+						<id>test-compile</id>
+						<configuration>
+							<target>
+								<ant target="test-compile" />
+							</target>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+					<execution>
+						<phase>test</phase>
+						<id>test</id>
+						<configuration>
+							<target>
+								<ant target="check" />
+							</target>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+					<execution>
+						<phase>package</phase>
+						<id>autogen</id>
+						<configuration>
+							<target>
+								<ant target="autogen" />
+							</target>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+					<execution>
+						<phase>site</phase>
+						<id>site</id>
+						<configuration>
+							<target>
+								<ant target="apidocs" />
+							</target>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+					<execution>
+						<phase>post-site</phase>
+						<id>post-site</id>
+						<configuration>
+							<target>
+								<ant target="post-site" />
+							</target>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+					<execution>
+						<phase>site-deploy</phase>
+						<id>site-deploy</id>
+						<configuration>
+							<target>
+								<ant target="site-deploy" />
+							</target>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+				</executions>
+				<dependencies>
+					<dependency>
+						<groupId>org.apache.ant</groupId>
+						<artifactId>ant</artifactId>
+						<version>1.9.3</version>
+					</dependency>
+					<dependency>
+						<groupId>ant-contrib</groupId>
+						<artifactId>ant-contrib</artifactId>
+						<version>1.0b2</version>
+					</dependency>
+					<dependency>
+						<groupId>ant-contrib</groupId>
+						<artifactId>cpptasks</artifactId>
+						<version>1.0b5</version>
+					</dependency>
+				</dependencies>
+			</plugin>
+			<plugin>
+				<artifactId>maven-assembly-plugin</artifactId>
+				<configuration>
+					<descriptors>
+						<descriptor>src/assembly/source.xml</descriptor>
+					</descriptors>
+					<appendAssemblyId>false</appendAssemblyId>
+				</configuration>
+				<executions>
+					<execution>
+						<goals>
+							<goal>assembly</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>rat-maven-plugin</artifactId>
+				<version>1.0-alpha-3</version>
+			</plugin>
+			<plugin>
+				<artifactId>maven-site-plugin</artifactId>
+				<version>3.3</version>
+				<configuration>
+					<templateFile>${basedir}/src/site/maven-site.vm</templateFile>
+					<reportPlugins>
+						<plugin>
+							<artifactId>maven-project-info-reports-plugin</artifactId>
+							<version>2.7</version>
+							<reportSets>
+								<reportSet>
+									<reports>
+										<report>scm</report>
+										<report>dependencies</report>
+										<report>issue-tracking</report>
+										<report>mailing-list</report>
+										<report>license</report>
+									</reports>
+								</reportSet>
+							</reportSets>
+						</plugin>
+						<plugin>
+							<artifactId>maven-changes-plugin</artifactId>
+							<version>2.9</version>
+							<reportSets>
+								<reportSet>
+									<reports>
+										<report>changes-report</report>
+									</reports>
+								</reportSet>
+							</reportSets>
+							<configuration>
+								<issueLinkTemplate>%URL%/browse/%ISSUE%</issueLinkTemplate>
+							</configuration>
+						</plugin>
+					</reportPlugins>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+
+	<dependencies>
+		<dependency>
+			<groupId>log4j</groupId>
+			<artifactId>log4j</artifactId>
+			<version>1.2.14</version>
+			<scope>test</scope>
+		</dependency>
+	</dependencies>
+
+	<reporting>
+		<excludeDefaults>true</excludeDefaults>
+		<plugins>
+			<plugin>
+				<artifactId>maven-project-info-reports-plugin</artifactId>
+				<reportSets>
+					<reportSet>
+						<reports>
+							<report>scm</report>
+							<report>dependencies</report>
+							<report>issue-tracking</report>
+							<report>mailing-list</report>
+							<report>license</report>
+						</reports>
+					</reportSet>
+				</reportSets>
+			</plugin>
+			<plugin>
+				<artifactId>maven-release-plugin</artifactId>
+				<configuration>
+					<goals>site-deploy assembly:assembly</goals>
+				</configuration>
+			</plugin>
+			<plugin>
+				<artifactId>maven-changes-plugin</artifactId>
+				<version>2.9</version>
+				<reportSets>
+					<reportSet>
+						<reports>
+							<report>changes-report</report>
+						</reports>
+					</reportSet>
+				</reportSets>
+				<configuration>
+					<issueLinkTemplate>%URL%/browse/%ISSUE%</issueLinkTemplate>
+				</configuration>
+			</plugin>
+		</plugins>
+	</reporting>
+
+	<distributionManagement>
+		<repository>
+			<id>tmp.repo</id>
+			<url>file:///tmp</url>
+		</repository>
+		<site>
+			<id>logging.site</id>
+			<url>file:///${user.dir}/target/site-deploy</url>
+		</site>
+	</distributionManagement>
 </project>

Modified: incubator/log4cxx/branches/latest_stable/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/incubator/log4cxx/branches/latest_stable/src/changes/changes.xml?rev=1557524&r1=1557523&r2=1557524&view=diff
==============================================================================
--- incubator/log4cxx/branches/latest_stable/src/changes/changes.xml (original)
+++ incubator/log4cxx/branches/latest_stable/src/changes/changes.xml Sun Jan 12 12:44:37 2014
@@ -16,379 +16,327 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 
-  -->
+-->
 <document>
-<properties>
-<title>Apache log4cxx</title>
-</properties>
-<body>
-<release version="0.10.0" date="2008-04-03" description="First Apache release">
-<action issue="LOGCXX-2">logger.h includes config.h</action>
-<action issue="LOGCXX-3">Missing #else</action>
-<action issue="LOGCXX-4">initialization not working on many OS's</action>
-<action issue="LOGCXX-5">Preprocessor macro WIN32 used instead of _WIN32</action>
-<action issue="LOGCXX-6">Win32 OutputDebugString</action>
-<action issue="LOGCXX-7">SocketAppender binary format not compatible with Chainsaw</action>
-<action issue="LOGCXX-8">Compilation problems using VC5 or VC6 with later Platform SDKs</action>
-<action issue="LOGCXX-10">Conflicting definitions of tchar.h/simulatenous Unicode+MBCS</action>
-<action issue="LOGCXX-11">Timezone may have side-effects</action>
-<action issue="LOGCXX-12">the threshold  of ApenderSkeleton can not be set by calling setOption.</action>
-<action issue="LOGCXX-13">Add branch optimization hint to LOG4CXX_DEBUG macro</action>
-<action issue="LOGCXX-14">add -Wall to compile log4cxx will get many warning</action>
-<action issue="LOGCXX-15">PatternLayout don't use locale time zone,it's use GMT tome zone</action>
-<action issue="LOGCXX-16">Misleading statements in Introduction to log4cxx</action>
-<action issue="LOGCXX-17">Use of non reentrant time functions</action>
-<action issue="LOGCXX-18">LoggerStream Feature</action>
-<action issue="LOGCXX-19">Add .cvsignore's to ignore generated files</action>
-<action issue="LOGCXX-21">Add check that libxml2 not libxml has been included</action>
-<action issue="LOGCXX-22">Backslashes in filenames in XML config of FileAppender broken</action>
-<action issue="LOGCXX-23">Unit tests have become stale</action>
-<action issue="LOGCXX-24">Class and module name not available in LogEvent</action>
-<action issue="LOGCXX-25">Add Ant+cpptasks build file</action>
-<action issue="LOGCXX-26">Default initialization is broken</action>
-<action issue="LOGCXX-27">Appender threshold cannot be set in configuration files</action>
-<action issue="LOGCXX-28">Appender threshold cannot be set in configuration files</action>
-<action issue="LOGCXX-29">Appender attributes are not passed passed to setOption correctly.</action>
-<action issue="LOGCXX-30">StringTokenizer uses evil strtok and wcstok functions</action>
-<action issue="LOGCXX-31">Missing const qualifiers, Exception::getMessage() in particular.</action>
-<action issue="LOGCXX-32">Missing copy constructors and assignment operators</action>
-<action issue="LOGCXX-33">log4cxx::Exception is not derived from std::exception</action>
-<action issue="LOGCXX-34">Visual Studio 6 CVS build broken</action>
-<action issue="LOGCXX-35">Avoid use of MSXML</action>
-<action issue="LOGCXX-36">Migrate to Apache Portable Runtime threads</action>
-<action issue="LOGCXX-37">Unable to build log4cxx under Borland C++</action>
-<action issue="LOGCXX-39">Remove DailyRollingFileAppender</action>
-<action issue="LOGCXX-40">PatternLayout does not support Java date format specifiers</action>
-<action issue="LOGCXX-41">Layout timestamp doesn't seem to adjust for daylight saving</action>
-<action issue="LOGCXX-43">configure/make help needed</action>
-<action issue="LOGCXX-44">GUMP integation</action>
-<action issue="LOGCXX-45">_T causes error : 1048576 cannot be used as a function</action>
-<action issue="LOGCXX-46">Extra semicolon after namespace closing paren</action>
-<action issue="LOGCXX-47">Check headers for missing declarations and Effective C++ violations</action>
-<action issue="LOGCXX-48">Use hex representation for thread identifier</action>
-<action issue="LOGCXX-49">Move timezone specification into pattern, remove locale specification</action>
-<action issue="LOGCXX-50">variable name clash in macro</action>
-<action issue="LOGCXX-52">Migrate log4j 1.3 RollingFileAppender</action>
-<action issue="LOGCXX-53">Problems compiling with MsDev 6.0 (space in paths)</action>
-<action issue="LOGCXX-54">Eliminate use of boost-regex in unit tests</action>
-<action issue="LOGCXX-55">DailyRolling File Appender</action>
-<action issue="LOGCXX-56">BasicConfiguration is unreliable</action>
-<action issue="LOGCXX-57">Port log4j performance test</action>
-<action issue="LOGCXX-58">ImmediateFlush'd FileAppenders extremely slow on Windows</action>
-<action issue="LOGCXX-59">Implement encoding support for Writer appender</action>
-<action issue="LOGCXX-60">XML layout can be mismatched with document encoding</action>
-<action issue="LOGCXX-62">log4cxx 0.10.0 release</action>
-<action issue="LOGCXX-63">Platform appropriate line-feed convention</action>
-<action issue="LOGCXX-64">Migrate to APR network IO</action>
-<action issue="LOGCXX-66">SyslogAppender append method currently stubbed out</action>
-<action issue="LOGCXX-67">NTEventLogAppender always uses RPC method for logging and has inadequate error handling.</action>
-<action issue="LOGCXX-70">Logic flaws in StringHelper::startsWith and StringHelper::endsWith</action>
-<action issue="LOGCXX-71">Update performance page on web site</action>
-<action issue="LOGCXX-72">INSTALL out of date</action>
-<action issue="LOGCXX-73">Not loading configuration from log4cxx.properties or log4cxx.xml</action>
-<action issue="LOGCXX-74">MinGW build</action>
-<action issue="LOGCXX-75">Cygwin build</action>
-<action issue="LOGCXX-76">user.home, user.dir, java.io.tmpdir available within configuration files</action>
-<action issue="LOGCXX-77">Static builds broken</action>
-<action issue="LOGCXX-79">configure check for apr-util</action>
-<action issue="LOGCXX-80">Migrated network appenders to APR network IO</action>
-<action issue="LOGCXX-81">SimpleDateFormat does not compile on Solaris 2.95.2 gcc</action>
-<action issue="LOGCXX-82">Compiling with stream.h in multiple object files errors</action>
-<action issue="LOGCXX-83">log4cxx::Level::ERROR fails to compile when GDI enabled</action>
-<action issue="LOGCXX-84">Problems with stream logging in UTF8, no WCHAR_T build</action>
-<action issue="LOGCXX-85">Mac OS/X fixes and enhancements</action>
-<action issue="LOGCXX-86">Add TRACE level</action>
-<action issue="LOGCXX-87">Remove remaining uses of Category and Priority</action>
-<action issue="LOGCXX-88">Explore use of security-enhanced CRT methods</action>
-<action issue="LOGCXX-94">simplesocketserver.cpp should use LOG4CXX_STR("...") not L"..."</action>
-<action issue="LOGCXX-98">Gump build fails for log4cxx-ant-no-wchar-t target</action>
-<action issue="LOGCXX-100">Fixes for ODBCAppender</action>
-<action issue="LOGCXX-103">Much of CVS HEAD seems #if 0 out, especially ResourceBundle stuff</action>
-<action issue="LOGCXX-104">ODBCAppender::close does not check if appender is already closed</action>
-<action issue="LOGCXX-105">Infinite loop in string replacing</action>
-<action issue="LOGCXX-106">maxFileSize has bad type in SizeBasedTriggeringPolicy file</action>
-<action issue="LOGCXX-107">Can't compile log4cxx in ascii on Windows</action>
-<action issue="LOGCXX-110">try fix 64bit log4cxx_intptr_t</action>
-<action issue="LOGCXX-111">make Logger cache a LoggerRepositoryPtr instead of a "blind" pointer</action>
-<action issue="LOGCXX-112">change "static" to "auto" for Transcoder::decode() decoder and CharsetDecoder::getDefaultDecoder() decoder</action>
-<action issue="LOGCXX-113">separate apr detection m4 codes from aclocal.m4</action>
-<action issue="LOGCXX-114">Upgrade APR to 1.2.2 from 1.1.0</action>
-<action issue="LOGCXX-115">SVN head does not compile with Borland C++ compiler</action>
-<action issue="LOGCXX-116">SVN head does not compiler with MinGW compiler</action>
-<action issue="LOGCXX-117">Memory leak with ThreadSpecificData on Win32</action>
-<action issue="LOGCXX-118">Hierarchy corrupts with PropertyConfigurator</action>
-<action issue="LOGCXX-119">ndctestcase not working</action>
-<action issue="LOGCXX-120">Wrong parameter description in Patternlayout</action>
-<action issue="LOGCXX-123">UTF-8 build fails on Linux</action>
-<action issue="LOGCXX-124">wchar_t constructor missing in class NDC</action>
-<action issue="LOGCXX-125">L7dTestCase is stubbed out</action>
-<action issue="LOGCXX-126">std::cout stops working if log4cxx is first to output</action>
-<action issue="LOGCXX-127">Main build.xml not referencing "env" properly.</action>
-<action issue="LOGCXX-129">Asyncappender is full of race conditions (improper use of condition variables)</action>
-<action issue="LOGCXX-130">Compile fails on gcc4.1</action>
-<action issue="LOGCXX-131">TimeBasedRollingPolicy is declared "abstract"</action>
-<action issue="LOGCXX-132">various segmentation faults in multithreaded application</action>
-<action issue="LOGCXX-133">Missing parenthesis in LOG4CXX_ASSERT</action>
-<action issue="LOGCXX-134">FileAppender could create missing directories</action>
-<action issue="LOGCXX-135">Use std::string with logstream</action>
-<action issue="LOGCXX-136">DailyRollingFileAppender not using Property options</action>
-<action issue="LOGCXX-138">XMLLayoutTestCase output and filtered output gets overwritten</action>
-<action issue="LOGCXX-139">XMLLayoutTestCase uses inadequate filters for 64 bit platforms</action>
-<action issue="LOGCXX-140">Handle leak with LoggingEvent::getCurrentThreadName</action>
-<action issue="LOGCXX-141">Upgrade to APR 1.2.7 or later</action>
-<action issue="LOGCXX-142">socketservertestcase.cpp does not compile with Sun Studio 11 on Solaris</action>
-<action issue="LOGCXX-143">-xarch=v8plus should be removed from Makefile.in</action>
-<action issue="LOGCXX-146">DailyRollingFileAppender::~DailyRollingFileAppender must call finalize</action>
-<action issue="LOGCXX-149">make dist does not work</action>
-<action issue="LOGCXX-150">logstream's operator&lt;&lt; declared in the wrong namespace</action>
-<action issue="LOGCXX-151">Umlauts as literal in patternlayout won't be logged correct</action>
-<action issue="LOGCXX-152">gcc warning about cast from `const void*' to `log4cxx::helpers::Object*' discards qualifiers from pointer target typ</action>
-<action issue="LOGCXX-153">Automate log4cxx site and doxygen generation and deployment</action>
-<action issue="LOGCXX-155">Update source headers per new ASF header policy</action>
-<action issue="LOGCXX-156">immediate flush in console appender</action>
-<action issue="LOGCXX-157">make install fails since @manual_dest@ replacement is missing in Makefiles</action>
-<action issue="LOGCXX-158">tolower not defined in stringhelper.cpp</action>
-<action issue="LOGCXX-159">Initialization of local static objects out of order on Linux</action>
-<action issue="LOGCXX-160">helpers/object.h: DECLARE_LOG4CXX_OBJECT macro definition is missing virtual destructor declaration</action>
-<action issue="LOGCXX-161">Using RollingFileAppender increases the working set with each rollover</action>
-<action issue="LOGCXX-162">Problem printing string with embedded NULL character</action>
-<action issue="LOGCXX-163">liblog4cxx (svn 480882) does not link on Mac OS X 10.4</action>
-<action issue="LOGCXX-164">XMLSocketAppender is disabled</action>
-<action issue="LOGCXX-165">XMLSocketAppender may generate erroneous output due to mismatched encoding</action>
-<action issue="LOGCXX-167">system locale charmap is not determined properly on Fedora Core 6</action>
-<action issue="LOGCXX-168">log4j.dtd does not contain rollingPolicy and other o.a.l.r.RFA elements</action>
-<action issue="LOGCXX-169">XMLLayoutTestCase fails on compilers that do not provide location info</action>
-<action issue="LOGCXX-171">Add project description file for projects.apache.org</action>
-<action issue="LOGCXX-172">configure fail with ".infig.status: error: cannot find input file:"</action>
-<action issue="LOGCXX-175">APRCharsetEncoder is not thread safe</action>
-<action issue="LOGCXX-177">SocketImpl::accept uses private APR function: apr_wait_for_io_or_timeout</action>
-<action issue="LOGCXX-178">Link failure if wchar_t cannot be determined as UTF-16 or UTF-32</action>
-<action issue="LOGCXX-179">example applications do SIGABRT on aix 5.2</action>
-<action issue="LOGCXX-180">Build fails at domconfigurator.h</action>
-<action issue="LOGCXX-181">Level::DEBUG and other non-local statics cause crash on app shutdown on AIX</action>
-<action issue="LOGCXX-182">missing man page for simplesocketserver</action>
-<action issue="LOGCXX-183">Compiler warning: dereferencing type-punned pointer will break strict-aliasing rules</action>
-<action issue="LOGCXX-184">Crash when log level set to 'inherited'</action>
-<action issue="LOGCXX-186">Garbage characters in log files when log requests from multiple threads with hyperthreading enabled</action>
-<action issue="LOGCXX-187">LogLog::emit() could potentially interleave messages</action>
-<action issue="LOGCXX-188">Upgrade to apr 1.2.9 and apr-util 1.2.8</action>
-<action issue="LOGCXX-189">Migrate to Maven 2.0 for documentation and packaging</action>
-<action issue="LOGCXX-190">The 'logger.h' header includes itself.</action>
-<action issue="LOGCXX-191">Application cores when syslog appender is given an unreachable host/ip.</action>
-<action issue="LOGCXX-192">Suggested improvements to log4cxx webpages</action>
-<action issue="LOGCXX-193">Please rename or remove new local variable "buf" in Logger.h macros</action>
-<action issue="LOGCXX-194">Garbage in log files when appenders are defined in multiple levels of the logger hierarchy</action>
-<action issue="LOGCXX-195">Syslog appender adds characters to output.</action>
-<action issue="LOGCXX-196">Syslog appender destructor can cause core</action>
-<action issue="LOGCXX-197">ant can't generate vc6 project</action>
-<action issue="LOGCXX-200">Implement compression for RollingFileAppender</action>
-<action issue="LOGCXX-201">Visual Studio 6 build</action>
-<action issue="LOGCXX-202">ObjectPtrT has inconsistent const-ness on accessors</action>
-<action issue="LOGCXX-204">PatternParserTestCase and FileNamePatternTestCase fail only with VC6</action>
-<action issue="LOGCXX-208">isTraceEnabled implemenation missing in logger.cpp (Revision: 592627)</action>
-<action issue="LOGCXX-209">A  message of type wchar_t* is not beeing written correctly to the internal message buffer (Revision: 592627)</action>
-<action issue="LOGCXX-210">HTMLLayout NDC null check</action>
-<action issue="LOGCXX-211">Crash(Segmentation Fault) in DailyRollingFileAppender when file change</action>
-<action issue="LOGCXX-212">unittest failed</action>
-<action issue="LOGCXX-213">trace method implementation is missing</action>
-<action issue="LOGCXX-214">Possible memory leak due to fault in build process (via make)</action>
-<action issue="LOGCXX-215">Eliminate sqlext.h from odbcappender.h</action>
-<action issue="LOGCXX-216">crash on program exit</action>
-<action issue="LOGCXX-217">Not initialized LoggerPtr segfault program.</action>
-<action issue="LOGCXX-218">Visual Studio 8 build</action>
-<action issue="LOGCXX-219">suspicious warnings</action>
-<action issue="LOGCXX-220">Memory leaks when using MFC</action>
-<action issue="LOGCXX-221">ThreadID layout does not match debugger</action>
-<action issue="LOGCXX-222">trunk compile error.</action>
-<action issue="LOGCXX-225">Migrate unit tests from LGPL'd CPPUNIT to an ASL'd testing framework</action>
-<action issue="LOGCXX-226">Default configurator uses *.properties in preference to *.xml</action>
-<action issue="LOGCXX-227">Remove @since tags</action>
-<action issue="LOGCXX-228">Remove @author tags</action>
-<action issue="LOGCXX-230">Align ant build options with automake</action>
-<action issue="LOGCXX-231">Deadlock in AsyncAppender</action>
-<action issue="LOGCXX-232">Drop src/performance</action>
-<action issue="LOGCXX-233">Unnecessary casts in ObjectPtrT</action>
-<action issue="LOGCXX-234">Assignment operator removes const qualifier</action>
-<action issue="LOGCXX-235">Add ObjectPtrT::exchange</action>
-<action issue="LOGCXX-236">Re-order constructor initialiser lists to match declaration order</action>
-<action issue="LOGCXX-237">Include missing headers</action>
-<action issue="LOGCXX-239">Inconsistent const qualification on logging methods.</action>
-<action issue="LOGCXX-241">Non-ascii named files have names mangled</action>
-<action issue="LOGCXX-242">Eliminate log4cxx proxies for APR types</action>
-<action issue="LOGCXX-243">Problem Compile in Doxy</action>
-<action issue="LOGCXX-246">Config refresh hangs a client application that uses TelnetAppender</action>
-<action issue="LOGCXX-247">MSVC project has wrong additional include directories</action>
-<action issue="LOGCXX-248">ODBCAppender has unicode issues</action>
-<action issue="LOGCXX-251">NDC::cloneStack and NDC::inherit missing in 0.10.0 RC2</action>
-<action issue="LOGCXX-252">Add documentation for use of operator&lt;&lt; in logging requests</action>
-<action issue="LOGCXX-253">Transcoder compilation error with utf-8 charset</action>
-<action issue="LOGCXX-254">Add build option for static C RTL</action>
-<action issue="LOGCXX-256">SocketHubAppender fails after accepting connection</action>
-<action issue="LOGCXX-257">ServerSocket::accept hangs on Unix</action>
-<action issue="LOGCXX-258">unable to build from make dist package due to missing doxygen file</action>
-<action issue="LOGCXX-259">Several appenders fail to compile in Visual Studio 2008</action>
-</release>
-<release version="0.9.7" date="2004-05-10">
-<action type="fix">Fixed examples source code in the "Short introduction to log4cxx".</action>
-<action type="fix">Fixed, in the renaming algorithm of RollingFileAppender and
-  DailyRollingFileAppender, a problem specific to Unicode.</action>
-<action type="fix">Fixed conflict with Windows macros "min" and "max", by renaming
-  StrictMath::min and StrictMath::max to StrictMath::minimum and
-  StrictMath::maximum.</action>
-<action type="add">Port to HPUX 11.0.</action>
-<action type="fix">Fixed segmentation fault in PropertyConfigurator.</action>
-<action type="add">Port to Solaris.</action>
-<action type="fix">Fixed MutexException thrown while destroying RollingFileAppender.</action>
-<action type="fix">Logging macros can be used without explicity declaring the use of log4cxx namespace.</action>
-<action type="fix">Fixed static library unresolved externals for msvc 6 and 7.1</action>
-</release>
-<release version="0.9.6" date="2004-04-11">
-<action>Timezone management has been optimized through the class TimeZone</action>
-<action>Inter-thread synchronization and reference counting has been optimized</action>
-<action>Reference counting now uses gcc atomic functions (bug 929078)</action>
-<action>Use of StringBuffer has been optimized.</action>
-<action>Support of localisation throug resourceBundles</action>
-<action>SyslogAppender now uses the system function 'syslog' to log on the local host.
- (only for POSIX systems)</action>
-<action>Added TimeZone configuration to PatternLayout (bug 912563)</action>
-<action>Support of the DailyRollingFileAppender (feature request 842765)</action>
-</release>
-<release version="0.9.5" date="2004-02-04">
-<action>Port of log4j Jnuit tests with Cppunit and Boost Regex.</action>
-<action>Added explicit exports for MSDEV 6 and MSDEV 7 (no further need of .def files)</action>
-<action>Custom levels can be configured through the DOMConfigurator and
-  PropertyConfigurator classes (Level inherites from Object)</action>
-<action>Added a reference counter to LoggingEvent to avoid useless copies
-  (LoggingEvent inherites from Object)</action>
-<action>The file log4j.xml as well as the file log4j.properties are now search
-  for, in log4cxx initialization.</action>
-<action>The root logger can be assigned the "OFF" level.</action>
-<action>Added MSVC6 project missing files mutext.cpp and condition.cpp (bug 847397)</action>
-<action>condition.cpp now compiles with MSVC6 (bug 847417)</action>
-<action>fixed pure virtual function call in PropertyConfigurator::configureAndWatch
-  (bug 848521)</action>
-<action>XMLAppender now displays correct timestamp with MSVC 6 (bug 852836)</action>
-<action>SRLPORT 4.6 support.</action>
-<action>Fixed an infinite loop in class Properties.</action>
-<action>Fixed compilations problems with unicode.</action>
-<action>Fixed SocketAppender bug concerning MDC and NDC.</action>
-</release>
-<release version="0.9.4" date="2003-10-25">
-<action>StringBuffer has been optimized.</action>
-<action>Fixed miscellaneous threading problems.</action>
-<action>Added TimeZone support in PatternLayout (bug 796894)</action>
-<action>Fixed threading configuration problems (bug 809125)</action>
-<action>Fixed miscellaneous MSVC and cygwin compilation problems.</action>
-</release>
-<release version="0.9.3" date="2003-09-19">
-<action>Changed tstring to log4cxx::String and tostringstream to
-  log4cxx::StringBuffer.
-</action>
-<action>Fixed MSVC 2003 compilation erros and warnings.
-</action>
-<action>Added helpers for NDC and MDC.
-</action>
-<action>Added TimeZone support in TTCCLayout.
-</action>
-<action>Fixed compilation problems with logger macros (LOG4CXX_...)
-</action>
-<action>Fixed milliseconds formatting problem with MSVC 6.0 and 2003
-</action>
-<action>Fixed AsyncAppender crash
-</action>
-<action>Added new tests
-</action>
-<action>Added benchmarks
-</action>
-</release>
-<release version="0.9.2" date="2003-08-10">
-<action>Fixed FreeBSD compilation problem with pthread mutex (class CriticalSection).
-</action>
-<action>Fixed milliseconds formatting problem (class DateFormat).
-</action>
-<action>Long events (&gt; 1024 chars) are now supported in the class XMLSocketAppender.
-</action>
-<action>Carriage returns have been normalized in the class XMLLayout.
-</action>
-</release>
-<release version="0.9.1" date="2003-08-06">
-<action>Fixed deadlock problems in classes Logger and AsyncAppender.
-</action>
-<action>Fixed MSVC 6.0 compilation problems.
-</action>
-<action>Added MSVC 6.0 static libraty project.
-</action>
-<action>Default configuration for the SMTP options is "no".
-</action>
-</release>
-<release version="0.9.0" date="2003-08-06">
-<action>Added ODBCAppender (matching log4j JDBCAppender)
-</action>
-<action>Added SyslogAppender
-</action>
-<action>Added SMTPAppender (only for Linux/FreeBSD)
-</action>
-<action>Added BasicConfigurator
-</action>
-<action>Added a FileWatchDog in PropertyConfigurator and DOMConfigurator
-</action>
-<action>Possibility to load a custom LoggerFactory through the DOMConfigurator
-</action>
-<action>Changed time precision from seconds to milliseconds
-</action>
-<action>Added MSVC 6.0 'Unicode Debug' and 'Unicode Release' targets
-</action>
-<action>Added Java like System class.
-</action>
-</release>
-<release version="0.1.1" date="2003-07-09">
-<action>Fixed MSVC 6.0 compilation problems concerning the 'Release' target
-</action>
-<action>Added MSVC 6.0 tests projects
-</action>
-</release>
-<release version="0.1.0" date="2003-07-08">
-<action>FreeBSD Autotools/Compilation support
-</action>
-<action>Fixed TelnetAppender crash when a socket bind exception occured.
-</action>
-<action>Added log4j DTD support to XMLLayout and DOMConfigurator
-</action>
-<action>Can now send events in XML format over TCP (class XMLSocketAppender) for the
-  log4j Chainsaw UI
-</action>
-<action>Now compiles with 'configure --enable-unicode' (UTF16 Unicode support)
-</action>
-<action>Added Java like Properties class. It's a helper for the PropertyConfigurator
-</action>
-<action>Added Java like objects with dynamic cast and instanciation. Custom objects
-  can be configured through the DOMConfigurator and PropertyConfigurator classes
-</action>
-<action>Port of the PropertyConfigurator class
-</action>
-<action>Port of the "Map Diagnostic Context" (MDC) class
-</action>
-<action>Added 13 tests (try make check)
-</action>
-</release>
-<release version="0.0.1" date="2003-05-31">
-<action type="add">Loggers, Hierarchy, Filters, Appenders, Layouts, NDC
-</action>
-<action type="add">Appenders:
-  AsyncAppender, ConsoleAppender, FileAppender, NTEventLogAppender,
-  RollingFileAppender, SocketAppender, SocketHubAappender,
-  TelnetAppender
-</action>
-<action type="add">Layouts:
-  HTMLLayout, PatternLayout, SimpleLayout, TTCCLayout, XMLLayout
-</action>
-<action type="add">Filters:
-  DenyAllFilter, LevelMatchFilter, LevelRangeFilter, StringMatchFilter
+	<properties>
+		<title>Changes</title>
+	</properties>
 
-</action>
-<action type="add">Configurators:
-  DOMConfigurator
-</action>
-</release>
-</body>
+	<body>
+		<release version="0.10.0" date="2008-04-03" description="First Apache release">
+			<action issue="LOGCXX-2" type="fix">logger.h includes config.h</action>
+			<action issue="LOGCXX-3" type="fix">Missing #else</action>
+			<action issue="LOGCXX-4" type="fix">initialization not working on many OS's</action>
+			<action issue="LOGCXX-5" type="fix">Preprocessor macro WIN32 used instead of _WIN32</action>
+			<action issue="LOGCXX-6" type="add">Win32 OutputDebugString</action>
+			<action issue="LOGCXX-7" type="fix">SocketAppender binary format not compatible with Chainsaw</action>
+			<action issue="LOGCXX-8" type="fix">Compilation problems using VC5 or VC6 with later Platform SDKs</action>
+			<action issue="LOGCXX-10" type="fix">Conflicting definitions of tchar.h/simulatenous Unicode+MBCS</action>
+			<action issue="LOGCXX-11" type="fix">Timezone may have side-effects</action>
+			<action issue="LOGCXX-12" type="fix">the threshold of ApenderSkeleton can not be set by calling setOption.</action>
+			<action issue="LOGCXX-13" type="add">Add branch optimization hint to LOG4CXX_DEBUG macro</action>
+			<action issue="LOGCXX-14" type="add">add -Wall to compile log4cxx will get many warning</action>
+			<action issue="LOGCXX-15" type="fix">PatternLayout don't use locale time zone,it's use GMT tome zone</action>
+			<action issue="LOGCXX-16" type="fix">Misleading statements in Introduction to log4cxx</action>
+			<action issue="LOGCXX-17" type="update">Use of non reentrant time functions</action>
+			<action issue="LOGCXX-18" type="add">LoggerStream Feature</action>
+			<action issue="LOGCXX-19" type="add">Add .cvsignore's to ignore generated files</action>
+			<action issue="LOGCXX-21" type="add">Add check that libxml2 not libxml has been included</action>
+			<action issue="LOGCXX-22" type="fix">Backslashes in filenames in XML config of FileAppender broken</action>
+			<action issue="LOGCXX-23" type="fix">Unit tests have become stale</action>
+			<action issue="LOGCXX-24" type="fix">Class and module name not available in LogEvent</action>
+			<action issue="LOGCXX-25" type="add">Add Ant+cpptasks build file</action>
+			<action issue="LOGCXX-26" type="fix">Default initialization is broken</action>
+			<action issue="LOGCXX-27" type="fix">Appender threshold cannot be set in configuration files</action>
+			<action issue="LOGCXX-28" type="fix">Appender threshold cannot be set in configuration files</action>
+			<action issue="LOGCXX-29" type="fix">Appender attributes are not passed passed to setOption correctly.</action>
+			<action issue="LOGCXX-30" type="fix">StringTokenizer uses evil strtok and wcstok functions</action>
+			<action issue="LOGCXX-31" type="fix">Missing const qualifiers, Exception::getMessage() in particular.</action>
+			<action issue="LOGCXX-32" type="fix">Missing copy constructors and assignment operators</action>
+			<action issue="LOGCXX-33" type="fix">log4cxx::Exception is not derived from std::exception</action>
+			<action issue="LOGCXX-34" type="fix">Visual Studio 6 CVS build broken</action>
+			<action issue="LOGCXX-35" type="remove">Avoid use of MSXML</action>
+			<action issue="LOGCXX-36" type="add">Migrate to Apache Portable Runtime threads</action>
+			<action issue="LOGCXX-37" type="fix">Unable to build log4cxx under Borland C++</action>
+			<action issue="LOGCXX-39" type="remove">Remove DailyRollingFileAppender</action>
+			<action issue="LOGCXX-40" type="fix">PatternLayout does not support Java date format specifiers</action>
+			<action issue="LOGCXX-41" type="fix">Layout timestamp doesn't seem to adjust for daylight saving</action>
+			<action issue="LOGCXX-43" type="add">configure/make help needed</action>
+			<action issue="LOGCXX-44" type="add">GUMP integation</action>
+			<action issue="LOGCXX-45" type="fix">_T causes error : 1048576 cannot be used as a function</action>
+			<action issue="LOGCXX-46" type="fix">Extra semicolon after namespace closing paren</action>
+			<action issue="LOGCXX-47" type="fix">Check headers for missing declarations and Effective C++ violations</action>
+			<action issue="LOGCXX-48" type="add">Use hex representation for thread identifier</action>
+			<action issue="LOGCXX-49" type="add">Move timezone specification into pattern, remove locale specification</action>
+			<action issue="LOGCXX-50" type="fix">variable name clash in macro</action>
+			<action issue="LOGCXX-52" type="add">Migrate log4j 1.3 RollingFileAppender</action>
+			<action issue="LOGCXX-53" type="fix">Problems compiling with MsDev 6.0 (space in paths)</action>
+			<action issue="LOGCXX-54" type="fix">Eliminate use of boost-regex in unit tests</action>
+			<action issue="LOGCXX-55" type="add">DailyRolling File Appender</action>
+			<action issue="LOGCXX-56" type="fix">BasicConfiguration is unreliable</action>
+			<action issue="LOGCXX-57" type="add">Port log4j performance test</action>
+			<action issue="LOGCXX-58" type="fix">ImmediateFlush'd FileAppenders extremely slow on Windows</action>
+			<action issue="LOGCXX-59" type="update">Implement encoding support for Writer appender</action>
+			<action issue="LOGCXX-60" type="fix">XML layout can be mismatched with document encoding</action>
+			<action issue="LOGCXX-62" type="update">log4cxx 0.10.0 release</action>
+			<action issue="LOGCXX-63" type="update">Platform appropriate line-feed convention</action>
+			<action issue="LOGCXX-64" type="update">Migrate to APR network IO</action>
+			<action issue="LOGCXX-66" type="fix">SyslogAppender append method currently stubbed out</action>
+			<action issue="LOGCXX-67" type="fix">NTEventLogAppender always uses RPC method for logging and has inadequate error handling.</action>
+			<action issue="LOGCXX-70" type="fix">Logic flaws in StringHelper::startsWith and StringHelper::endsWith</action>
+			<action issue="LOGCXX-71" type="update">Update performance page on web site</action>
+			<action issue="LOGCXX-72" type="update">INSTALL out of date</action>
+			<action issue="LOGCXX-73" type="fix">Not loading configuration from log4cxx.properties or log4cxx.xml</action>
+			<action issue="LOGCXX-74" type="add">MinGW build</action>
+			<action issue="LOGCXX-75" type="add">Cygwin build</action>
+			<action issue="LOGCXX-76" type="add">user.home, user.dir, java.io.tmpdir available within configuration files</action>
+			<action issue="LOGCXX-77" type="fix">Static builds broken</action>
+			<action issue="LOGCXX-79" type="update">configure check for apr-util</action>
+			<action issue="LOGCXX-80" type="update">Migrated network appenders to APR network IO</action>
+			<action issue="LOGCXX-81" type="fix">SimpleDateFormat does not compile on Solaris 2.95.2 gcc</action>
+			<action issue="LOGCXX-82" type="fix">Compiling with stream.h in multiple object files errors</action>
+			<action issue="LOGCXX-83" type="fix">log4cxx::Level::ERROR fails to compile when GDI enabled</action>
+			<action issue="LOGCXX-84" type="fix">Problems with stream logging in UTF8, no WCHAR_T build</action>
+			<action issue="LOGCXX-85" type="update">Mac OS/X fixes and enhancements</action>
+			<action issue="LOGCXX-86" type="add">Add TRACE level</action>
+			<action issue="LOGCXX-87" type="update">Remove remaining uses of Category and Priority</action>
+			<action issue="LOGCXX-88" type="update">Explore use of security-enhanced CRT methods</action>
+			<action issue="LOGCXX-94" type="update">simplesocketserver.cpp should use LOG4CXX_STR("...") not L"..."</action>
+			<action issue="LOGCXX-98" type="fix">Gump build fails for log4cxx-ant-no-wchar-t target</action>
+			<action issue="LOGCXX-100" type="fix">Fixes for ODBCAppender</action>
+			<action issue="LOGCXX-103" type="update">Much of CVS HEAD seems #if 0 out, especially ResourceBundle stuff</action>
+			<action issue="LOGCXX-104" type="fix">ODBCAppender::close does not check if appender is already closed</action>
+			<action issue="LOGCXX-105" type="fix">Infinite loop in string replacing</action>
+			<action issue="LOGCXX-106" type="fix">maxFileSize has bad type in SizeBasedTriggeringPolicy file</action>
+			<action issue="LOGCXX-107" type="fix">Can't compile log4cxx in ascii on Windows</action>
+			<action issue="LOGCXX-110" type="fix">try fix 64bit log4cxx_intptr_t</action>
+			<action issue="LOGCXX-111" type="update">make Logger cache a LoggerRepositoryPtr instead of a "blind" pointer</action>
+			<action issue="LOGCXX-112" type="update">change "static" to "auto" for Transcoder::decode() decoder and CharsetDecoder::getDefaultDecoder() decoder</action>
+			<action issue="LOGCXX-113" type="update">separate apr detection m4 codes from aclocal.m4</action>
+			<action issue="LOGCXX-114" type="update">Upgrade APR to 1.2.2 from 1.1.0</action>
+			<action issue="LOGCXX-115" type="fix">SVN head does not compile with Borland C++ compiler</action>
+			<action issue="LOGCXX-116" type="fix">SVN head does not compiler with MinGW compiler</action>
+			<action issue="LOGCXX-117" type="fix">Memory leak with ThreadSpecificData on Win32</action>
+			<action issue="LOGCXX-118" type="fix">Hierarchy corrupts with PropertyConfigurator</action>
+			<action issue="LOGCXX-119" type="fix">ndctestcase not working</action>
+			<action issue="LOGCXX-120" type="fix">Wrong parameter description in Patternlayout</action>
+			<action issue="LOGCXX-123" type="fix">UTF-8 build fails on Linux</action>
+			<action issue="LOGCXX-124" type="fix">wchar_t constructor missing in class NDC</action>
+			<action issue="LOGCXX-125" type="update">L7dTestCase is stubbed out</action>
+			<action issue="LOGCXX-126" type="fix">std::cout stops working if log4cxx is first to output</action>
+			<action issue="LOGCXX-127" type="fix">Main build.xml not referencing "env" properly.</action>
+			<action issue="LOGCXX-129" type="fix">Asyncappender is full of race conditions (improper use of condition variables)</action>
+			<action issue="LOGCXX-130" type="fix">Compile fails on gcc4.1</action>
+			<action issue="LOGCXX-131" type="fix">TimeBasedRollingPolicy is declared "abstract"</action>
+			<action issue="LOGCXX-132" type="fix">various segmentation faults in multithreaded application</action>
+			<action issue="LOGCXX-133" type="fix">Missing parenthesis in LOG4CXX_ASSERT</action>
+			<action issue="LOGCXX-134" type="fix">FileAppender could create missing directories</action>
+			<action issue="LOGCXX-135" type="update">Use std::string with logstream</action>
+			<action issue="LOGCXX-136" type="fix">DailyRollingFileAppender not using Property options</action>
+			<action issue="LOGCXX-138" type="fix">XMLLayoutTestCase output and filtered output gets overwritten</action>
+			<action issue="LOGCXX-139" type="fix">XMLLayoutTestCase uses inadequate filters for 64 bit platforms</action>
+			<action issue="LOGCXX-140" type="fix">Handle leak with LoggingEvent::getCurrentThreadName</action>
+			<action issue="LOGCXX-141" type="update">Upgrade to APR 1.2.7 or later</action>
+			<action issue="LOGCXX-142" type="fix">socketservertestcase.cpp does not compile with Sun Studio 11 on Solaris</action>
+			<action issue="LOGCXX-143" type="fix">-xarch=v8plus should be removed from Makefile.in</action>
+			<action issue="LOGCXX-146" type="fix">DailyRollingFileAppender::~DailyRollingFileAppender must call finalize</action>
+			<action issue="LOGCXX-149" type="fix">make dist does not work</action>
+			<action issue="LOGCXX-150" type="fix">logstream's operator&lt;&lt; declared in the wrong namespace</action>
+			<action issue="LOGCXX-151" type="fix">Umlauts as literal in patternlayout won't be logged correct</action>
+			<action issue="LOGCXX-152" type="fix">gcc warning about cast from `const void*' to `log4cxx::helpers::Object*' discards qualifiers from pointer target typ</action>
+			<action issue="LOGCXX-153" type="add">Automate log4cxx site and doxygen generation and deployment</action>
+			<action issue="LOGCXX-155" type="update">Update source headers per new ASF header policy</action>
+			<action issue="LOGCXX-156" type="update">immediate flush in console appender</action>
+			<action issue="LOGCXX-157" type="fix">make install fails since @manual_dest@ replacement is missing in Makefiles</action>
+			<action issue="LOGCXX-158" type="fix">tolower not defined in stringhelper.cpp</action>
+			<action issue="LOGCXX-159" type="fix">Initialization of local static objects out of order on Linux</action>
+			<action issue="LOGCXX-160" type="fix">helpers/object.h: DECLARE_LOG4CXX_OBJECT macro definition is missing virtual destructor declaration</action>
+			<action issue="LOGCXX-161" type="fix">Using RollingFileAppender increases the working set with each rollover</action>
+			<action issue="LOGCXX-162" type="fix">Problem printing string with embedded NULL character</action>
+			<action issue="LOGCXX-163" type="fix">liblog4cxx (svn 480882) does not link on Mac OS X 10.4</action>
+			<action issue="LOGCXX-164" type="fix">XMLSocketAppender is disabled</action>
+			<action issue="LOGCXX-165" type="fix">XMLSocketAppender may generate erroneous output due to mismatched encoding</action>
+			<action issue="LOGCXX-167" type="fix">system locale charmap is not determined properly on Fedora Core 6</action>
+			<action issue="LOGCXX-168" type="fix">log4j.dtd does not contain rollingPolicy and other o.a.l.r.RFA elements</action>
+			<action issue="LOGCXX-169" type="fix">XMLLayoutTestCase fails on compilers that do not provide location info</action>
+			<action issue="LOGCXX-171" type="add">Add project description file for projects.apache.org</action>
+			<action issue="LOGCXX-172" type="fix">configure fail with ".infig.status: error: cannot find input file:"</action>
+			<action issue="LOGCXX-175" type="fix">APRCharsetEncoder is not thread safe</action>
+			<action issue="LOGCXX-177" type="fix">SocketImpl::accept uses private APR function: apr_wait_for_io_or_timeout</action>
+			<action issue="LOGCXX-178" type="fix">Link failure if wchar_t cannot be determined as UTF-16 or UTF-32</action>
+			<action issue="LOGCXX-179" type="add">example applications do SIGABRT on aix 5.2</action>
+			<action issue="LOGCXX-180" type="fix">Build fails at domconfigurator.h</action>
+			<action issue="LOGCXX-181" type="fix">Level::DEBUG and other non-local statics cause crash on app shutdown on AIX</action>
+			<action issue="LOGCXX-182" type="fix">missing man page for simplesocketserver</action>
+			<action issue="LOGCXX-183" type="fix">Compiler warning: dereferencing type-punned pointer will break strict-aliasing rules</action>
+			<action issue="LOGCXX-184" type="fix">Crash when log level set to 'inherited'</action>
+			<action issue="LOGCXX-186" type="fix">Garbage characters in log files when log requests from multiple threads with hyperthreading enabled</action>
+			<action issue="LOGCXX-187" type="fix">LogLog::emit() could potentially interleave messages</action>
+			<action issue="LOGCXX-188" type="update">Upgrade to apr 1.2.9 and apr-util 1.2.8</action>
+			<action issue="LOGCXX-189" type="update">Migrate to Maven 2.0 for documentation and packaging</action>
+			<action issue="LOGCXX-190" type="fix">The 'logger.h' header includes itself.</action>
+			<action issue="LOGCXX-191" type="fix">Application cores when syslog appender is given an unreachable host/ip.</action>
+			<action issue="LOGCXX-192" type="update">Suggested improvements to log4cxx webpages</action>
+			<action issue="LOGCXX-193" type="update">Please rename or remove new local variable "buf" in Logger.h macros</action>
+			<action issue="LOGCXX-194" type="fix">Garbage in log files when appenders are defined in multiple levels of the logger hierarchy</action>
+			<action issue="LOGCXX-195" type="fix">Syslog appender adds characters to output.</action>
+			<action issue="LOGCXX-196" type="fix">Syslog appender destructor can cause core</action>
+			<action issue="LOGCXX-197" type="fix">ant can't generate vc6 project</action>
+			<action issue="LOGCXX-200" type="add">Implement compression for RollingFileAppender</action>
+			<action issue="LOGCXX-201" type="add">Visual Studio 6 build</action>
+			<action issue="LOGCXX-202" type="fix">ObjectPtrT has inconsistent const-ness on accessors</action>
+			<action issue="LOGCXX-204" type="fix">PatternParserTestCase and FileNamePatternTestCase fail only with VC6</action>
+			<action issue="LOGCXX-208" type="fix">isTraceEnabled implemenation missing in logger.cpp (Revision: 592627)</action>
+			<action issue="LOGCXX-209" type="fix">A message of type wchar_t* is not beeing written correctly to the internal message buffer (Revision: 592627)</action>
+			<action issue="LOGCXX-210" type="fix">HTMLLayout NDC null check</action>
+			<action issue="LOGCXX-211" type="fix">Crash(Segmentation Fault) in DailyRollingFileAppender when file change</action>
+			<action issue="LOGCXX-212" type="fix">unittest failed</action>
+			<action issue="LOGCXX-213" type="fix">trace method implementation is missing</action>
+			<action issue="LOGCXX-214" type="fix">Possible memory leak due to fault in build process (via make)</action>
+			<action issue="LOGCXX-215" type="update">Eliminate sqlext.h from odbcappender.h</action>
+			<action issue="LOGCXX-216" type="fix">crash on program exit</action>
+			<action issue="LOGCXX-217" type="fix">Not initialized LoggerPtr segfault program.</action>
+			<action issue="LOGCXX-218" type="add">Visual Studio 8 build</action>
+			<action issue="LOGCXX-219" type="fix">suspicious warnings</action>
+			<action issue="LOGCXX-220" type="fix">Memory leaks when using MFC</action>
+			<action issue="LOGCXX-221" type="fix">ThreadID layout does not match debugger</action>
+			<action issue="LOGCXX-222" type="fix">trunk compile error.</action>
+			<action issue="LOGCXX-225" type="update">Migrate unit tests from LGPL'd CPPUNIT to an ASL'd testing framework</action>
+			<action issue="LOGCXX-226" type="update">Default configurator uses *.properties in preference to *.xml</action>
+			<action issue="LOGCXX-227" type="update">Remove @since tags</action>
+			<action issue="LOGCXX-228" type="update">Remove @author tags</action>
+			<action issue="LOGCXX-230" type="update">Align ant build options with automake</action>
+			<action issue="LOGCXX-231" type="fix">Deadlock in AsyncAppender</action>
+			<action issue="LOGCXX-232" type="update">Drop src/performance</action>
+			<action issue="LOGCXX-233" type="update">Unnecessary casts in ObjectPtrT</action>
+			<action issue="LOGCXX-234" type="fix">Assignment operator removes const qualifier</action>
+			<action issue="LOGCXX-235" type="add">Add ObjectPtrT::exchange</action>
+			<action issue="LOGCXX-236" type="fix">Re-order constructor initialiser lists to match declaration order</action>
+			<action issue="LOGCXX-237" type="fix">Include missing headers</action>
+			<action issue="LOGCXX-239" type="update">Inconsistent const qualification on logging methods.</action>
+			<action issue="LOGCXX-241" type="fix">Non-ascii named files have names mangled</action>
+			<action issue="LOGCXX-242" type="update">Eliminate log4cxx proxies for APR types</action>
+			<action issue="LOGCXX-243" type="fix">Problem Compile in Doxy</action>
+			<action issue="LOGCXX-246" type="fix">Config refresh hangs a client application that uses TelnetAppender</action>
+			<action issue="LOGCXX-247" type="fix">MSVC project has wrong additional include directories</action>
+			<action issue="LOGCXX-248" type="fix">ODBCAppender has unicode issues</action>
+			<action issue="LOGCXX-251" type="fix">NDC::cloneStack and NDC::inherit missing in 0.10.0 RC2</action>
+			<action issue="LOGCXX-252" type="add">Add documentation for use of operator&lt;&lt; in logging requests</action>
+			<action issue="LOGCXX-253" type="fix">Transcoder compilation error with utf-8 charset</action>
+			<action issue="LOGCXX-254" type="add">Add build option for static C RTL</action>
+			<action issue="LOGCXX-256" type="fix">SocketHubAppender fails after accepting connection</action>
+			<action issue="LOGCXX-257" type="fix">ServerSocket::accept hangs on Unix</action>
+			<action issue="LOGCXX-258" type="fix">unable to build from make dist package due to missing doxygen file</action>
+			<action issue="LOGCXX-259" type="fix">Several appenders fail to compile in Visual Studio 2008</action>
+		</release>
+		<release version="0.9.7" date="2004-05-10">
+			<action type="fix">Fixed examples source code in the "Short introduction to log4cxx".</action>
+			<action type="fix">Fixed, in the renaming algorithm of RollingFileAppender and DailyRollingFileAppender, a problem specific to Unicode.</action>
+			<action type="fix">Fixed conflict with Windows macros "min" and "max", by renaming StrictMath::min and StrictMath::max to StrictMath::minimum and StrictMath::maximum.</action>
+			<action type="add">Port to HPUX 11.0.</action>
+			<action type="fix">Fixed segmentation fault in PropertyConfigurator.</action>
+			<action type="add">Port to Solaris.</action>
+			<action type="fix">Fixed MutexException thrown while destroying RollingFileAppender.</action>
+			<action type="fix">Logging macros can be used without explicity declaring the use of log4cxx namespace.</action>
+			<action type="fix">Fixed static library unresolved externals for msvc 6 and 7.1</action>
+		</release>
+		<release version="0.9.6" date="2004-04-11">
+			<action type="update">Timezone management has been optimized through the class TimeZone</action>
+			<action type="update">Inter-thread synchronization and reference counting has been optimized</action>
+			<action type="update">Reference counting now uses gcc atomic functions (bug 929078)</action>
+			<action type="update">Use of StringBuffer has been optimized.</action>
+			<action type="add">Support of localisation throug resourceBundles</action>
+			<action type="update">SyslogAppender now uses the system function 'syslog' to log on the local host. (only for POSIX systems)</action>
+			<action type="add">Added TimeZone configuration to PatternLayout (bug 912563)</action>
+			<action type="add">Support of the DailyRollingFileAppender (feature request 842765)</action>
+		</release>
+		<release version="0.9.5" date="2004-02-04">
+			<action type="add">Port of log4j Jnuit tests with Cppunit and Boost Regex.</action>
+			<action type="add">Added explicit exports for MSDEV 6 and MSDEV 7 (no further need of .def files)</action>
+			<action type="add">Custom levels can be configured through the DOMConfigurator and PropertyConfigurator classes (Level inherites from Object)</action>
+			<action type="add">Added a reference counter to LoggingEvent to avoid useless copies (LoggingEvent inherites from Object)</action>
+			<action type="add">The file log4j.xml as well as the file log4j.properties are now search for, in log4cxx initialization.</action>
+			<action type="add">The root logger can be assigned the "OFF" level.</action>
+			<action type="add">Added MSVC6 project missing files mutext.cpp and condition.cpp (bug 847397)</action>
+			<action type="fix">condition.cpp now compiles with MSVC6 (bug 847417)</action>
+			<action type="fix">fixed pure virtual function call in PropertyConfigurator::configureAndWatch (bug 848521)</action>
+			<action type="fix">XMLAppender now displays correct timestamp with MSVC 6 (bug 852836)</action>
+			<action type="add">SRLPORT 4.6 support.</action>
+			<action type="fix">Fixed an infinite loop in class Properties.</action>
+			<action type="fix">Fixed compilations problems with unicode.</action>
+			<action type="fix">Fixed SocketAppender bug concerning MDC and NDC.</action>
+		</release>
+		<release version="0.9.4" date="2003-10-25">
+			<action type="update">StringBuffer has been optimized.</action>
+			<action type="fix">Fixed miscellaneous threading problems.</action>
+			<action type="add">Added TimeZone support in PatternLayout (bug 796894)</action>
+			<action type="fix">Fixed threading configuration problems (bug 809125)</action>
+			<action type="fix">Fixed miscellaneous MSVC and cygwin compilation problems.</action>
+		</release>
+		<release version="0.9.3" date="2003-09-19">
+			<action type="update">Changed tstring to log4cxx::String and tostringstream to log4cxx::StringBuffer.</action>
+			<action type="fix">Fixed MSVC 2003 compilation erros and warnings.</action>
+			<action type="add">Added helpers for NDC and MDC.</action>
+			<action type="add">Added TimeZone support in TTCCLayout.</action>
+			<action type="fix">Fixed compilation problems with logger macros (LOG4CXX_...)</action>
+			<action type="fix">Fixed milliseconds formatting problem with MSVC 6.0 and 2003</action>
+			<action type="fix">Fixed AsyncAppender crash</action>
+			<action type="add">Added new tests	</action>
+			<action type="add">Added benchmarks</action>
+		</release>
+		<release version="0.9.2" date="2003-08-10">
+			<action type="fix">Fixed FreeBSD compilation problem with pthread mutex (class CriticalSection).</action>
+			<action type="fix">Fixed milliseconds formatting problem (class DateFormat).</action>
+			<action type="add">Long events (&gt; 1024 chars) are now supported in the class XMLSocketAppender.</action>
+			<action type="update">Carriage returns have been normalized in the class XMLLayout.</action>
+		</release>
+		<release version="0.9.1" date="2003-08-06">
+			<action type="fix">Fixed deadlock problems in classes Logger and AsyncAppender.</action>
+			<action type="fix">Fixed MSVC 6.0 compilation problems.</action>
+			<action type="add">Added MSVC 6.0 static libraty project.</action>
+			<action type="update">Default configuration for the SMTP options is "no".</action>
+		</release>
+		<release version="0.9.0" date="2003-08-06">
+			<action type="add">Added ODBCAppender (matching log4j JDBCAppender)</action>
+			<action type="add">Added SyslogAppender</action>
+			<action type="add">Added SMTPAppender (only for Linux/FreeBSD)</action>
+			<action type="add">Added BasicConfigurator</action>
+			<action type="add">Added a FileWatchDog in PropertyConfigurator and DOMConfigurator</action>
+			<action type="add">Possibility to load a custom LoggerFactory through the DOMConfigurator</action>
+			<action type="add">Changed time precision from seconds to milliseconds</action>
+			<action type="add">Added MSVC 6.0 'Unicode Debug' and 'Unicode Release' targets</action>
+			<action type="add">Added Java like System class.</action>
+		</release>
+		<release version="0.1.1" date="2003-07-09">
+			<action type="fix">Fixed MSVC 6.0 compilation problems concerning the 'Release' target</action>
+			<action type="add">Added MSVC 6.0 tests projects</action>
+		</release>
+		<release version="0.1.0" date="2003-07-08">
+			<action type="add">FreeBSD Autotools/Compilation support</action>
+			<action type="fix">Fixed TelnetAppender crash when a socket bind exception occured.</action>
+			<action type="add">Added log4j DTD support to XMLLayout and DOMConfigurator</action>
+			<action type="add">Can now send events in XML format over TCP (class XMLSocketAppender) for the log4j Chainsaw UI</action>
+			<action type="add">Now compiles with 'configure --enable-unicode' (UTF16 Unicode support)</action>
+			<action type="add">Added Java like Properties class. It's a helper for the PropertyConfigurator</action>
+			<action type="add">Added Java like objects with dynamic cast and instanciation. Custom objects can be configured through the DOMConfigurator and PropertyConfigurator classes</action>
+			<action type="add">Port of the PropertyConfigurator class</action>
+			<action type="add">Port of the "Map Diagnostic Context" (MDC) class</action>
+			<action type="add">Added 13 tests (try make check)</action>
+		</release>
+		<release version="0.0.1" date="2003-05-31">
+			<action type="add">Loggers, Hierarchy, Filters, Appenders, Layouts, NDC</action>
+			<action type="add">Appenders:
+			  AsyncAppender, ConsoleAppender, FileAppender, NTEventLogAppender,
+			  RollingFileAppender, SocketAppender, SocketHubAappender,
+			  TelnetAppender
+			</action>
+			<action type="add">Layouts:
+			  HTMLLayout, PatternLayout, SimpleLayout, TTCCLayout, XMLLayout
+			</action>
+			<action type="add">Filters:
+			  DenyAllFilter, LevelMatchFilter, LevelRangeFilter, StringMatchFilter
+			</action>
+			<action type="add">Configurators: DOMConfigurator</action>
+		</release>
+	</body>
 </document>

Modified: incubator/log4cxx/branches/latest_stable/src/site/apt/building/maven.apt
URL: http://svn.apache.org/viewvc/incubator/log4cxx/branches/latest_stable/src/site/apt/building/maven.apt?rev=1557524&r1=1557523&r2=1557524&view=diff
==============================================================================
--- incubator/log4cxx/branches/latest_stable/src/site/apt/building/maven.apt (original)
+++ incubator/log4cxx/branches/latest_stable/src/site/apt/building/maven.apt Sun Jan 12 12:44:37 2014
@@ -22,31 +22,31 @@
 Building Apache log4cxx with Apache Maven 2
 
    {{{http://maven.apache.org}Apache Maven 2}} is used to generate the release assemblies and generate
-   product documentation.  It delegates to the {{{ant.html}Apache Ant build}} to build
-   and test log4cxx and can be used as an alternate front end to the Ant 
+   product documentation.  It delegates to the {{{./ant.html}Apache Ant build}} to build
+   and test log4cxx and can be used as an alternate front end to the Ant
    build process since it can automatically download and use ant-contrib,
    cpptasks and log4j.
    The Maven build, like the Ant build, can build APR and APR-Util from source.
 
 * Quick start:
-  
+
   *Install {{{http://maven.apache.org}Apache Maven}} 2.0.8 or later.
 
   *Install APR and APR-Util or place source in apr and apr-util directories in same parent directory
       as log4cxx directory.
 
-        
-   Building and testing log4cxx on a Unix platform with packaged APR and APR-Util.  
+
+   Building and testing log4cxx on a Unix platform with packaged APR and APR-Util.
 
 +----+
  sudo apt-get install libapr1.0-dev libaprutil1.0-dev doxygen
  cd apache-log4cxx-0.10.0
  export PATH=/home/myself/maven-2.0.8/bin:$PATH
  mvn package
-+----+  
++----+
 
 
-   Building and testing log4cxx on a Microsoft Windows with APR and APR-Util built from source.  
+   Building and testing log4cxx on a Microsoft Windows with APR and APR-Util built from source.
 
 +----+
  set PATH=\maven-2.0.8\bin;%PATH%
@@ -56,7 +56,7 @@ Building Apache log4cxx with Apache Mave
  rename apr-util-1.2.12 apr-util
  cd apache-log4cxx-0.10.0
  mvn package
-+----+  
++----+
 
 
 
@@ -78,18 +78,18 @@ Building Apache log4cxx with Apache Mave
 | clean                    | Delete all generated files.                                                                 |
 *--------------------------+---------------------------------------------------------------------------------------------+
 
-   All build products will be placed in the target subdirectory.  
+   All build products will be placed in the target subdirectory.
 
    It is not possible to directly pass options to the Ant build, however the ant build will read
    any build.properties file in the log4cxx directory.
-        
-   SMTP and ODBC options can depend on libraries that 
+
+   SMTP and ODBC options can depend on libraries that
    that have different licenses.
    You should review the corresponding licenses and understand
    the implications before redistribution.
 
 * Platform specific notes:
 
-  See the {{{ant.html}Apache Ant build}} for platform specific notes.  
-  
-   
+  See the {{{./ant.html}Apache Ant build}} for platform specific notes.
+
+

Copied: incubator/log4cxx/branches/latest_stable/src/site/apt/index.apt (from r1556204, incubator/log4cxx/trunk/src/site/apt/index.apt)
URL: http://svn.apache.org/viewvc/incubator/log4cxx/branches/latest_stable/src/site/apt/index.apt?p2=incubator/log4cxx/branches/latest_stable/src/site/apt/index.apt&p1=incubator/log4cxx/trunk/src/site/apt/index.apt&r1=1556204&r2=1557524&rev=1557524&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/site/apt/index.apt (original)
+++ incubator/log4cxx/branches/latest_stable/src/site/apt/index.apt Sun Jan 12 12:44:37 2014
@@ -23,7 +23,7 @@ Short introduction to Apache log4cxx
 	Apache log4cxx is currently undergoing Incubation at the Apache Software Foundation.
 
 	Apache log4cxx is a logging framework for C++ patterned after
-	{{{http://logging.apache.org/log4j} Apache log4j}}, which uses
+	{{{http://logging.apache.org/log4j}Apache log4j}}, which uses
 	{{{http://apr.apache.org}Apache Portable Runtime}} for most platform-specific code and should
 	be usable on any platform supported by APR. Apache log4cxx is licensed under the
 	{{{http://www.apache.org/licenses}Apache License}}, an open source license certified by the
@@ -48,8 +48,8 @@ Short introduction to Apache log4cxx
 
 Disclaimer
 
-	Apache Podling-Name is an effort undergoing incubation at The Apache Software Foundation (ASF),
-	sponsored by the name of Apache TLP sponsor. Incubation is required of all newly accepted
+	Apache log4cxx is an effort undergoing incubation at The Apache Software Foundation (ASF),
+	sponsored by Apache Logging Services. Incubation is required of all newly accepted
 	projects until a further review indicates that the infrastructure, communications, and decision
 	making process have stabilized in a manner consistent with other successful ASF projects. While
 	incubation status is not necessarily a reflection of the completeness or stability of the code,