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 ca...@apache.org on 2008/04/25 05:46:42 UTC

svn commit: r651479 - in /logging/log4cxx/trunk: build.xml configure.in src/changes/changes.xml

Author: carnold
Date: Thu Apr 24 20:46:42 2008
New Revision: 651479

URL: http://svn.apache.org/viewvc?rev=651479&view=rev
Log:
LOGCXX-272: Change version number to 0.10.1 for eventual maintenance release

Modified:
    logging/log4cxx/trunk/build.xml
    logging/log4cxx/trunk/configure.in
    logging/log4cxx/trunk/src/changes/changes.xml

Modified: logging/log4cxx/trunk/build.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/build.xml?rev=651479&r1=651478&r2=651479&view=diff
==============================================================================
--- logging/log4cxx/trunk/build.xml (original)
+++ logging/log4cxx/trunk/build.xml Thu Apr 24 20:46:42 2008
@@ -90,7 +90,7 @@
 
 <property name="lib.name" value="log4cxx"/>
 <property name="lib.prefix" value=""/>
-<property name="version" value="0.10.0"/>
+<property name="version" value="0.10.1"/>
 <property name="enable-char" value="1"/>
 <property name="enable-wchar_t" value="1"/>
 <property name="enable-unichar" value="0"/>

Modified: logging/log4cxx/trunk/configure.in
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/configure.in?rev=651479&r1=651478&r2=651479&view=diff
==============================================================================
--- logging/log4cxx/trunk/configure.in (original)
+++ logging/log4cxx/trunk/configure.in Thu Apr 24 20:46:42 2008
@@ -37,7 +37,7 @@
 [/* no explicit exports */
 #define LOG4CXX_EXPORT])
 
-AM_INIT_AUTOMAKE(log4cxx, 0.10.0)
+AM_INIT_AUTOMAKE(log4cxx, 0.10.1)
 
 # Checks for programs
 # ----------------------------------------------------------------------------

Modified: logging/log4cxx/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/changes/changes.xml?rev=651479&r1=651478&r2=651479&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/changes/changes.xml (original)
+++ logging/log4cxx/trunk/src/changes/changes.xml Thu Apr 24 20:46:42 2008
@@ -22,6 +22,10 @@
 <title>Apache log4cxx</title>
 </properties>
 <body>
+<release version="0.10.1" date="2008-XX-XX" description="Maintenance release">
+<action issue="LOGCXX-262">socketappendertestcase and xmlsocketappendertestcase not run</action>
+<action issue="LOGCXX-272">Apache log4cxx 0.10.1 release</action>
+</release>
 <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>