You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/03/31 17:34:57 UTC

logging-log4j2 git commit: LOG4J2-1278 updated change log

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 3c2e063c7 -> 311c769a5


LOG4J2-1278	updated 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/311c769a
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/311c769a
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/311c769a

Branch: refs/heads/master
Commit: 311c769a52a0e46e5f9e05e99739736b9e74220e
Parents: 3c2e063
Author: rpopma <rp...@apache.org>
Authored: Fri Apr 1 00:35:07 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Fri Apr 1 00:35:07 2016 +0900

----------------------------------------------------------------------
 src/changes/changes.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/311c769a/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f3e27c7..8a49005 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,8 +24,11 @@
   </properties>
   <body>
     <release version="2.6" date="2016-MM-DD" description="GA Release 2.6">
-      <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 issue="LOG4J2-1324" dev="rpopma" type="fix">
+        Improve error handling in the Async Logger background thread: the new default exception handler no longer rethrows the error.
+      </action>
+      <action issue="LOG4J2-1278" dev="rpopma" type="add">
+        (GC) Added unrolled varargs methods to Logger API, added Unbox utility to avoid auto-boxing when logging primitive values.
       </action>
       <action issue="LOG4J2-1339" dev="rpopma" type="fix">
         (Perf) AsyncLogger performance optimization: avoid calling instanceof TimestampMessage in hot path.