From f66d8067aee67348abc7e6da59c3f0bfa2366515 Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Fri, 18 Jan 2013 12:58:07 +0000 Subject: [PATCH] [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 --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a72f700..b4ebd9b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -44,6 +44,9 @@ The type attribute can be add,update,fix,remove. + + Properly synchronize access to protected static field LogFactory.nullClassLoaderFactory. + Prevent potential deadlock scenario in WeakHashtable.