Author: tschoening Date: Sun Jan 19 16:43:17 2014 New Revision: 1559520 URL: http://svn.apache.org/r1559520 Log: Issues were sorted nummerical mainly, fixed the others.
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=1559520&r1=1559519&r2=1559520&view=diff ============================================================================== --- incubator/log4cxx/trunk/src/changes/changes.xml (original) +++ incubator/log4cxx/trunk/src/changes/changes.xml Sun Jan 19 16:43:17 2014 @@ -24,11 +24,6 @@ <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> <action issue="LOGCXX-262" type="fix">socketappendertestcase and xmlsocketappendertestcase not run</action> <action issue="LOGCXX-263" type="fix">Bad link to log4cxx-dev archive</action> @@ -58,10 +53,15 @@ <action issue="LOGCXX-300" type="fix">ODBCAppender connection settings broken (or just have changed).</action> <action issue="LOGCXX-303" type="fix">DOMConfigurator does not set ErrorHandler.</action> <action issue="LOGCXX-304" type="fix">BasicConfigurator::configure results in writer not set warning.</action> + <action issue="LOGCXX-317" type="fix">Log4cxx triggers locking inversion which can result in a deadlock.</action> <action issue="LOGCXX-340" type="fix">Transcoder::encodeCharsetName bungles encoding</action> <action issue="LOGCXX-351" type="fix">Download page does not have link to KEYS file</action> <action issue="LOGCXX-365" type="fix">Unit tests fail on system dates later than 2009-12-31.</action> - <action issue="LOGCXX-317" type="fix">Log4cxx triggers locking inversion which can result in a deadlock.</action> + <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-413" type="fix">log4cxx doesn't compile on openembedded (due to Alex Zbarcea)</action> + <action issue="LOGCXX-414" type="fix">possibly wrong use of autotools docdir (due to Alex Zbarcea)</action> + <action issue="LOGCXX-415" type="fix">Empty XML configuration file causes crash</action> + <action issue="LOGCXX-417" type="fix">atoi undefined on Mac OS 10.9 compiling stringhelper.cpp</action> </release> <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>