1
0

Update release notes.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1452935 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart
2013-03-05 18:23:54 +00:00
parent 9774aadf0e
commit a06c519147

View File

@@ -13,6 +13,7 @@ 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-144: LogFactory and LogFactoryImpl will not swallow certain errors anymore (ThreadDeath o LOGGING-144: LogFactory and LogFactoryImpl will not swallow certain errors anymore (ThreadDeath
and VirtualMachineError). Thanks to Sebastian Bazley. and VirtualMachineError). Thanks to Sebastian Bazley.
o LOGGING-132: Jdk14Logger now correctly uses the specified logger name. Thanks to Nathan Niesen. o LOGGING-132: Jdk14Logger now correctly uses the specified logger name. Thanks to Nathan Niesen.