Return-Path: X-Original-To: apmail-logging-commits-archive@minotaur.apache.org Delivered-To: apmail-logging-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EE1F9E6E1 for ; Fri, 1 Feb 2013 19:35:56 +0000 (UTC) Received: (qmail 11318 invoked by uid 500); 1 Feb 2013 19:35:56 -0000 Delivered-To: apmail-logging-commits-archive@logging.apache.org Received: (qmail 11295 invoked by uid 500); 1 Feb 2013 19:35:56 -0000 Mailing-List: contact commits-help@logging.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@logging.apache.org Delivered-To: mailing list commits@logging.apache.org Received: (qmail 11273 invoked by uid 99); 1 Feb 2013 19:35:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2013 19:35:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2013 19:35:53 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3BF31238897F; Fri, 1 Feb 2013 19:35:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1441598 - in /logging/log4j/log4j2/trunk: pom.xml src/changes/announcement.vm src/changes/changes.xml Date: Fri, 01 Feb 2013 19:35:33 -0000 To: commits@logging.apache.org From: rgoers@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130201193533.3BF31238897F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@ 1.7.2 1.0.7 ${basedir} - 2.0-beta4 + 2.0-beta5 + seventh 1.9.2 org.apache.logging.${project.artifactId} @@ -604,6 +605,7 @@ ${Log4jReleaseVersion} ${Log4jReleaseVersion} + ${Log4jReleaseCount} true 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 @@ + + + LocalizedMessageTest fails on linux system.