From aefdc85e6a157e94d9a404c8d7168b2c6172a22c Mon Sep 17 00:00:00 2001 From: Dennis Lundberg Date: Wed, 14 Nov 2007 22:42:14 +0000 Subject: [PATCH] Add LOGGING-114, LOGGING-115 and LOGGING-117 to the release notes. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@595102 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 42e13b1..557a692 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -130,11 +130,15 @@ Logging with Maven 1.x will be removed in a future version of Commons Logging. Commons Logging library was not sufficient as an AccessController was not used. This has been fixed by catching SecurityException and using an AccessController. -* LOGGING-111: Show the contents of chained exceptions, to make debugging easier, - in particular when using Commons Logging together with Log4J. +* LOGGING-111, LOGGING-114: Show the contents of chained exceptions, to make + debugging easier, in particular when using Commons Logging together with Log4J. * LOGGING-113: pom.xml in maven repository does not list dependencies as optional. +* LOGGING-115: NPE thrown due to exception message logging. + +* LOGGING-117: Unit tests fail on linux with java16. + * MEV-392 (http://jira.codehaus.org/browse/MEV-392) As Commons Logging didn't provide a Maven2 pom.xml file, one was helpfully created by people not involved with the commons-logging project and published