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 2007/09/15 00:55:23 UTC

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

Author: mrglavas
Date: Fri Sep 14 15:53:58 2007
New Revision: 575813

URL: http://svn.apache.org/viewvc?rev=575813&view=rev
Log:
More updates to the release doc for Xerces-J 2.9.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?rev=575813&r1=575812&r2=575813&view=diff
==============================================================================
--- xerces/java/trunk/docs/releases.xml (original)
+++ xerces/java/trunk/docs/releases.xml Fri Sep 14 15:53:58 2007
@@ -29,7 +29,7 @@
     <add>
      <note>
       Added support for creating UIEvents and MouseEvents through the
-      DOM Level 2 Events API.
+      DOM Level 2 <jump href="http://www.w3.org/TR/DOM-Level-2-Events/">Events</jump> API.
      </note>
      <submitter name='Michael Glavassevich'/>
     </add>
@@ -55,6 +55,24 @@
      </note>
      <submitter name='Michael Glavassevich'/>
     </update>
+    <update>
+     <note>
+      Implemented improvements in the processing of large minOccurs/maxOccurs on 
+      element/wildcard particles which once caused OutOfMemoryErrors to occur during
+      validation. Note that an OutOfMemoryError may still occur if the minOccurs/maxOccurs
+      are nested or appear on a sequence or choice model group.
+     </note>
+     <submitter name='Michael Glavassevich'/>
+    </update>
+    <update>
+     <note>
+      Improved the algorithm for checking the Unique Particle Attribution constraint so that it 
+      no longer causes an OutOfMemoryError for content models with large maxOccurs values. Note that 
+      this only applies to the checking of schema validity. An OutOfMemoryError may still occur if 
+      the schema contains large maxOccurs and is used to validate an instance document.
+     </note>
+     <submitter name='Peter McCracken'/>
+    </update>
     <fix>
      <note>
       Completed the implementation of XML Schema erratum E2-67.
@@ -110,6 +128,13 @@
      <note>
       Fixed several bugs in the XML schema processor which were exposed by running the W3C's
       XML Schema 1.0 2nd Edition test suite. 
+     </note>
+     <submitter name='Michael Glavassevich'/>
+    </fix>
+    <fix>
+     <note>
+      Fixed several bugs in the DOM Level 2 
+      <jump href="http://www.w3.org/TR/DOM-Level-2-Traversal-Range/">Traversal and Range</jump> implementation.
      </note>
      <submitter name='Michael Glavassevich'/>
     </fix>



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