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/18 15:04:05 UTC

logging-log4j2 git commit: Update changes.xml

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 86934ca41 -> 23b1395a2


Update changes.xml


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/23b1395a
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/23b1395a
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/23b1395a

Branch: refs/heads/master
Commit: 23b1395a225867c84499b55d9a68ab3417be57d8
Parents: 86934ca
Author: Mikael Ståldal <mi...@magine.com>
Authored: Mon Apr 18 15:03:59 2016 +0200
Committer: Mikael Ståldal <mi...@magine.com>
Committed: Mon Apr 18 15:03:59 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/23b1395a/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6413280..3f58732 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,6 +24,12 @@
   </properties>
   <body>
     <release version="2.6" date="2016-MM-DD" description="GA Release 2.6">
+      <action issue="LOG4J2-1365" dev="mikes" type="update">
+        (Log4j-internal) Provide message text as CharSequence for some message types to optimize some layouts.
+      </action>
+      <action issue="LOG4J2-1356" dev="mikes" type="update">
+        (GC) GelfLayout does now support garabage-free logging (with compressionType=OFF).
+      </action>
       <action issue="LOG4J2-1368" dev="rpopma" type="fix">
         (Log4j-internal) StatusLogger dropped exceptions when logging parameterized messages.
       </action>