You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2015/06/11 01:41:49 UTC

logging-log4j2 git commit: Group adds together.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 6e84e75ec -> 51d5bca9c


Group adds together.

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

Branch: refs/heads/master
Commit: 51d5bca9c71930a81579deb917b61f16a7e9b112
Parents: 6e84e75
Author: Gary Gregory <ga...@gmail.com>
Authored: Wed Jun 10 16:41:38 2015 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Wed Jun 10 16:41:38 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/51d5bca9/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d383b1f..17dd6a5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,18 +24,18 @@
   </properties>
   <body>
     <release version="2.4" date="2015-MM-DD" description="GA Release 2.4">
-      <action issue="LOG4J2-1049" dev="rpopma" type="fix" due-to="Robert Schaft">
-        AsyncAppender now resets the thread interrupted flag after catching InterruptedException.
-      </action>
-      <action issue="LOG4J2-1048" dev="rpopma" type="fix" due-to="Nikhil">
-        FileConfigurationMonitor unnecessarily calls System.currentTimeMillis causing high CPU usage.
-      </action>
       <action issue="LOG4J2-1023" dev="ggregory" type="add" due-to="Mikael Ståldal">
         New RewritePolicy for changing level of a log event.
       </action>
       <action issue="LOG4J2-1015" dev="ggregory" type="add" due-to="Daniel Marcotte">
         Add a way to route messages based on the %marker in Layout for RoutingAppender.
       </action>
+      <action issue="LOG4J2-1049" dev="rpopma" type="fix" due-to="Robert Schaft">
+        AsyncAppender now resets the thread interrupted flag after catching InterruptedException.
+      </action>
+      <action issue="LOG4J2-1048" dev="rpopma" type="fix" due-to="Nikhil">
+        FileConfigurationMonitor unnecessarily calls System.currentTimeMillis causing high CPU usage.
+      </action>
       <action issue="LOG4J2-1037" dev="ggregory" type="fix" due-to="Marc Dergacz">
         Backward compatibility issue in log4j-1.2-api NDC pop() and peek().
       </action>