Author: rgoers
Date: Wed Apr 17 23:43:01 2013
New Revision: 1469106
URL: http://svn.apache.org/r1469106
Log:
LOG4J2-208 - Merge async support into core
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=1469106&r1=1469105&r2=1469106&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Wed Apr 17 23:43:01 2013
@@ -23,6 +23,9 @@
<body>
<release version="2.0-beta5" date="@TBD@" description="Bug fixes and
enhancements">
+ <action issue="LOG4J2-208" dev="rgoers" type="update" due-to="Remko
Popma">
+ Move async subproject into core.
+ </action>
<action issue="LOG4J2-212" dev="rgoers" type="fix">
Call LoggerContext.stop when the application is shutdown.
</action>