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 2013/09/04 01:29:50 UTC

svn commit: r1519886 - /logging/log4j/log4j2/trunk/src/changes/changes.xml

Author: rpopma
Date: Tue Sep  3 23:29:49 2013
New Revision: 1519886

URL: http://svn.apache.org/r1519886
Log:
Moved changes that break existing configurations to the top of the list.

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=1519886&r1=1519885&r2=1519886&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Tue Sep  3 23:29:49 2013
@@ -21,9 +21,6 @@
   </properties>
   <body>
     <release version="2.0-beta9" date="soon, very soon" description="Bug fixes and enhancements">
-      <action issue="LOG4J2-380" dev="rgoers" type="fix">
-        Use rollover date when substituting ${date} in the filePattern.
-      </action>
       <action issue="LOG4J2-317" dev="ggregory" type="update">
         Renamed FastFileAppender and FastRollingFileAppender to RandomAccessFileAppender
         and RollingRandomAccessFileAppender. Configurations using the Fast(Rolling)File element
@@ -43,6 +40,9 @@
         reversed (previous "true"s should become "false"s, and vice versa). Since this was an undocumented attribute up
         until now, it's unlikely this change will affect any users.
       </action>
+      <action issue="LOG4J2-380" dev="rgoers" type="fix">
+        Use rollover date when substituting ${date} in the filePattern.
+      </action>
       <action issue="LOG4J2-253" dev="rpopma" type="add">
         Added FAQ page to the site.
       </action>