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 2013/02/01 20:35:33 UTC

svn commit: r1441598 - in /logging/log4j/log4j2/trunk: pom.xml src/changes/announcement.vm src/changes/changes.xml

Author: rgoers
Date: Fri Feb  1 19:35:32 2013
New Revision: 1441598

URL: http://svn.apache.org/viewvc?rev=1441598&view=rev
Log:
update release notes template. Add beta5 to changes.xml

Modified:
    logging/log4j/log4j2/trunk/pom.xml
    logging/log4j/log4j2/trunk/src/changes/announcement.vm
    logging/log4j/log4j2/trunk/src/changes/changes.xml

Modified: logging/log4j/log4j2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/pom.xml?rev=1441598&r1=1441597&r2=1441598&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Fri Feb  1 19:35:32 2013
@@ -96,7 +96,8 @@
     <slf4j.version>1.7.2</slf4j.version>
     <logback.version>1.0.7</logback.version>
     <log4jParentDir>${basedir}</log4jParentDir>
-    <Log4jReleaseVersion>2.0-beta4</Log4jReleaseVersion>
+    <Log4jReleaseVersion>2.0-beta5</Log4jReleaseVersion>
+    <Log4jReleaseCount>seventh</Log4jReleaseCount>
     <jackson.version>1.9.2</jackson.version>
     <!-- Configuration properties for the OSGi maven-bundle-plugin -->
     <osgi.symbolicName>org.apache.logging.${project.artifactId}</osgi.symbolicName>
@@ -604,6 +605,7 @@
               <version>${Log4jReleaseVersion}</version>
               <announceParameters>
                 <releaseVersion>${Log4jReleaseVersion}</releaseVersion>
+                <releaseCount>${Log4jReleaseCount}</releaseCount>
               </announceParameters>
               <useJql>true</useJql>
             </configuration>

Modified: logging/log4j/log4j2/trunk/src/changes/announcement.vm
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/announcement.vm?rev=1441598&r1=1441597&r2=1441598&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/announcement.vm (original)
+++ logging/log4j/log4j2/trunk/src/changes/announcement.vm Fri Feb  1 19:35:32 2013
@@ -16,14 +16,17 @@
 ## under the License.
 
 #set($relVersion=$announceParameters.releaseVersion)
+#set($relCount=$announceParameters.releaseCount)
               Apache Log4j ${relVersion} RELEASE NOTES
 
 The ${developmentTeam} is pleased to announce the Log4j ${relVersion} release!
 
-Apache Log4j ${relVersion} requires a minimum of Java 5 to build and run. Basic compatibility with
-Log4j 1.x is provided through the log4j-1.2-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.
+Apache log4j is a well known framework for logging application behavior. Log4j 2 is an upgrade to
+Log4j that provides significant improvements over its predecessor, Log4j 1.x, and provides
+many of the improvements available in Logback while fixing some inherent problems in Logback's
+architecture.
+
+This is the ${relCount} release of Log4j 2 and is being made available to encourage use and feedback from the community.
 
 ## Hack to improve layout: replace all pairs of spaces with a single new-line
 $release.description.replaceAll("  ", "
@@ -128,6 +131,11 @@ o#if($!issue != "") $issue. #end ${actio
 ## End of main loop
 #end
 
+Apache Log4j ${relVersion} requires a minimum of Java 5 to build and run. Basic compatibility with
+Log4j 1.x is provided through the log4j-1.2-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.
+
 For complete information on ${project.name}, including instructions on how to submit bug reports,
 patches, or suggestions for improvement, see the Apache ${project.name} website:
 

Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/changes.xml?rev=1441598&r1=1441597&r2=1441598&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Fri Feb  1 19:35:32 2013
@@ -22,6 +22,9 @@
   </properties>
 
   <body>
+    <release version="2.0-beta5" date="@TBD@" description="Bug fixes and enhancements">
+
+    </release>
     <release version="2.0-beta4" date="2012-01-28" description="Bug fixes and enhancements">
       <action issue="LOG4J2-156" dev="ggregory" type="fix" due-to="Andreas Born">
         LocalizedMessageTest fails on linux system.