1
0

Prepare release notes for 1.1.3 release.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1478468 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart
2013-05-02 18:11:31 +00:00
parent 5506657f80
commit c3e3b15f18

View File

@@ -1,8 +1,8 @@
Apache Commons Logging Apache Commons Logging
Version 1.1.2 Version 1.1.3
RELEASE NOTES 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, Commons Logging is a thin adapter allowing configurable bridging to other,
well known logging systems. well known logging systems.
@@ -11,34 +11,12 @@ This is a maintenance release containing bug fixes.
Changes in this version include: Changes in this version include:
Fixed Bugs: Fixed Bugs:
o LOGGING-124: The jar manifest now contains proper OSGi-related metadata information. Thanks to Christian Schneider. o LOGGING-151: Use "org.apache.commons.logging" as bundle symbolic name. Thanks to Krzysztof Daniel.
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: Historical list of changes: http://commons.apache.org/proper/commons-logging/changes-report.html
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.
Historical list of changes: http://commons.apache.org/logging/changes-report.html
For complete information on Commons Logging, including instructions on how to submit bug reports, 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: patches, or suggestions for improvement, see the Apache Commons Logging website:
http://commons.apache.org/logging/ http://commons.apache.org/proper/commons-logging/