You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sk...@apache.org on 2006/01/22 02:56:15 UTC

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

Author: skitching
Date: Sat Jan 21 17:56:12 2006
New Revision: 371168

URL: http://svn.apache.org/viewcvs?rev=371168&view=rev
Log:
Update notes re api jarfile. 

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

Modified: jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt?rev=371168&r1=371167&r2=371168&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt Sat Jan 21 17:56:12 2006
@@ -22,8 +22,6 @@
                                 Version 1.1.0
                                 Release Notes
 
-Last updated: 2005-01-20
-
 INTRODUCTION:
 ============
 
@@ -125,12 +123,17 @@
 unusual thing to do, so it isn't expected that any apps will actually be
 affected by this.
 
+Previous releases of commons-logging-api.jar contained the Jdk14Logger class;
+this has now been removed. If your application needs this jar, then instead of
+upgrading to commons-logging-api-1.1.jar, upgrade to commons-logging-1.1.jar.
+
 == Dependencies ==
 
 Commons-logging has no mandatory dependencies.
 
-Java 1.2 and later are supported. It may be possible to recompile the source for
-use with java 1.1 but this has not been tested.
+Java 1.2 and later are supported. It may be possible to use this release with
+java 1.1 but this has not been tested; the unit tests certainly don't run on
+that version.
 
 == Distributed jarfiles ==
 
@@ -145,7 +148,7 @@
 deployed via one classloader, thus avoiding "Log4JLogger does not implement Log"
 and similar problems.
 
-File commons-logging-minimal-nn.jar provides no adapters to external logging
+File commons-logging-api-nn.jar provides no adapters to external logging
 libraries, just the internally implemented SimpleLog and NoOpLog classes. This
 jarfile may be used as a declared dependency for projects that care about
 "transitive dependencies" and can't handle jarfiles such as commons-logging-nn.jar
@@ -153,11 +156,6 @@
 this jarfile can be useful for "rebundlers" of JCL who recompile the source-code
 but who may not be able to recompile against the full set of supported adapters;
 such projects should be able to at least recreate an equivalent of this jarfile.
-
-File commons-logging-api-nn.jar was created with the same goals as commons-logging-minimal,
-but unforunately included the Jdk14Logger implementation from the start. For backwards
-compatibility this same jarfile is provided but should be treated as deprecated, in
-favour of the "minimal" jarfile.
 
 == General Notes ==
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org