You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by je...@locus.apache.org on 2000/10/19 22:37:46 UTC

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

jeffreyr    00/10/19 13:37:43

  Modified:    java/docs releases.xml
  Log:
  Release 1.2.1 bug fix release
  
  Revision  Changes    Path
  1.31      +10 -0     xml-xerces/java/docs/releases.xml
  
  Index: releases.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/releases.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- releases.xml	2000/09/01 01:49:41	1.30
  +++ releases.xml	2000/10/19 20:37:39	1.31
  @@ -2,6 +2,16 @@
   <!DOCTYPE s1 SYSTEM "./dtd/document.dtd">
   
   <s1 title="Releases">
  +   <s2 title='October 19, 2000'>
  +        <ul>
  +           <li>This is a bug fix release</li>
  +           <li>Added Mark Swinkels datatype list refactoring [mark swinkels, jeffreyr]</li>           
  +           <li>Added RangeImpl patch submitted by Lynn Monson [lynn monson,lehors, lehors]</li>
  +           <li>Fixed datatype registry not being initialized in XMLValidator bug [jeffreyr]</li>
  +           <li>Fixed misc. Schema Structures bugs since last release [ericye]</li>
  +           <li>Fixed misc. Datatypes bugs since last release [jeffreyr]</li>
  +        </ul>
  +    </s2>
       <s2 title='August 28, 2000'>
           <ul>
              <li>Merged redundant Attribute validators inner classes with the data type validators. [jeffreyr]</li>