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 jo...@apache.org on 2014/01/11 17:27:40 UTC

svn commit: r1557417 - /incubator/log4cxx/trunk/src/changes/changes.xml

Author: joseph
Date: Sat Jan 11 16:27:39 2014
New Revision: 1557417

URL: http://svn.apache.org/r1557417
Log:
added changes from prior commits

Modified:
    incubator/log4cxx/trunk/src/changes/changes.xml

Modified: incubator/log4cxx/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/changes/changes.xml?rev=1557417&r1=1557416&r2=1557417&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/changes/changes.xml (original)
+++ incubator/log4cxx/trunk/src/changes/changes.xml Sat Jan 11 16:27:39 2014
@@ -25,6 +25,8 @@
 	<body>
 		<release version="0.11.0" date="2010-XX-XX" description="Maintenance release">
 			<action issue="LOGCXX-366" type="fix">Errors when compile log4cxx 0.10.0 under Win7 x64 with Visual Studio 2010 (due to Christian Boos and Feng Nan)</action>
+			<action issue="LOGCXX-417" type="fix">atoi undefined on Mac OS 10.9 compiling stringhelper.cpp</action>
+			<action issue="LOGCXX-415" type="fix">Empty XML configuration file causes crash</action>
 			<action issue="LOGCXX-414" type="fix">possibly wrong use of autotools docdir (due to Alex Zbarcea)</action>
 			<action issue="LOGCXX-413" type="fix">log4cxx doesn't compile on openembedded (due to Alex Zbarcea)</action>
 			<action issue="LOGCXX-249" type="fix">Console appender crashes if layout is not set</action>