You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/05/20 18:50:05 UTC

svn commit: r2025 - in /release/commons/logging: README.html RELEASE-NOTES.txt binaries/README.html source/README.html

Author: tn
Date: Mon May 20 16:50:02 2013
New Revision: 2025

Log:
Update release-notes and readme files after release.

Modified:
    release/commons/logging/README.html
    release/commons/logging/RELEASE-NOTES.txt
    release/commons/logging/binaries/README.html
    release/commons/logging/source/README.html

Modified: release/commons/logging/README.html
==============================================================================
--- release/commons/logging/README.html (original)
+++ release/commons/logging/README.html Mon May 20 16:50:02 2013
@@ -1,7 +1,7 @@
-<h1>Commons-Logging v1.1.2</h1>
+<h1>Commons-Logging v1.1.3</h1>
 
 
-<p>This is the 1.1.2 version of commons-logging. It is available in both 
+<p>This is the 1.1.3 version of commons-logging. It is available in both 
 binary and source distributions.</p>
 
 <p><strong>Note:</strong> the larger size of the new downloads is due to improved documentation shipping
@@ -33,13 +33,13 @@
 
 <pre>Always test available signatures, <i>e.g.</i>,
 $ pgpk -a KEYS
-$ pgpv commons-logging-1.1.2-bin.tar.gz.asc
+$ pgpv commons-logging-1.1.3-bin.tar.gz.asc
 or,
 $ pgp -ka KEYS
-$ pgp commons-logging-1.1.2-bin.tar.gz.asc
+$ pgp commons-logging-1.1.3-bin.tar.gz.asc
 or,
 $ gpg --import KEYS
-$ gpg --verify commons-logging-1.1.2-bin.tar.gz.asc
+$ gpg --verify commons-logging-1.1.3-bin.tar.gz.asc
 </pre>
 <p>
 

Modified: release/commons/logging/RELEASE-NOTES.txt
==============================================================================
--- release/commons/logging/RELEASE-NOTES.txt (original)
+++ release/commons/logging/RELEASE-NOTES.txt Mon May 20 16:50:02 2013
@@ -1,8 +1,8 @@
               Apache Commons Logging
-                  Version 1.1.2
+                  Version 1.1.3
                   RELEASE NOTES
 
-The Commons Logging team is pleased to announce the release of Apache Commons Logging 1.1.2
+The Commons Logging team is pleased to announce the release of Apache Commons Logging 1.1.3
 
 Commons Logging is a thin adapter allowing configurable bridging to other,
 well known logging systems.
@@ -11,34 +11,12 @@
 
 Changes in this version include:
 
-
 Fixed Bugs:
-o LOGGING-124:  The jar manifest now contains proper OSGi-related metadata information. Thanks to Christian Schneider.
-o LOGGING-144:  LogFactory and LogFactoryImpl will not swallow certain errors anymore (ThreadDeath
-                and VirtualMachineError). Thanks to Sebastian Bazley.
-o LOGGING-132:  Jdk14Logger now correctly uses the specified logger name. Thanks to Nathan Niesen.
-o LOGGING-146:  Properly synchronize access to protected static field LogFactory.nullClassLoaderFactory.
-                Thanks to Sebastian Bazley.
-o LOGGING-119:  Prevent potential deadlock scenario in WeakHashtable. Thanks to Nitzan Niv, Philippe Mouawad.
-o LOGGING-130:  Potential missing privileged block for class loader. Thanks to Matthew P. Del Buono.
-o LOGGING-145:  LogFactoryImpl.setAttribute - possible NPE.
-o LOGGING-142:  Log4JLogger uses deprecated static members of Priority such as INFO. Thanks to Jingguo Yao.
-o LOGGING-128:  Static analysis suggests a number of potential improvements. Thanks to Peter Lawrey.
-o LOGGING-147:  SimpleLog.log - unsafe update of shortLogName.
-o LOGGING-148:  LogFactory.diagnosticPrefix and diagnosticsStream could be final.
-
-Changes:
-o LOGGING-135:  Improved thread-safety for several log adapters, including AvalonLogger, SimpleLog,
-                Log4JLogger, LogKitLogger. Thanks to Sebastian Bazley.
-o LOGGING-138:  In case of a discovery failure now also the stacktrace of the cause will be
-                added to the diagnostic message. Thanks to Luke Lu.
-o LOGGING-133:  Change scope of Jdk14Logger.log(Level, String, Throwable) to protected, allowing
-                subclasses to modify the logging output. Thanks to Shevek.
-
+o LOGGING-151:  Use "org.apache.commons.logging" as bundle symbolic name. Thanks to Krzysztof Daniel.
 
