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