You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tw...@locus.apache.org on 2000/01/26 22:08:35 UTC

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

twl         00/01/26 13:08:35

  Modified:    java/docs releases.xml
  Log:
  changelog for 1.0.2
  
  Revision  Changes    Path
  1.4       +27 -0     xml-xerces/java/docs/releases.xml
  
  Index: releases.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/releases.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- releases.xml	1999/12/30 03:57:36	1.3
  +++ releases.xml	2000/01/26 21:08:33	1.4
  @@ -2,6 +2,33 @@
   <!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
   
   <s1 title="Releases">
  +    <s2 title="January 26, 1999">
  +        <ul>
  +            <li>Add new feature <code>http://apache.org/xml/features/dom/include-ignorable-whitespace</code> [andyc]</li>
  +            <li>ANT build file almost works (mod bug in ANT) [twl]</li>
  +            <li>ChunkyByteArray - needed resize chunk array for large files [andyc] </li>
  +            <li>UTF8DataChunk - memory perf fix [andyc] </li>
  +            <li>DOM L1 - cache node children length to accelerate <code>Node#item()</code>[andyc]</li>
  +            <li>DOM L1 - Off by one error in DeferredDocumentImpl [jflight@impresse.com]</li>
  +            <li>DOM L1 - Slight refactoring of DOM to save memory [lehors]</li>   
  +            <li>Schema datatypes - add binary &amp; URI, update
  +            decimal &amp; String [twl]</li>
  +            <li>Schema datatypes - allow StringValidator to validate maxLength &amp; enumeration facets [gtj@peakin.com]</li>
  +            <li>Schema datatypes - timeDuration &amp; timeInstant validators [gtj@peakin.com]</li>
  +            <li>Schema functionality - allow schema lookup via installed entity resolver [gtj@peakin.com]</li>
  +            <li>Schema bug fixes (reportSchemaError &amp; integer subtype registration) [gtj@peakin.com]</li>
  +            <li>Serializer bug on CData sections [arkin] </li>
  +            <li>Serializers now prints PUBLIC/SYSTEM id [arkin]</li>
  +            <li>HTMLTableElementImpl - Empty cell no longer created
  +            when adding a row [arkin]</li>
  +            <li>DOM L2 - TreeWalkerImpl didn't iterate backwards properly [bmj01@club-internet.fr]</li>
  +            <li>DOM L2 - Tracking the candidate recommendation [lehors]</li>
  +            <li>DOM L2 Namespace bug fixes [rip, lehors]</li>
  +            <li>DOM L2 API moved to org.w3c.dom where it belongs
  +            [rip]</li>
  +            <li>DOMMemTest [lehors]</li>
  +        </ul>
  +    </s2>
       <s2 title="December 31, 1999">
           <ul>
               <li>Include documentation in the repository.</li>