You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/06/27 12:08:55 UTC

svn commit: r1140084 - in /commons/proper/digester/trunk: RELEASE-NOTES.txt src/changes/changes.xml

Author: simonetripodi
Date: Mon Jun 27 10:08:54 2011
New Revision: 1140084

URL: http://svn.apache.org/viewvc?rev=1140084&view=rev
Log:
added DIGESTER-85 in the changes list

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

Modified: commons/proper/digester/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/RELEASE-NOTES.txt?rev=1140084&r1=1140083&r2=1140084&view=diff
==============================================================================
--- commons/proper/digester/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/digester/trunk/RELEASE-NOTES.txt Mon Jun 27 10:08:54 2011
@@ -87,6 +87,8 @@ BUGS FROM PREVIOUS RELEASE
 IMPROVEMENTS OVER PREVIOUS RELEASE
 ===================================
 
+ * [DIGESTER-85] Include filename or uri if Digester.parse(File file or String uri throws a SAXException
+
  * [DIGESTER-90] xmlrules does not support setNamespaceURI
 
  * [DIGESTER-127] Allow DigesterLoader to accept an instance of a preconfigured Digester

Modified: commons/proper/digester/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/changes/changes.xml?rev=1140084&r1=1140083&r2=1140084&view=diff
==============================================================================
--- commons/proper/digester/trunk/src/changes/changes.xml (original)
+++ commons/proper/digester/trunk/src/changes/changes.xml Mon Jun 27 10:08:54 2011
@@ -26,6 +26,9 @@
     <action dev="simonetripodi" type="fix" issue="DIGESTER-28">
       Default ClassLoader policy unusable in EAR archive
     </action>
+    <action dev="simonetripodi" type="add" issue="DIGESTER-85">
+      Include filename or uri if Digester.parse(File file or String uri throws a SAXException
+    </action>
     <action dev="simonetripodi" type="add" issue="DIGESTER-90">
       xmlrules does not support setNamespaceURI
     </action>