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/01/12 17:50:55 UTC

[47/50] logging-log4j2 git commit: Group fixes together.

Group fixes 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/6971f584
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/6971f584
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/6971f584

Branch: refs/heads/LOG4J-1181
Commit: 6971f5845ebea8b466dda4ab31d781ce33a30911
Parents: 102bcec
Author: ggregory <gg...@apache.org>
Authored: Mon Jan 11 10:21:50 2016 -0800
Committer: ggregory <gg...@apache.org>
Committed: Mon Jan 11 10:21:50 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6971f584/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b8fe598..17c81f6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,9 +24,6 @@
   </properties>
   <body>
     <release version="2.5.1" date="201Y-MM-DD" description="GA Release 2.5.1">
-      <action issue="LOG4J2-1248" dev="rpopma" type="fix">
-        Fixed broken nanotime in pattern layout.
-      </action>
       <action issue="LOG4J2-1080" dev="rpopma" type="add">
         Added option to discard events below a certain log level if the async logger ring buffer
         or async appender queue remaining capacity falls below a certain ratio.
@@ -43,6 +40,9 @@
       <action issue="LOG4J2-1192" dev="ggregory" type="add" due-to="Jörg Bretschneider, Gary Gregory">
         Dynamic Subject for SMTP Appender.
       </action>
+      <action issue="LOG4J2-1248" dev="rpopma" type="fix">
+        Fixed broken nanotime in pattern layout.
+      </action>
       <action issue="LOG4J2-908" dev="ggregory" type="fix" due-to="Konstantinos Liakos, Patrick Flaherty, Robin Coe, Gary Gregory">
         JSONLayout doesn't add a comma between log events.
       </action>