1
0
Files
tweed5-commons-logging/RELEASE-NOTES.txt

28 lines
1.0 KiB
Plaintext

Apache Commons Logging 1.1.2 RELEASE NOTES
The Commons Logging team is pleased to announce the release of commons-logging-1.1.2
Commons Logging is a thin adapter allowing configurable bridging to other,
well known logging systems.
Bug fixes.
Changes in this version include:
Fixed Bugs:
o LOGGING-130: Potential missing privileged block for class loader.
o LOGGING-145: LogFactoryImpl.setAttribute - possible NPE.
o LOGGING-142: Log4JLogger uses deprecated static members of Priority such as INFO.
o LOGGING-128: Static analysis suggests a number of potential improvements.
o LOGGING-147: SimpleLog.log - unsafe update of shortLogName.
o LOGGING-148: LogFactory.diagnosticPrefix and diagnosticsStream could be final.
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,
patches, or suggestions for improvement, see the Apache Commons Logging website:
http://commons.apache.org/logging/