LOG4J2-324 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/89762fb0 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/89762fb0 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/89762fb0
Branch: refs/heads/LOG4J-1181 Commit: 89762fb012b9b824ca3c9620a471b7d65e29ff0b Parents: e0a77a3 Author: rpopma <[email protected]> Authored: Sun Nov 29 16:02:45 2015 +0900 Committer: rpopma <[email protected]> Committed: Sun Nov 29 16:02:45 2015 +0900 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/89762fb0/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9ebbb46..fa209a4 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-324" dev="rpopma" type="fix"> + Reduced memory usage of status messages in bounded queue; support zero-length queue that stores no messages. + </action> <action issue="LOG4J2-1173" dev="rpopma" type="fix"> Fixed rollover error when copying to a directory mapped to a remote Linux host. </action>
