You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ne...@apache.org on 2002/11/08 21:08:01 UTC

cvs commit: xml-xerces/java/docs releases.xml

neilg       2002/11/08 12:08:01

  Modified:    java/docs releases.xml
  Log:
  release doc update for 2.2.1
  
  Revision  Changes    Path
  1.138     +29 -1     xml-xerces/java/docs/releases.xml
  
  Index: releases.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/releases.xml,v
  retrieving revision 1.137
  retrieving revision 1.138
  diff -u -r1.137 -r1.138
  --- releases.xml	25 Sep 2002 21:37:51 -0000	1.137
  +++ releases.xml	8 Nov 2002 20:08:01 -0000	1.138
  @@ -2,6 +2,34 @@
   <!-- $Id$ -->
   <!DOCTYPE releases SYSTEM 'dtd/releases.dtd'>
   <releases>
  +  <release version="&ParserName; 2.2.1">
  +    <desc>
  +        This release fixes three important bugs and several minor problems that
  +        were present in Xerces-J 2.2.0.  
  +    </desc>
  +    <changes>
  +        <fix>
  +            <note>
  +                Fixed SAX endElement call so that the element's
  +                namespace URI is returned.  
  +            </note>
  +            <submitter name="Elena Litani"/>
  +        </fix>
  +        <fix>
  +            <note>
  +                Fixed HTML DOM implementation so that
  +                it can be instantiated.
  +            </note>
  +            <submitter name="Neil Graham"/>
  +        </fix>
  +        <fix>
  +            <note>
  +                Made the external-schema-location property work again.
  +            </note>
  +            <submitter name="Sandy Gao"/>
  +        </fix>
  +    </changes>
  +  </release>
     <release version="&ParserName; 2.2.0">
       <desc>
           As well as incorporating two changes to the Xerces Native Interface, this
  
  
  

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