Author: rahul
Date: Tue Nov 28 11:39:44 2006
New Revision: 480170

URL: http://svn.apache.org/viewvc?view=rev&rev=480170
Log:
s/Bugzilla/JIRA/ and RC1-RC2 delta (APIs that accept URLs)

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

Modified: jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt?view=diff&rev=480170&r1=480169&r2=480170
==============================================================================
--- jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt Tue Nov 28 11:39:44 
2006
@@ -6,8 +6,6 @@
                                Release Notes
 
 
-*** Release notes current as of 2006-11-25
-
 INTRODUCTION
 ============
 
@@ -51,7 +49,7 @@
 to functionality that was previously accessable only via the digester
 API:
      -- node-create-rule tag added to provide access to NodeCreateRule.
-        Patch provided by Kevin Ross; bugzilla 36482
+        Patch provided by Kevin Ross; [DIGESTER-75]
 
 Stack Monitoring
 ----------------
@@ -74,19 +72,25 @@
 
 This release now comes with a pom.xml file to allow digester to be built using 
maven 2.x.
 
+APIs that accept URLs
+---------------------
+
+[DIGESTER-110] Digester class now provides alternative public APIs
+               that accept URLs directly.
+
 BUGS FROM PREVIOUS RELEASE
 ==========================
 
 Reports Addressed
 ------------------
-* Bugzilla #37034 raises issue with jarfiles being "locked" on Windows 
machines.
+* [DIGESTER-29] raises issue with jarfiles being "locked" on Windows machines.
   A bug in Sun's java libraries can cause a jarfile to become "locked"
   when a jarfile is the source of an xml or dtd file used by Digester.
   In particular, this can cause problems when redeploying a J2EE webapp.
   A workaround for the Sun bug has been added to Digester to resolve this.
 
-Fixes without Bugzilla entries
-------------------------------
+Fixes without JIRA entries
+---------------------------
 * digester-rules.dtd file defined xml attribute "param" for xml element
   object-param-rule. This has been removed as it wasn't being used.
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to