Author: tschoening
Date: Sun Jan 19 16:46:49 2014
New Revision: 1559523
URL: http://svn.apache.org/r1559523
Log:
LOG4CXX-420: CachedDateFormat::findMillisecondStart may have thorwn
out_of_range exceptions if the compared milliseconds started with the same
number.
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=1559523&r1=1559522&r2=1559523&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/changes/changes.xml (original)
+++ incubator/log4cxx/trunk/src/changes/changes.xml Sun Jan 19 16:46:49 2014
@@ -62,6 +62,7 @@
<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>
+ <action issue="LOGCXX-420" type="fix">Possible
out_of_range exception for millisecond formats in CachedDateFormat</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>