From 0421b481aa40698de59f5ade996cfe8970849dae Mon Sep 17 00:00:00 2001 From: "Craig R. McClanahan" Date: Sat, 6 Mar 2004 22:20:54 +0000 Subject: [PATCH] Tweak the release notes to include the last enhancement. Update version number to 1.0.4 in both build.xml and MANIFEST.MF (in the original Ant based build mechanisms, we used to use filter replacement so you only had to change this in one place; is there some technique to regain that benefit that works with both Ant and Maven?). git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139023 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.txt | 22 +++++++++++++++------- build.xml | 4 ++-- src/conf/MANIFEST.MF | 2 +- 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 2bcae1a..94d82b7 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -16,7 +16,7 @@ --> -$Id: RELEASE-NOTES.txt,v 1.5 2004/03/06 21:25:36 craigmcc Exp $ +$Id: RELEASE-NOTES.txt,v 1.6 2004/03/06 22:20:54 craigmcc Exp $ Commons Logging Package Version 1.0.4 @@ -57,6 +57,19 @@ NEW FEATURES: by the SourceForge "lumberjack" project. +[LogFactoryImpl] If an InvocationTargetException is returned during the + creation of a new Log instance, unwrap the underlying + cause and pass it in to the LogConfigurationException + constructor. This will make the actual cause of the + problem easier to diagnose. + +[LogFactoryImpl] If the isAssignableFrom() test fails because there is more + than one instance of org.apache.commons.logging.Log visible + in the class loader hierarchy, make the exception message + that is reported explicitly state this, rather than the + potentially misleading claim that an implementation class + does not implement Log. + BUG FIXES: ========= @@ -69,12 +82,6 @@ BUG FIXES: [LogFactory] Improve usability of error messages reporting configuration problems. -[LogFactoryImpl] If an InvocationTargetException is returned during the - creation of a new Log instance, unwrap the underlying - cause and pass it in to the LogConfigurationException - constructor. This will make the actual cause of the - problem easier to diagnose. - [JDK14Logger] Implement Serializable, remove "final" declaration for easy subclassing. @@ -90,6 +97,7 @@ BUG FIXES: not accessible. + DEPRECATIONS: ============ diff --git a/build.xml b/build.xml index 23f5429..5303684 100644 --- a/build.xml +++ b/build.xml @@ -21,7 +21,7 @@ @@ -64,7 +64,7 @@ - + diff --git a/src/conf/MANIFEST.MF b/src/conf/MANIFEST.MF index 361c88f..7029182 100644 --- a/src/conf/MANIFEST.MF +++ b/src/conf/MANIFEST.MF @@ -2,4 +2,4 @@ Extension-Name: org.apache.commons.logging Specification-Vendor: Apache Software Foundation Specification-Version: 1.0 Implementation-Vendor: Apache Software Foundation -Implementation-Version: 1.0.3 +Implementation-Version: 1.0.4