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/09/04 07:21:59 UTC

[11/50] logging-log4j2 git commit: Keep adds together.

Keep 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/1dee3936
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/1dee3936
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/1dee3936

Branch: refs/heads/LOG4J2-1349-gcfree-threadcontext
Commit: 1dee3936c6e0fe6458be4b89502f21f177dbe27b
Parents: 090aca8
Author: ggregory <gg...@apache.org>
Authored: Wed Aug 31 10:41:18 2016 -0700
Committer: ggregory <gg...@apache.org>
Committed: Wed Aug 31 10:41:18 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1dee3936/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 58a7a08..fd1d09b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,9 +24,6 @@
   </properties>
   <body>
     <release version="2.7" date="2016-MM-DD" description="GA Release 2.7">
-      <action issue="LOG4J2-1528" dev="mikes" type="add">
-        Create XML configuration file from ConfigurationBuilder.
-      </action>
       <action issue="LOG4J2-1511" dev="ggregory" type="fix" due-to="Srikanth Surukuntu">
         DynamicThresholdFilter filters incorrectly when params are passed as individual arguments instead of varargs.
       </action>
@@ -105,6 +102,9 @@
       <action issue="LOG4J2-1502" dev="ggregory" type="fix" due-to="Sumit Singhal">
         CsvParameterLayout and CsvLogEventLayout insert NUL characters if data starts with {, (, [ or "
       </action>
+      <action issue="LOG4J2-1528" dev="mikes" type="add">
+        Create XML configuration file from ConfigurationBuilder.
+      </action>
       <action issue="LOG4J2-1181" dev="mikes" type="add">
         Scala API.
       </action>