You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2008/12/23 18:44:47 UTC

svn commit: r729046 - /commons/proper/digester/trunk/RELEASE-NOTES.txt

Author: rahul
Date: Tue Dec 23 09:44:46 2008
New Revision: 729046

URL: http://svn.apache.org/viewvc?rev=729046&view=rev
Log:
Editorial changes to release notes.

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

Modified: commons/proper/digester/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/RELEASE-NOTES.txt?rev=729046&r1=729045&r2=729046&view=diff
==============================================================================
--- commons/proper/digester/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/digester/trunk/RELEASE-NOTES.txt Tue Dec 23 09:44:46 2008
@@ -20,17 +20,18 @@
 ===================================
 
  * The minimum JDK requirement is now JDK 1.5. The provided binaries will not
-   work in lower JDKs. The source requires JDK 1.5 to compile.
+   work on lower JDKs. The source requires JDK 1.5 to compile.
 
 Dependencies
 =============
+
 Digester 2.0 users should upgrade to the recommended dependency set below
 where possible.
 
 The Recommended Dependency Set for Digester 2.0 is:
-   Digester 2.0 + Logging 1.1.1 + BeanUtils 1.8
+   Digester 2.0 + Logging 1.1.1 + BeanUtils 1.8.0
 
-It is also possible to use Logging 1.0.x or BeanUtils 1.7 instead.
+It is also possible to use Logging 1.0.x or BeanUtils 1.7.0 instead.
 
 NEW FEATURES
 =============
@@ -40,7 +41,11 @@
 BUGS FROM PREVIOUS RELEASE
 ===========================
 
+ * [DIGESTER-122] Potential NullPointerException if debug is enabled in
+                  Digester#resolveEntity()
 
+ * [DIGESTER-126] Potential NullPointerException if debug is enabled in
+                  FactoryCreateRule#begin()
 
 IMPROVEMENTS FROM PREVIOUS RELEASE
 ===================================
@@ -48,14 +53,8 @@
  * [DIGESTER-111] Null arguments to all Digester#parse() methods now an
                   IllegalArgumentException.
 
- * [DIGESTER-122] Potential NullPointerException if debug is enabled in
-                  Digester#resolveEntity()
-
- * [DIGESTER-126] Potential NullPointerException if debug is enabled in
-                  FactoryCreateRule#begin()
-
 DEPRECATIONS
 ============
 
-None
+None.