LOG4J2-435 added entry to change log Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/2af86c32 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/2af86c32 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/2af86c32
Branch: refs/heads/master Commit: 2af86c32d78e83547c09f8e3ae0b8425485396fa Parents: b58f628 Author: rpopma <[email protected]> Authored: Sun Nov 29 00:45:40 2015 +0900 Committer: rpopma <[email protected]> Committed: Sun Nov 29 00:45:40 2015 +0900 ---------------------------------------------------------------------- src/changes/changes.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/2af86c32/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index bd6c4ff..5829213 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -24,6 +24,9 @@ </properties> <body> <release version="2.5" date="2015-MM-DD" description="GA Release 2.5"> + <action issue="LOG4J2-435" dev="rpopma" type="add" due-to="Robert Schaft"> + Added support for custom delete actions triggered by a rollover. + </action> <action issue="LOG4J2-649" dev="rgoers" type="update" due-to="Aleksey Zvolinsky"> Add PurgePolicy and IdlePurgePolicy to RoutingAppender. </action> @@ -34,7 +37,7 @@ Make KafkaAppender support SerializedLayout. </action> <action issue="LOG4J2-89" dev="rgoers" type="add"> - Allow rollover to occur at any time. Add CronTriggeringPolicy + Allow rollover to occur at any time. Add CronTriggeringPolicy. </action> <action issue="LOG4J2-381" dev="rgoers" type="fix" due-to="Anthony Baldocchi"> Allow triggering policy and rollover strategy to be modified during reconfiguration.
