You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/04/26 02:12:24 UTC

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

Author: mattsicker
Date: Sat Apr 26 00:12:23 2014
New Revision: 1590203

URL: http://svn.apache.org/r1590203
Log:
Add resolved issues from JIRA to changelog.

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=1590203&r1=1590202&r2=1590203&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Sat Apr 26 00:12:23 2014
@@ -21,6 +21,19 @@
   </properties>
   <body>
     <release version="2.0-rc2" date="2014-MM-DD" description="Bug fixes and enhancements">
+      <action issue="LOG4J2-440" dev="mattsicker" type="fix">
+        During shutdown, a NullPointerException could be thrown due to the NullConfiguration class no longer being
+        available to the ClassLoader.
+      </action>
+      <action issue="LOG4J2-346" dev="mattsicker" type="fix">
+        Cyclic dependency with log4j-slf4j-impl in OSGi.
+      </action>
+      <action issue="LOG4J2-345" dev="mattsicker" type="fix">
+        The log4j-1.2-api module didn't export any packages to OSGi.
+      </action>
+      <action issue="LOG4J2-605" dev="mattsicker" type="fix">
+        Password data from the NoSQL plugins no longer shows up in cleartext in debug logging.
+      </action>
       <action issue="LOG4J2-448" dev="rgoers" type="fix" due-to="X86core">
         A StringIndexOutOfBounds exception could occur during property substitution.
       </action>