1
0

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
This commit is contained in:
Craig R. McClanahan
2004-03-06 22:20:54 +00:00
parent c69e5fd057
commit 0421b481aa
3 changed files with 18 additions and 10 deletions

View File

@@ -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.
<http://sourceforge.net/projects/lumberjack/>
[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:
============