You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ni...@apache.org on 2013/07/10 23:03:54 UTC

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

Author: nickwilliams
Date: Wed Jul 10 21:03:53 2013
New Revision: 1501994

URL: http://svn.apache.org/r1501994
Log:
[LOG4J2-270] Updating changes.xml

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=1501994&r1=1501993&r2=1501994&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Wed Jul 10 21:03:53 2013
@@ -21,6 +21,10 @@
   </properties>
   <body>
     <release version="2.0-beta8" date="2013-07-10" description="Bug fixes and enhancements">
+      <action issue="LOG4J2-270" dev="nickwilliams" type="update">
+        Improved logging initialization in Servlet containers, especially Servlet 3.0 and newer where Log4j now
+        initializes and deinitializes automatically with no deployment descriptor configuration.
+      </action>
       <action issue="LOG4J2-302" dev="rpopma" type="fix">
         Added toString methods to ThreadContextStack/Map implementation classes.
       </action>
@@ -72,9 +76,6 @@
       <action issue="LOG4J2-288" dev="gregory" type="update">
         Update JUnit to 4.11 from 4.7.
       </action>
-      <action issue="LOG4J2-287" dev="gregory" type="update">
-        Update Hibernate to 4.3 beta3 from beta2.
-      </action>
       <action issue="LOG4J2-286" dev="gregory" type="update">
         Update test H2 JDBC driver to 1.172 from 1.171.
       </action>