LOGCXX-464: TimeBasedRollingPolicy should append as configured on rollover
Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/6b3dd942 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/6b3dd942 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/6b3dd942 Branch: refs/heads/master Commit: 6b3dd94269f2aa6b3fc42f18cedfbf72c48425c8 Parents: 6854cd0 Author: Thorsten Schöning <[email protected]> Authored: Sun Apr 10 10:37:05 2016 +0000 Committer: Thorsten Schöning <[email protected]> Committed: Sun Apr 10 10:37:05 2016 +0000 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/6b3dd942/src/changes/changes.xml ---------------------------------------------------------------------- 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>
