Author: mukulg
Date: Mon Apr 16 10:09:37 2018
New Revision: 1829248

URL: http://svn.apache.org/viewvc?rev=1829248&view=rev
Log:
updating Release Info page meta-data for 2.12.0 release

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=1829248&r1=1829247&r2=1829248&view=diff
==============================================================================
--- xerces/java/trunk/docs/releases.xml (original)
+++ xerces/java/trunk/docs/releases.xml Mon Apr 16 10:09:37 2018
@@ -18,6 +18,89 @@
 <!-- $Id$ -->
 <!DOCTYPE releases SYSTEM 'dtd/releases.dtd'>
 <releases>
+  <release version='&ParserName; 2.12.0'>
+   <desc>
+    <p>
+     This release expands on Xerces-J's experimental support for XML Schema 1.1
+      by providing a fully compliant XML Schema 1.1 implementation. It fixes 
several bugs 
+      which were present in &ParserName; 2.11.0 and also includes a few other 
minor enhancements.      
+    </p>
+   </desc>
+   <changes>       
+       <add>
+        <note>
+           Report all id/idref problems when validating XML against DTD or XML 
Schema.
+        </note>
+        <submitter name='Michael Glavassevich'/>
+       </add>
+       <add>
+        <note>
+           Implemented improvements to XML Schema 1.1 CTA implementation and 
inheritable attributes.
+        </note>
+        <submitter name='Mukul Gandhi'/>
+       </add>
+       <update>
+         <note>
+               Implemented improved error/warning message reporting for 
various XML Schema use cases.
+        </note>
+         <submitter name='Mukul Gandhi'/>
+       </update>
+       <update>
+         <note>
+            Optimization for the call NodeImpl.lookupNamespaceURI(String) in 
implementation.
+         </note>
+         <submitter name='Michael Glavassevich, Chris Simmons'/>         
+       </update>
+       <update>
+         <note>
+            Implemented few performance enhancements (affecting 
parsing/validation latency and memory footprint) to the implementation.
+         </note>
+         <submitter name='Michael Glavassevich'/>         
+       </update>
+       <fix>
+       <note>
+               Fixed minor bugs in Xerces-J's regex support in XML Schema 
&lt;pattern&gt; facet.
+       </note>
+       <submitter name='Michael Glavassevich, Khaled Noaman, Sandy Gao'/>
+       </fix>       
+       <fix>
+       <note>
+               Implemented various fixes to XML Schema 1.1 assert/assertion 
implementation.
+       </note>
+       <submitter name='Mukul Gandhi'/>
+       </fix>
+       <fix>
+       <note>
+               Implemented minor and major fixes in certain areas, to XML 
Schema 1.0 and 1.1 implementations.
+       </note>
+       <submitter name='Michael Glavassevich, Khaled Noaman, Sandy Gao, Mukul 
Gandhi'/>
+       </fix>       
+       <fix>
+       <note>
+               Fixed the issue related to, XIncludeTextReader doesn't handle 
null Content Types properly.
+       </note>
+       <submitter name='Michael Glavassevich'/>
+       </fix>       
+       <fix>
+       <note>
+               Fixed minor problems in the DOM (Level 3 Core) implementation.
+       </note>
+       <submitter name='Michael Glavassevich'/>
+       </fix>
+       <fix>
+       <note>
+               Fixed few errors related to Xerces-J's build component.
+       </note>
+       <submitter name='Michael Glavassevich'/>
+       </fix>       
+       <fix>
+       <note>
+               Solved a minor bug in SoftReferenceSymbolTable implementation 
component.
+       </note>
+       <submitter name='Michael Glavassevich'/>
+       </fix>       
+   </changes>
+  </release>
   <release version='&ParserName; 2.11.0'>
    <desc>
     <p>



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

Reply via email to