1
0

[LOGGING-146] Add entry to changes.xml

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1435123 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart
2013-01-18 12:58:07 +00:00
parent e0028af797
commit f66d8067ae

View File

@@ -44,6 +44,9 @@ The <action> type attribute can be add,update,fix,remove.
</properties>
<body>
<release version="1.1.2" date="In SVN" description="Bug fixes.">
<action type="fix" issue="LOGGING-146">
Properly synchronize access to protected static field LogFactory.nullClassLoaderFactory.
</action>
<action type="fix" issue="LOGGING-119">
Prevent potential deadlock scenario in WeakHashtable.
</action>