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/07/06 05:01:15 UTC

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

Author: rpopma
Date: Sun Jul  6 03:01:14 2014
New Revision: 1608156

URL: http://svn.apache.org/r1608156
Log:
Updated changes.xml for fixes that were missed in release notes for RC2.

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=1608156&r1=1608155&r2=1608156&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Sun Jul  6 03:01:14 2014
@@ -22,6 +22,14 @@
   </properties>
   <body>
     <release version="2.0-???" date="2014-0M-DD" description="Bug fixes and enhancements">
+      <action issue="LOG4J2-625" dev="rpopma" type="fix">
+        Fixed Serialization error with SocketAppender and Async Loggers.
+        (Fixed in RC2, but wasn't included in release notes.)
+      </action>
+      <action issue="LOG4J2-538" dev="rpopma" type="fix">
+        JMX GUI: fixed occasional ArrayIndexOutOfBoundsException after pressing "reconfigure with XML below".
+        (Fixed in RC2, but wasn't included in release notes.)
+      </action>
       <action issue="LOG4J2-666" dev="rpopma" type="fix">
         AsyncLoggerContextSelector should ensure that different AsyncLoggerContext objects created by web app classloaders have unique names.
       </action>