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:47:17 UTC

svn commit: r729047 - /commons/proper/digester/branches/1_X_LINE/RELEASE-NOTES.txt

Author: rahul
Date: Tue Dec 23 09:47:17 2008
New Revision: 729047

URL: http://svn.apache.org/viewvc?rev=729047&view=rev
Log:
Editorial changes to release notes.
Mostly a port of r729046 from trunk.

Modified:
    commons/proper/digester/branches/1_X_LINE/RELEASE-NOTES.txt

Modified: commons/proper/digester/branches/1_X_LINE/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/digester/branches/1_X_LINE/RELEASE-NOTES.txt?rev=729047&r1=729046&r2=729047&view=diff
==============================================================================
--- commons/proper/digester/branches/1_X_LINE/RELEASE-NOTES.txt (original)
+++ commons/proper/digester/branches/1_X_LINE/RELEASE-NOTES.txt Tue Dec 23 09:47:17 2008
@@ -20,22 +20,23 @@
 IMPORTANT NOTES
 ===============
 
-None
+None.
 
 Dependencies
 =============
+
 Digester 1.8.1 works with all sets of dependencies that worked for
 Digester 1.8. Users should upgrade to the recommended dependency set below
 where possible.
 
 The Recommended Dependency Set for Digester 1.8.1 is:
-   Digester 1.8.1 + Logging 1.1.x + BeanUtils 1.7
+   Digester 1.8.1 + Logging 1.1.x + BeanUtils 1.8.0
 
 Other Compatible Dependency Sets:
    Digester 1.8.1 + Logging 1.1.x + BeanUtils 1.x + Collections 2.x
    Digester 1.8.1 + Logging 1.1.x + BeanUtils 1.x + Collections 3.x
 
-It is also possible to use Logging 1.0.x instead.
+It is also possible to use Logging 1.0.x or BeanUtils 1.7.0 instead.
 
 NEW FEATURES
 =============
@@ -43,23 +44,22 @@
 
 
 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
-==================================
+===================================
 
  * [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.