You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2012/08/24 02:32:37 UTC

svn commit: r1376802 - in /logging/log4j/log4j2/trunk: RELEASE-NOTES.txt pom.xml src/changes/changes.xml

Author: rgoers
Date: Fri Aug 24 00:32:37 2012
New Revision: 1376802

URL: http://svn.apache.org/viewvc?rev=1376802&view=rev
Log:
Create release noets

Modified:
    logging/log4j/log4j2/trunk/RELEASE-NOTES.txt
    logging/log4j/log4j2/trunk/pom.xml
    logging/log4j/log4j2/trunk/src/changes/changes.xml

Modified: logging/log4j/log4j2/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/RELEASE-NOTES.txt?rev=1376802&r1=1376801&r2=1376802&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/RELEASE-NOTES.txt (original)
+++ logging/log4j/log4j2/trunk/RELEASE-NOTES.txt Fri Aug 24 00:32:37 2012
@@ -1,35 +1,27 @@
 
-              Apache Log4j 2.0-alpha1 RELEASE NOTES
+              Apache Log4j 2.0-alpha2 RELEASE NOTES
 
-The Apache Log4j 2 team is pleased to announce the Log4j 2.0-alpha1 release!
+The Apache Log4j 2 team is pleased to announce the Log4j 2.0-alpha2 release!
 
-Apache Log4j 2.0-alpha1 requires a minimum of Java 5 to build and run. Basic compatibility with
+Apache Log4j 2.0-alpha2 requires a minimum of Java 5 to build and run. Basic compatibility with
 Log4j 1.x is provided through the log4j12-api component, however it does not implement some of the
 very implementation specific classes and methods. The package names and Maven groupId have been changed to
 org.apache.logging.log4j to avoid any conflicts with log4j 1.x.
 
-Rewrite of Log4j
+Bug fixes and minor enhancements
 
 Changes in this version include:
 
 New features:
-o LOG4J2-60:  Added ability to filter on the appender-ref by adding either a level or a filter. Thanks to Shane Kelly.
-o LOG4J2-54:  Support existing ability to modify any of an event's fields
-o LOG4J2-53:  Better control over timestamp
-o LOG4J2-32:  Create a Layout and SyslogAppender that support RFC 5424.
-o LOG4J2-31:  The Logging API should support a Message object
-o LOG4J2-17:  Provide enhanced logger filtering support.
+o LOG4J2-69:  Allow Flume agents to be embedded into the Flume Appender. 
+o LOG4J2-68:  Add support for formatting using String.format(). 
+o LOG4J2-67:  Allow components besides core to create a PluginMap for faster plugin loading and not
+        having to specify the plugin package in the configuration. 
 
 Fixed Bugs:
-o LOG4J2-56:  Level.toLevel would throw an IllegalArgumentException instead of returning the default value. Thanks to John Owen Atala.
-o LOG4J2-51:  Remove LoggerContext support for custom logger factories. All Loggers returned
-        by LoggerContext should be compatibile and of the same type. Thanks to John Vasileff.
-o LOG4J2-50:  Make sure all application facing log methods use their own FQCN. This patch
-        resolves a unit test failure for the %C pattern when using the Category logger. Thanks to John Vasileff.
-
-Changes:
-o LOG4J2-19:  Provide looser coupling of PatternConverters
-o LOG4J2-15:  Provide a "Proxy" Appender to support lazy initialization of Appenders.
+o LOG4J2-64:  Fix compilation problems in Java 7. 
+o LOG4J2-65:  Allow variable substitution on the configuration attributes and on the root log level. 
+
 
 
 For complete information on Apache Log4j 2, including instructions on how to submit bug reports,

Modified: logging/log4j/log4j2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/pom.xml?rev=1376802&r1=1376801&r2=1376802&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Fri Aug 24 00:32:37 2012
@@ -478,7 +478,7 @@
               <announcementFile>RELEASE-NOTES.txt</announcementFile>
               <issueManagementSystems>
                 <issueManagementSystem>changes.xml</issueManagementSystem>
-                <issueManagementSystem>JIRA</issueManagementSystem>
+                <!--<issueManagementSystem>JIRA</issueManagementSystem> -->
               </issueManagementSystems>
               <version>${Log4jReleaseVersion}</version>
               <announceParameters>

Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/changes.xml?rev=1376802&r1=1376801&r2=1376802&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Fri Aug 24 00:32:37 2012
@@ -22,7 +22,7 @@
   </properties>
 
   <body>
-    <release version="2.0-alpha2" date="TBD" description="Bug fixes and minor enhancements">
+    <release version="2.0-alpha2" date="2012-08-24" description="Bug fixes and minor enhancements">
       <action issue="LOG4J2-69" dev="rgoers" type="add">
         Allow Flume agents to be embedded into the Flume Appender.
       </action>