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 2017/02/17 04:05:57 UTC

logging-log4j2 git commit: Sort issues by type.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master b7b117cbb -> 2664ff47e


Sort issues by type.

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

Branch: refs/heads/master
Commit: 2664ff47e1c92494696c6bf3d851988baa0451ef
Parents: b7b117c
Author: ggregory <gg...@US-L-GG05.rocketsoftware.com>
Authored: Thu Feb 16 20:05:54 2017 -0800
Committer: ggregory <gg...@US-L-GG05.rocketsoftware.com>
Committed: Thu Feb 16 20:05:54 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/2664ff47/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0050c07..ee0bbf7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,15 +31,15 @@
          - "remove" - Removed
     -->
     <release version="2.8.1" date="2017-MM-DD" description="GA Release 2.8.1">
-      <action issue="LOG4J2-1816" dev="rpopma" type="fix" due-to="shubhankar1100">
-        Change minOccur to minOccurs in Log4j-config.xsd.
-      </action>
       <action issue="LOG4J2-1812" dev="rpopma" type="update">
         Improved error message when log4j 2 configuration file not found.
       </action>
       <action issue="LOG4J2-1810" dev="rgoers" type="update">
         Update to use Logback 1.1.10 and then Logback 1.2 for tests.
       </action>
+      <action issue="LOG4J2-1816" dev="rpopma" type="fix" due-to="shubhankar1100">
+        Change minOccur to minOccurs in Log4j-config.xsd.
+      </action>
       <action issue="LOG4J2-1803" dev="rgoers" type="fix">
         Fix Maven POM to ensure JMH generated classes in log4j-perf are included in benchmarks jar.
       </action>