Author: carnold
Date: Sat Aug 25 07:05:42 2007
New Revision: 569674
URL: http://svn.apache.org/viewvc?rev=569674&view=rev
Log:
Bug 42783: Update changes.txt
Modified:
logging/log4j/companions/extras/trunk/pom.xml
logging/log4j/companions/extras/trunk/src/changes/changes.xml
Modified: logging/log4j/companions/extras/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/companions/extras/trunk/pom.xml?rev=569674&r1=569673&r2=569674&view=diff
==============================================================================
--- logging/log4j/companions/extras/trunk/pom.xml (original)
+++ logging/log4j/companions/extras/trunk/pom.xml Sat Aug 25 07:05:42 2007
@@ -20,7 +20,7 @@
<groupId>log4j</groupId>
<artifactId>apache-log4j-extras</artifactId>
<packaging>jar</packaging>
- <version>1.1-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<name>Apache Extras Companion for log4j 1.2.</name>
<description>This companion provides additional appenders, filters and
other capabilities for log4j 1.2. Several of these were backported from
@@ -246,7 +246,7 @@
<artifactId>maven-release-plugin</artifactId>
<!-- attempt to work-around MRELEASE-273, see bug 42099 for release build notes -->
<configuration>
- <goals>test site-deploy assembly:attached deploy</goals>
+ <goals>package site-deploy assembly:attached deploy</goals>
</configuration>
</plugin>
<plugin>
Modified: logging/log4j/companions/extras/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4j/companions/extras/trunk/src/changes/changes.xml?rev=569674&r1=569673&r2=569674&view=diff
==============================================================================
--- logging/log4j/companions/extras/trunk/src/changes/changes.xml (original)
+++ logging/log4j/companions/extras/trunk/src/changes/changes.xml Sat Aug 25 07:05:42 2007
@@ -17,13 +17,19 @@
-->
<document>
<properties>
- <title>Filters</title>
+ <title>apache-log4j-extras</title>
</properties>
<body>
- <release version="1.0" date="2007-08-24" description="First release">
- <action issue="42099" type="add">
- Initial release.
- </action>
+ <release version="1.0" date="2007-08-25" description="Initial release">
+ <action issue="42783" type="add">Create an "extras" companion for log4j 1.2</action>
+ <action issue="42251" type="add">Backport log4j 1.3 rolling file appender for use
with log4j 1.2.</action>
+ <action issue="42099" type="add">ExpressionFilter backport.</action>
+ <action issue="43151" type="add">Add TimeFilter.</action>
+ <action issue="43077" type="add">Add XSLTLayout.</action>
+ <action issue="42589" type="add">Parameterized logging for log4j 1.2.</action>
+ <action issue="32572" type="add">FilterBasedTriggeringPolicy now usable with
SMTPAppender.</action>
+ <action issue="40937" type="add">Avoid Turkish-i problem in ExpressionFilter.</action>
+ <action issue="42257" type="add">Enhance DOMConfigurator to delegate unrecognized
elements to created objects.</action>
</release>
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org
|