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 22:42:17 UTC

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

Author: rahul
Date: Tue Dec 23 13:42:17 2008
New Revision: 729132

URL: http://svn.apache.org/viewvc?rev=729132&view=rev
Log:
Various editorial and other improvements to the 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=729132&r1=729131&r2=729132&view=diff
==============================================================================
--- commons/proper/digester/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/digester/trunk/RELEASE-NOTES.txt Tue Dec 23 13:42:17 2008
@@ -22,16 +22,15 @@
 BREAKING CHANGES:
 
  * The minimum JDK requirement is now JDK 1.5. The provided binaries will not
-   work on lower JDKs. The source requires JDK 1.5 to compile.
+   work on lower JDKs. The source has been updated to leverage Generics and
+   other JDK 1.5 features where possible, and requires JDK 1.5 to compile.
 
-OTHER CHANGES:
+OTHER IMPORTANT CHANGES:
 
  * The legacy schema support has been deprecated in favor of
    javax.xml.validation.Schema support.
 
- * The source has been updated to leverage Generics, where possible.
-
-Dependencies
+DEPENDENCIES
 =============
 
 Digester 2.0 users should upgrade to the recommended dependency set below
@@ -68,7 +67,7 @@
  * [DIGESTER-126] Potential NullPointerException if debug is enabled in
                   FactoryCreateRule#begin()
 
-IMPROVEMENTS FROM PREVIOUS RELEASE
+IMPROVEMENTS OVER PREVIOUS RELEASE
 ===================================
 
  * [DIGESTER-111] Null arguments to all Digester#parse() methods now an
@@ -104,3 +103,9 @@
 
     Switch to javax.xml.validation.Schema validation via Digester class
     instead.
+
+OTHER NOTES
+============
+
+ * This is the first Digester release using Maven 2.
+