You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by an...@locus.apache.org on 2000/02/09 00:53:17 UTC

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

andyc       00/02/08 15:53:17

  Modified:    java/docs releases.xml
  Log:
  Update change log.
  
  Revision  Changes    Path
  1.5       +3 -2      xml-xerces/java/docs/releases.xml
  
  Index: releases.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/releases.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- releases.xml	2000/01/26 21:08:33	1.4
  +++ releases.xml	2000/02/08 23:53:17	1.5
  @@ -2,10 +2,11 @@
   <!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
   
   <s1 title="Releases">
  -    <s2 title="January 26, 1999">
  +    <s2 title="February 8, 2000">
           <ul>
  +            <li>Removed hard-coded strings to enable national language support (NLS) [jeffreyr,lehors,rip]
  +            <li>Update for SAX2beta [andyc]</li>
               <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>