You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-cvs@xml.apache.org by mr...@apache.org on 2009/12/09 05:44:50 UTC

svn commit: r888700 - /xml/commons/trunk/status.xml

Author: mrglavas
Date: Wed Dec  9 04:44:49 2009
New Revision: 888700

URL: http://svn.apache.org/viewvc?rev=888700&view=rev
Log:
Adding release notes for all of the levels of xml-commons-external under development.

Modified:
    xml/commons/trunk/status.xml

Modified: xml/commons/trunk/status.xml
URL: http://svn.apache.org/viewvc/xml/commons/trunk/status.xml?rev=888700&r1=888699&r2=888700&view=diff
==============================================================================
--- xml/commons/trunk/status.xml (original)
+++ xml/commons/trunk/status.xml Wed Dec  9 04:44:49 2009
@@ -149,6 +149,10 @@
       <action type="update" context="code" dev="mrglavas">
        Eliminated an unnecessary conversion to String in Duration.multiply(int).
       </action>
+      <action type="update" context="code" dev="mrglavas">
+       Updated the File to URI conversion code in StreamResult so that it is consistent 
+       with StreamSource.
+      </action>
       <action type="fix" context="docs" dev="mrglavas">
        Fixed miscellaneous typographical errors in the Javadocs.
       </action>
@@ -200,6 +204,10 @@
       <action type="update" context="code" dev="mrglavas">
        Eliminated an unnecessary conversion to String in Duration.multiply(int).
       </action>
+      <action type="update" context="code" dev="mrglavas">
+       Updated the File to URI conversion code in StreamResult so that it is consistent 
+       with StreamSource.
+      </action>
       <action type="fix" context="docs" dev="mrglavas">
        Fixed miscellaneous typographical errors in the Javadocs.
       </action>
@@ -225,6 +233,10 @@
        for their system property as if it had not been set. Previously the factories would 
        make a futile attempt to create an instance of a class named "" and then fail.
       </action>
+      <action type="fix" context="code" dev="mrglavas">
+       Fixed a bug in StreamResult where it was not escaping non-ASCII characters in its conversion of 
+       a java.io.File object to a system identifier.
+      </action>
       <action type="fix" context="docs" dev="mrglavas">
        Fixed miscellaneous typographical errors in the Javadocs.
       </action>