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 2014/02/17 13:06:35 UTC

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

Author: rpopma
Date: Mon Feb 17 12:06:34 2014
New Revision: 1568952

URL: http://svn.apache.org/r1568952
Log:
added entry for next release, fixed date for rc1, added JMX prefix to some rc1 items

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=1568952&r1=1568951&r2=1568952&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Mon Feb 17 12:06:34 2014
@@ -20,7 +20,9 @@
     <title>Changes</title>
   </properties>
   <body>
-    <release version="2.0-rc1" date="2014-MM-DD" description="Bug fixes and enhancements">
+    <release version="2.0-rc2?" date="2014-MM-DD" description="Bug fixes and enhancements">
+    </release>
+    <release version="2.0-rc1" date="2014-02-16" description="Bug fixes and enhancements">
       <action dev="nickwilliams" type="delete">
         Removed the DataSourceConnectionSource and the &lt;DriverManager&gt; plugin for the JDBC Appender. It is not
         safe to use. Please use the DataSource or factory connection sources backed by a connection pool.
@@ -155,7 +157,7 @@
         Fixed typo in documentation: system property should be log4j2.loggerContextFactory
       </action>
       <action issue="LOG4J2-443" dev="rpopma" type="fix" due-to="Colin Froggatt, Tudor Har">
-        Fixed issue where log4j2 LoggerContext did not show up in JMX GUI or JConsole.
+        (JMX) Fixed issue where log4j2 LoggerContext did not show up in JMX GUI or JConsole.
       </action>
       <action issue="LOG4J2-485" dev="rpopma" type="fix">
         Fixed issue where toString methods that perform logging could deadlock AsyncAppender.
@@ -209,7 +211,7 @@
         Update Flume Appender to use Flume 1.4.0.
       </action>
       <action issue="LOG4J2-423" dev="rpopma" type="add">
-        Added MBeans for instrumenting AsyncAppenders and AsyncLogger RingBuffers,
+        (JMX) Added MBeans for instrumenting AsyncAppenders and AsyncLogger RingBuffers,
         exposing queue size, remaining capacity and other attributes.
       </action>
       <action issue="LOG4J2-323" dev="rpopma" type="fix">
@@ -247,7 +249,6 @@
       <action issue="LOG4J2-532" dev="ggregory" type="update">
         Resource leak in Flume appender when it cannot create a BerkeleyDB db.
       </action>
-    </release>
     <release version="2.0-beta9" date="2013-09-14" description="Bug fixes and enhancements">
       <action issue="LOG4J2-317" dev="ggregory" type="update">
         Renamed FastFileAppender and FastRollingFileAppender to RandomAccessFileAppender