neilg       2002/09/25 14:37:51

  Modified:    java/docs releases.xml
  Log:
  release updates for 2.2.0
  
  Revision  Changes    Path
  1.137     +19 -1     xml-xerces/java/docs/releases.xml
  
  Index: releases.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/releases.xml,v
  retrieving revision 1.136
  retrieving revision 1.137
  diff -u -r1.136 -r1.137
  --- releases.xml      25 Sep 2002 12:01:41 -0000      1.136
  +++ releases.xml      25 Sep 2002 21:37:51 -0000      1.137
  @@ -4,6 +4,8 @@
   <releases>
     <release version="&ParserName; 2.2.0">
       <desc>
  +        As well as incorporating two changes to the Xerces Native Interface, this
  +        release focuses on performance improvements and bug fixes.  
       </desc>
       <changes>
          <update>
  @@ -15,6 +17,22 @@
              </note>
              <submitter name='Andy Clark'/>
          </update>
  +       <update>
  +        <note>
  +            Modified XNI XMLDocumentHandler interface so that NamespaceContext
  +            objects are passed on the startDocument call.  This makes
  +            the start/endPrefixMapping calls redundant; they have
  +            been deprecated.
  +        </note>
  +        <submitter name="Elena Litani, Arnaud Le Hors"/>
  +      </update>
  +       <fix>
  +        <note>
  +            Fixed many conformance bugs and enhanced the parser's performance
  +            in many situations.
  +        </note>
  +        <submitter name="Elena Litani, Sandy Gao, Neil Graham"/>
  +      </fix>
       </changes>
     </release>
     <release version="&ParserName; 2.1.0">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to