You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@locus.apache.org on 2000/12/14 15:57:42 UTC

cvs commit: xml-xerces/c/doc releases.xml

tng         00/12/14 06:57:39

  Modified:    c/doc    releases.xml
  Log:
  Update change history for docs.
  
  Revision  Changes    Path
  1.14      +72 -1     xml-xerces/c/doc/releases.xml
  
  Index: releases.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/releases.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- releases.xml	2000/11/08 17:52:36	1.13
  +++ releases.xml	2000/12/14 14:57:32	1.14
  @@ -13,9 +13,80 @@
       </tr>
   
       <tr>
  +        <td >2000/12/12</td>
  +        <td >Gareth Reakes</td>
  +        <td >null pointer bug.
  +        </td>
  +    </tr>
  +
  +    <tr>
  +        <td >2000/12/08</td>
  +        <td >Tinny Ng</td>
  +        <td >Entity Reference cleanup dumping core if the last entity reference is deleted.
  +        </td>
  +    </tr>
  +
  +    <tr>
  +        <td >2000/12/06</td>
  +        <td >Tinny Ng</td>
  +        <td >fix the link to FAQ.
  +        </td>
  +    </tr>
  +
  +    <tr>
  +        <td >2000/12/06</td>
  +        <td >Tinny Ng</td>
  +        <td >further fixes to Range, and update RangeTest.cpp with more test coverage.
  +        </td>
  +    </tr>
  +
  +    <tr>
  +        <td >2000/11/30</td>
  +        <td >Bill Schindler</td>
  +        <td >Spell check, fix typos, fix grammar, readability editing, clean up formatting.
  +        </td>
  +    </tr>
  +
  +    <tr>
  +        <td >2000/11/30</td>
  +        <td >Bill Schindler</td>
  +        <td >Remove dead code (old StdOut and StdErr functions); minor clean-up.
  +        </td>
  +    </tr>
  +
  +    <tr>
  +        <td >2000/11/30</td>
  +        <td >Tinny Ng</td>
  +        <td >patch to fix a number of Range problems.  See mail of 11/21/2000.
  +        </td>
  +    </tr>
  +
  +    <tr>
  +        <td >2000/11/30</td>
  +        <td >Tinny Ng</td>
  +        <td >DOM_Text::splitText(), fix off by one error in the test for index too big error.
  +        </td>
  +    </tr>
  +
  +    <tr>
  +        <td >2000/11/30</td>
  +        <td >Tinny Ng</td>
  +        <td >reuseValidator - fix bugs (spurious errors) that occured on reuse due to
  +             pools already containing some items.
  +        </td>
  +    </tr>
  +
  +    <tr>
  +        <td >2000/11/08</td>
  +        <td >Andrei Smirnov</td>
  +        <td >Build updates for Solaris 2.8 64 bit.
  +        </td>
  +    </tr>
  +
  +    <tr>
           <td >2000/11/07</td>
           <td >Tinny Ng</td>
  -        <td >Bug fix for DTD entity reference problem reported by TOny Wuebben on 10/25.
  +        <td >Bug fix for DTD entity reference problem reported by Tony Wuebben on 10/25.
           </td>
       </tr>