You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2006/09/14 03:03:27 UTC

svn commit: r443177 - /xerces/java/trunk/docs/releases.xml

Author: mrglavas
Date: Wed Sep 13 18:03:26 2006
New Revision: 443177

URL: http://svn.apache.org/viewvc?view=rev&rev=443177
Log:
More updates to the release doc for Xerces-J 2.8.1.

Modified:
    xerces/java/trunk/docs/releases.xml

Modified: xerces/java/trunk/docs/releases.xml
URL: http://svn.apache.org/viewvc/xerces/java/trunk/docs/releases.xml?view=diff&rev=443177&r1=443176&r2=443177
==============================================================================
--- xerces/java/trunk/docs/releases.xml (original)
+++ xerces/java/trunk/docs/releases.xml Wed Sep 13 18:03:26 2006
@@ -25,6 +25,35 @@
     </p>
    </desc>
    <changes>
+    <add>
+     <note>
+      Implemented native support for the ISO-8859-1 encoding.
+     </note>
+     <submitter name='Michael Glavassevich'/>
+    </add>
+    <add>
+     <note>
+      Added a method to XSModel which returns a list containing the members 
+      of the substitution group for a given element declaration.
+     </note>
+     <submitter name='Michael Glavassevich'/>
+    </add>
+    <update>
+     <note>
+      Improved the performance of Xerces' optimized readers (for small 
+      documents) by recycling their byte buffers.
+     </note>
+     <submitter name='Michael Glavassevich'/>
+    </update>
+    <update>
+     <note>
+      Modified the DocumentBuilder and LSParser implementations so that they drop 
+      their internal references to the DOM they just built. If an application is 
+      pooling parsers this will allow the garbage collector to reclaim the Document 
+      and all of its nodes if the application no longer has any references to it.
+     </note>
+     <submitter name='Michael Glavassevich'/>
+    </update>
     <fix>
      <note>
       Fixed numerous schema annotation related bugs including those introduced in



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org