Author: tschoening Date: Sun Apr 10 10:37:05 2016 New Revision: 1738416 URL: http://svn.apache.org/viewvc?rev=1738416&view=rev Log: LOGCXX-464: TimeBasedRollingPolicy should append as configured on rollover
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=1738416&r1=1738415&r2=1738416&view=diff ============================================================================== --- incubator/log4cxx/trunk/src/changes/changes.xml (original) +++ incubator/log4cxx/trunk/src/changes/changes.xml Sun Apr 10 10:37:05 2016 @@ -92,6 +92,7 @@ <action issue="LOGCXX-433" type="fix">Autoconf 2.69 needs 'ACLOCAL_AMFLAGS= -I .'</action> <action issue="LOGCXX-443" type="fix">Return by const reference in Logger::getName()</action> <action issue="LOGCXX-446" type="fix">make install fails, trying to overwrite header files</action> + <action issue="LOGCXX-464" type="fix">TimeBasedRollingPolicy should append as configured on rollover</action> <action type="update">Behavior of StringHelper::startsWith and endsWith synced</action> <action type="update">Documented C (class) and M (method) log format keywords.</action>