Author: tschoening Date: Thu Mar 24 10:53:11 2016 New Revision: 1736418 URL: http://svn.apache.org/viewvc?rev=1736418&view=rev Log: LOGCXX-400 was fixed
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=1736418&r1=1736417&r2=1736418&view=diff ============================================================================== --- incubator/log4cxx/trunk/src/changes/changes.xml (original) +++ incubator/log4cxx/trunk/src/changes/changes.xml Thu Mar 24 10:53:11 2016 @@ -75,6 +75,7 @@ <action issue="LOGCXX-382" type="fix">Mingw build type conversion error</action> <action issue="LOGCXX-388" type="fix">Hierarchy::updateParents loops forever on illegal logger-name like '.logger1'</action> <action issue="LOGCXX-394" type="fix">Levels are not thread safe</action> + <action issue="LOGCXX-400" type="fix">C++11 does not allow char literals with highest bit set unless cast</action> <action issue="LOGCXX-411" type="fix">Crash when logging on multiple threads.</action> <action issue="LOGCXX-412" type="fix">Log4cxx doesn't roll normally when working under multiple processes environment</action> <action issue="LOGCXX-413" type="fix">log4cxx doesn't compile on openembedded (due to Alex Zbarcea)</action>