dleslie     00/04/11 09:15:33

  Modified:    xdocs/sources/xalan Tag: Bxalan_1_0_0 readme.xml DONE BUGS
  Log:
  Added bug fixes for 1.0.1
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.5.2.4   +6 -3      xml-xalan/xdocs/sources/xalan/readme.xml
  
  Index: readme.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/readme.xml,v
  retrieving revision 1.5.2.3
  retrieving revision 1.5.2.4
  diff -u -r1.5.2.3 -r1.5.2.4
  --- readme.xml        2000/04/06 14:17:16     1.5.2.3
  +++ readme.xml        2000/04/11 16:15:31     1.5.2.4
  @@ -68,13 +68,16 @@
    </ul>
     <s2 title="Status">
      <ul>
  -    <li><link anchor="status">Version of Xerces to use</link></li>
  +    <li><link anchor="done">Bug fixes</link></li>    
       <li><link anchor="bugs">Outstanding bugs</link></li>
  +    <li><link anchor="status">Version of Xerces to use</link></li>    
      </ul>
  -     <anchor name="status"/>
  -     &status-j;
  +     <anchor name="done"/>
  +     &done-j;     
        <anchor name="bugs"/>
        &bugs-j;
  +     <anchor name="status"/>
  +     &status-j;
     </s2>
     <anchor name="build"/>
     <s2 title="Build Notes">
  
  
  
  1.4.2.3   +10 -21    xml-xalan/xdocs/sources/xalan/DONE
  
  Index: DONE
  ===================================================================
  RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/DONE,v
  retrieving revision 1.4.2.2
  retrieving revision 1.4.2.3
  diff -u -r1.4.2.2 -r1.4.2.3
  --- DONE      2000/03/17 12:46:45     1.4.2.2
  +++ DONE      2000/04/11 16:15:31     1.4.2.3
  @@ -1,23 +1,12 @@
  -<s3 title="Work done since the last Xalan version">
  -  <p></p>
  -</s3>
  -<s3 title="Bugs Pended since the last Xalan version">
  -  <p>The following bugs have been pended (we think they're fixed but haven't 
tested the fixes):</p>
  +<s3 title="Bugs fixed since Xalan-J version 1.0.0">
  +  <p>The following bugs were found in version 1.0.0. They have been fixed, 
and the fixes tested for version 1.0.1.</p>
     <ul>
  -    <li></li>
  +<li>XPath expressions containing repeated multiplications (*) or divides 
(div) without parentheses gave incorrect answers.</li>
  +<li>The rendering of various characters to HTML sometimes crashed or gave 
out-of-bounds error, and also caused erroneous Greek characters.</li>
  +<li>A variable set within a template was de-scoped too soon, causing an 
xsl:sort that used that variable and that appeared in an xsl:apply-templates to 
work incorrectly.</li>
  +<li>xsl:sort attributes failed to accept attribute value templates.</li>
  +<li>FormatterToText incorrectly closed the output stream (this bug did not 
apply to other formatters).</li>
  +<li>In a for-each loop that selects but does not sort a node set filtered by 
a predicate, position() returned incorrect data.</li>
  +<li>An imported stylesheet that used a relative path to include another 
stylesheet did not work.</li>
     </ul>
  -</s3>
  -
  -<s3 title="Bugs resolved since the last Xalan version">
  -  <p>The bugs have been fixed and tested:</p>
  -  <ul>
  -    <li></li>
  -  </ul>
  -</s3>
  -
  -<s3 title="Bugs closed since the last Xalan version">
  -  <p>We have determined that the following bug reports are not actual 
bugs:</p>
  -  <ul>
  -    <li></li>
  -  </ul>
  -</s3>
  +</s3>
  \ No newline at end of file
  
  
  
  1.2.2.3   +1 -1      xml-xalan/xdocs/sources/xalan/BUGS
  
  Index: BUGS
  ===================================================================
  RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/BUGS,v
  retrieving revision 1.2.2.2
  retrieving revision 1.2.2.3
  diff -u -r1.2.2.2 -r1.2.2.3
  --- BUGS      2000/03/17 12:46:45     1.2.2.2
  +++ BUGS      2000/04/11 16:15:32     1.2.2.3
  @@ -1,4 +1,4 @@
   <s3 title="Outstanding bugs">
  -  <p>Outstanding bugs are recorded in the Apache XML<jump 
href="http://xml.apache.org/bugs/";>Bug Tracking System</jump>. 
  +  <p>Outstanding bugs are recorded in the Apache XML <jump 
href="http://xml.apache.org/bugs/";>Bug Tracking System</jump>. 
     If you find a bug, please use this system to report it.</p>     
   </s3>    
  
  
  

Reply via email to