summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-04-10 10:37:05 +0000
committertschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-04-10 10:37:05 +0000
commita8174b71fcfc6a13766a4c839feecca9b651e18a (patch)
treeb80269fcc291f96738cafc067869ee31c572ca4a
parent63b163f9124c635d28eefbace512c227b071682e (diff)
downloadlog4cxx-a8174b71fcfc6a13766a4c839feecca9b651e18a.tar.gz
LOGCXX-464: TimeBasedRollingPolicy should append as configured on rollover
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1738416 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/changes/changes.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2499213..6747f75 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -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>