Author: nickwilliams
Date: Tue Jan 28 05:45:13 2014
New Revision: 1561946

URL: http://svn.apache.org/r1561946
Log:
Accidentially added changes to bottom of version instead of top of version

Modified:
    logging/log4j/log4j2/trunk/src/changes/changes.xml

Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/changes.xml?rev=1561946&r1=1561945&r2=1561946&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Tue Jan 28 05:45:13 2014
@@ -21,6 +21,18 @@
   </properties>
   <body>
     <release version="2.0-RC1" date="2014-MM-DD" description="Bug fixes and 
enhancements">
+      <action issue="LOG4J2-409" dev="nickwilliams" type="fix" due-to="Frank 
Steinmann, Thomas Neidhart">
+        Created a utility to properly escape backslashes before creating URIs, 
and changed URI creation to use the
+        utility instead of instantiating URI directly.
+      </action>
+      <action issue="LOG4J2-344" dev="nickwilliams" type="fix" due-to="Keir 
Lawson, Tomasz Wladzinski">
+        Changed the Servlet 3.0 auto-initializer to add the filter by class to 
get around a WebLogic bug.
+      </action>
+      <action issue="LOG4J2-359" dev="nickwilliams" type="fix" due-to="Abhinav 
Shah">
+        Changed the Servlet 3.0 auto-initializer so that it does nothing in a 
Servlet 2.5 or older application. This
+        ensures behavioral consistency across containers. This includes 
additional fixes to abort initialization if a
+        duplicate filter already exists and to check the actual Servlet 
EFFECTIVE version.
+      </action>
       <action issue="LOG4J2-517" dev="rpopma" type="fix">
         Switch in log4j-1.2-api Category.getEffectiveLevel has no cases for 
FATAL, OFF.
       </action>
@@ -158,18 +170,6 @@
       <action issue="LOG4J2-402" dev="ggregory" type="add">
         Configure RandomAccessFileAppender buffer size.
       </action>
-      <action issue="LOG4J2-359" dev="nickwilliams" type="fix" due-to="Abhinav 
Shah">
-        Changed the Servlet 3.0 auto-initializer so that it does nothing in a 
Servlet 2.5 or older application. This
-        ensures behavioral consistency across containers. This includes 
additional fixes to abort initialization if a
-        duplicate filter already exists and to check the actual Servlet 
EFFECTIVE version.
-      </action>
-      <action issue="LOG4J2-344" dev="nickwilliams" type="fix" due-to="Keir 
Lawson, Tomasz Wladzinski">
-        Changed the Servlet 3.0 auto-initializer to add the filter by class to 
get around a WebLogic bug.
-      </action>
-      <action issue="LOG4J2-409" dev="nickwilliams" type="fix" due-to="Frank 
Steinmann, Thomas Neidhart">
-        Created a utility to properly escape backslashes before creating URIs, 
and changed URI creation to use the
-        utility instead of instantiating URI directly.
-      </action>
     </release>
     <release version="2.0-beta9" date="2013-09-14" description="Bug fixes and 
enhancements">
       <action issue="LOG4J2-317" dev="ggregory" type="update">


Reply via email to