You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2016/04/08 14:04:16 UTC

[24/50] logging-log4j2 git commit: LOG4J2-1343, LOG4J2-1344 change log

LOG4J2-1343, LOG4J2-1344 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/b7bed7e1
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/b7bed7e1
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/b7bed7e1

Branch: refs/heads/LOG4J2-1356
Commit: b7bed7e1154e68331b0a64fb171cf0b678b89f29
Parents: 04a10cf
Author: rpopma <rp...@apache.org>
Authored: Thu Apr 7 03:16:17 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Thu Apr 7 03:16:17 2016 +0900

----------------------------------------------------------------------
 src/changes/changes.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b7bed7e1/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 22a7df3..a677fa1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,12 @@
       <action issue="LOG4J2-1345" dev="rpopma" type="update">
         (Doc) Clarify documentation for properties that control Log4j behaviour.
       </action>
+      <action issue="LOG4J2-1344" dev="rpopma" type="add">
+        FileAppender, RollingFileAppender and MemoryMappedFileAppender are now also garbage-free by default.
+      </action>
+      <action issue="LOG4J2-1343" dev="rpopma" type="update">
+        ConsoleAppender is now garbage-free by default. This logic is reusable for all AbstractOutputStreamAppender subclasses.
+      </action>
       <action issue="LOG4J2-1336" dev="ggregory" type="fix" due-to="Zbynek Vyskovsky">
         LoggerFactory in 1.2 API module is not compatible with 1.2.
       </action>