You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by de...@apache.org on 2007/11/14 23:42:14 UTC

svn commit: r595102 - /commons/proper/logging/trunk/RELEASE-NOTES.txt

Author: dennisl
Date: Wed Nov 14 14:42:14 2007
New Revision: 595102

URL: http://svn.apache.org/viewvc?rev=595102&view=rev
Log:
Add LOGGING-114, LOGGING-115 and LOGGING-117 to the release notes.

Modified:
    commons/proper/logging/trunk/RELEASE-NOTES.txt

Modified: commons/proper/logging/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/RELEASE-NOTES.txt?rev=595102&r1=595101&r2=595102&view=diff
==============================================================================
--- commons/proper/logging/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/logging/trunk/RELEASE-NOTES.txt Wed Nov 14 14:42:14 2007
@@ -130,10 +130,14 @@
   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