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 2014/02/08 17:15:09 UTC

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

Author: nickwilliams
Date: Sat Feb  8 16:15:08 2014
New Revision: 1566039

URL: http://svn.apache.org/r1566039
Log:
Trail and error in release process 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=1566039&r1=1566038&r2=1566039&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Sat Feb  8 16:15:08 2014
@@ -20,7 +20,7 @@
     <title>Changes</title>
   </properties>
   <body>
-    <release version="2.0-RC1" date="2014-02-08" description="Bug fixes and enhancements">
+    <release version="2.0-rc1" date="2014-MM-DD" description="Bug fixes and enhancements">
       <action type="update">
         This release contains several changes that break binary and backwards compatibility with previous versions.
         Please read the release notes correctly so that you can adjust your usage of Log4j 2, if necessary.
@@ -122,7 +122,7 @@
       </action>
       <action issue="LOG4J2-479" dev="rpopma" type="add" due-to="MK">
         ThreadContext now uses plain ThreadLocal by default, unless system property
-        <tt>isThreadContextMapInheritable</tt> has value <tt>"true"</tt>.
+        isThreadContextMapInheritable has value "true".
       </action>
       <action issue="LOG4J2-398" dev="rgoers" type="fix">
         Configure properties and setup Interpolator before processing rest of configuration.