You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2012/05/26 17:19:58 UTC

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

Author: ggregory
Date: Sat May 26 15:19:58 2012
New Revision: 1342909

URL: http://svn.apache.org/viewvc?rev=1342909&view=rev
Log:
Bugzilla [49243]: Fix one BZ number in Changelog of 1.2.16.

Modified:
    logging/log4j/trunk/src/changes/changes.xml

Modified: logging/log4j/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/src/changes/changes.xml?rev=1342909&r1=1342908&r2=1342909&view=diff
==============================================================================
--- logging/log4j/trunk/src/changes/changes.xml (original)
+++ logging/log4j/trunk/src/changes/changes.xml Sat May 26 15:19:58 2012
@@ -21,6 +21,7 @@
   </properties>
   <body>
     <release version="1.2.18" date="2012-??-??" description="Maintenance release">
+       <action issue="49243" action="fix" dev="ggregory" due-to="Rainer Jung">Fix one BZ number in Changelog of 1.2.16.</action>
        <action issue="50369" action="fix" dev="ggregory" due-to="Gil Cottle">Missing comma in class header Javadoc for Level.</action>
        <action issue="46626" action="add" dev="ggregory" due-to="Steven Willis">Log4J SyslogAppender does not handle the TAG field.</action>
     </release>
@@ -109,7 +110,7 @@
        <action action="add" issue="48187">Typo ("two three goals") in log4j FAQ</action>
        <action action="fix" issue="48531">Unit tests fail for system dates after 2009-12-31</action>
        <action action="fix" issue="48604">Download page does not have link to KEYS file</action>
-       <action action="add" issue="49812">Add parameterized logging utility classes LogMF and LogSF from extras companion.</action>
+       <action action="add" issue="48912">Make LogMF, LogSF available in core log4j.</action>
        <action action="add" issue="48927">Add EnhancedPatternLayout from extras companion.</action>
        <action action="fix" issue="48784">Links to example code broken in the JavaDocs</action>
        <action action="fix" issue="48953">Unused imports and variables in test code cause gcj compile warnings.</action>