Repository: logging-log4j2
Updated Branches:
  refs/heads/master 79354baaa -> fbd1eb11e


Group by add, fix, update.

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

Branch: refs/heads/master
Commit: fbd1eb11ec274ac41d23e678f13155312e97559c
Parents: 79354ba
Author: ggregory <ggreg...@apache.org>
Authored: Sun Nov 1 12:23:27 2015 -0800
Committer: ggregory <ggreg...@apache.org>
Committed: Sun Nov 1 12:23:27 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/fbd1eb11/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6f1019a..54c352f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,12 +24,21 @@
   </properties>
   <body>
     <release version="2.5" date="2015-MM-DD" description="GA Release 2.5">
-      <action issue="LOG4J2-879" dev="rpopma" type="fix">
-        Documentation: fixed minor issues with the site and manual pages.
+      <action issue="LOG4J2-1136" dev="rgoers" type="add">
+        Add support for JSR 223 scripts in filters and the PatternSelector.
+      </action>
+      <action issue="LOG4J2-1168" dev="ggregory" type="add" due-to="Steven 
Swor">
+        Add getters for source and destination file in file rename action.
+      </action>
+      <action issue="LOG4J2-1175" dev="ggregory" type="add">
+        Add getters for classes in 
org.apache.logging.log4j.core.appender.rolling.action.
       </action>
       <action issue="LOG4J2-898" dev="rpopma" type="add">
         Added system property to allow users to control whether messages 
should be formatted in the background.
       </action>
+      <action issue="LOG4J2-879" dev="rpopma" type="fix">
+        Documentation: fixed minor issues with the site and manual pages.
+      </action>
       <action issue="LOG4J2-999" dev="rpopma" type="fix" due-to="Joan 
Balagueró">
         RollingFileAppender should also roll over when log event time is equal 
to rollover time, not only when later.
       </action>
@@ -54,15 +63,6 @@
       <action issue="LOG4J2-1159" dev="rpopma" type="fix">
         Fixed a ThreadLocal memory leak in Tomcat8 that mentions AsyncLoggers 
when Async Loggers are not used.
       </action>
-      <action issue="LOG4J2-1136" dev="rgoers" type="add">
-        Add support for JSR 223 scripts in filters and the PatternSelector.
-      </action>
-      <action issue="LOG4J2-1168" dev="ggregory" type="add" due-to="Steven 
Swor">
-        Add getters for source and destination file in file rename action.
-      </action>
-      <action issue="LOG4J2-1175" dev="ggregory" type="add">
-        Add getters for classes in 
org.apache.logging.log4j.core.appender.rolling.action.
-      </action>
       <action issue="LOG4J2-1166" dev="rpopma" type="fix">
         AbstractConfiguration executor should use a DaemonThreadFactory.
       </action>
@@ -78,15 +78,15 @@
       <action issue="LOG4J2-801" dev="mattsicker" type="fix">
         org.apache.logging.log4j.core.Logger should be serializable.
       </action>
-      <action issue="LOG4J2-1174" dev="ggregory" type="update">
-        Update Jackson from 2.6.2 to 2.6.3.
-      </action>
       <action issue="LOG4J2-1157" dev="mattsicker" type="fix" due-to="Norbert 
Bartels">
         Fix compilation error for classes annotated with @Plugin.
       </action>
       <action issue="LOG4J2-948" dev="mattsicker" type="fix" due-to="Andrew 
Flower">
         Fix plugin documentation error about Converters.
       </action>
+      <action issue="LOG4J2-1174" dev="ggregory" type="update">
+        Update Jackson from 2.6.2 to 2.6.3.
+      </action>
     </release>
     <release version="2.4.1" date="2015-10-08" description="GA Release 2.4.1">
       <action issue="LOG4J2-1129" dev="rgoers" type="add">

Reply via email to