-Historical list of changes: http://commons.apache.org/logging/changes-report.html
+Historical list of changes: http://commons.apache.org/proper/commons-logging/changes-report.html
 
 For complete information on Commons Logging, including instructions on how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Commons Logging website:
 
-http://commons.apache.org/logging/
\ No newline at end of file
+http://commons.apache.org/proper/commons-logging/
\ No newline at end of file

Modified: release/commons/logging/binaries/README.html
==============================================================================
--- release/commons/logging/binaries/README.html (original)
+++ release/commons/logging/binaries/README.html Mon May 20 16:50:02 2013
@@ -1,7 +1,7 @@
-<h1>Commons-Logging v1.1.2</h1>
+<h1>Commons-Logging v1.1.3</h1>
 
 
-<p>This is the 1.1.2 version of commons-logging. It is available in both 
+<p>This is the 1.1.3 version of commons-logging. It is available in both 
 binary and source distributions.</p>
 
 <p><strong>Note:</strong> the larger size of the new downloads is due to improved documentation shipping
@@ -33,13 +33,13 @@
 
 <pre>Always test available signatures, <i>e.g.</i>,
 $ pgpk -a KEYS
-$ pgpv commons-logging-1.1.2-bin.tar.gz.asc
+$ pgpv commons-logging-1.1.3-bin.tar.gz.asc
 or,
 $ pgp -ka KEYS
-$ pgp commons-logging-1.1.2-bin.tar.gz.asc
+$ pgp commons-logging-1.1.3-bin.tar.gz.asc
 or,
 $ gpg --import KEYS
-$ gpg --verify commons-logging-1.1.2-bin.tar.gz.asc
+$ gpg --verify commons-logging-1.1.3-bin.tar.gz.asc
 </pre>
 <p>
 

Modified: release/commons/logging/source/README.html
==============================================================================
--- release/commons/logging/source/README.html (original)
+++ release/commons/logging/source/README.html Mon May 20 16:50:02 2013
@@ -1,7 +1,7 @@
-<h1>Commons-Logging v1.1.2</h1>
+<h1>Commons-Logging v1.1.3</h1>
 
 
-<p>This is the 1.1.2 version of commons-logging. It is available in both 
+<p>This is the 1.1.3 version of commons-logging. It is available in both 
 binary and source distributions.</p>
 
 <p><strong>Note:</strong> the larger size of the new downloads is due to improved documentation shipping
@@ -33,13 +33,13 @@
 
 <pre>Always test available signatures, <i>e.g.</i>,
 $ pgpk -a KEYS
-$ pgpv commons-logging-1.1.2-bin.tar.gz.asc
+$ pgpv commons-logging-1.1.3-bin.tar.gz.asc
 or,
 $ pgp -ka KEYS
-$ pgp commons-logging-1.1.2-bin.tar.gz.asc
+$ pgp commons-logging-1.1.3-bin.tar.gz.asc
 or,
 $ gpg --import KEYS
-$ gpg --verify commons-logging-1.1.2-bin.tar.gz.asc
+$ gpg --verify commons-logging-1.1.3-bin.tar.gz.asc
 </pre>
 <p>