You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dl...@apache.org on 2001/01/24 19:08:47 UTC

cvs commit: xml-xalan/java/xdocs/sources/xalan DONE readme.xml

dleslie     01/01/24 10:08:46

  Modified:    java/xdocs/sources/xalan DONE readme.xml
  Log:
  Preliminary "done" list for 2.0.0
  
  Revision  Changes    Path
  1.22      +9 -0      xml-xalan/java/xdocs/sources/xalan/DONE
  
  Index: DONE
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/DONE,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- DONE	2001/01/23 22:06:43	1.21
  +++ DONE	2001/01/24 18:08:42	1.22
  @@ -1,3 +1,12 @@
   <s3 title="Changes since &xslt4j; version 2.0.D07">
  +<p>This release includes several bug fixes:</p>
  +<ul>
  +  <li>A threading problem showed up when using multiple processors. We fixed it by using a separate XPathContext object to do whitespace node
  +   matches (xsl:strip-space).<br/><br/></li>
  +  <li>Fixed a bug running Norm Walsh's docbook stylesheets by not setting the variable stack position if the TreeWalker is not owned by a
  +  top-level NodeIterator.<br/><br/></li>
  +  <li>In the interest of stability, we now treat "unknown error in XPath" as a fatal error.<br/><br/></li>
  +  <li>Fixed a number of bugs in the <link idref="usagepatterns" anchor="compat">Xalan-Java 1 compatibility API</link>.</li>
  +</ul>
   <p>For a list of tasks in the &xslt4j2; To-Do list that have been completed, see <jump href="todo.html#release-date-completed">Tasks completed</jump>.</p>
   </s3>
  
  
  
  1.22      +1 -1      xml-xalan/java/xdocs/sources/xalan/readme.xml
  
  Index: readme.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/readme.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- readme.xml	2001/01/24 15:36:41	1.21
  +++ readme.xml	2001/01/24 18:08:43	1.22
  @@ -71,7 +71,7 @@
    </ul>
     <s2 title="Status">
      <ul>
  -    <li><link anchor="done">Changes since version 2.0.D05</link></li>
  +    <li><link anchor="done">Changes since version 2.0.D07</link></li>
       <li><link anchor="other">Other points of interest</link></li>
       <li><link anchor="bugs">Open bugs and bug reporting</link></li>
       <li><link anchor="status">Version of Xerces to use</link></li>