You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gr...@apache.org on 2001/01/19 03:22:01 UTC

cvs commit: xml-cocoon build.xml changes.xml todo.xml

greenrd     01/01/18 18:22:01

  Modified:    .        build.xml changes.xml todo.xml
  Log:
  doing 1.8.2-dev and minor notes I forgot
  
  Revision  Changes    Path
  1.63      +1 -1      xml-cocoon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.xml,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- build.xml	2001/01/19 01:33:34	1.62
  +++ build.xml	2001/01/19 02:21:57	1.63
  @@ -138,7 +138,7 @@
       <tstamp/>
       <property name="Name" value="Cocoon"/>
       <property name="name" value="cocoon"/>
  -    <property name="version" value="1.8.1"/>
  +    <property name="version" value="1.8.2-dev"/>
       <property name="year" value="1999-2001"/>
   
       <echo message="      ------------------- ${Name} ${version} [${year}] ---------"/>
  
  
  
  1.183     +8 -1      xml-cocoon/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/changes.xml,v
  retrieving revision 1.182
  retrieving revision 1.183
  diff -u -r1.182 -r1.183
  --- changes.xml	2001/01/19 00:23:46	1.182
  +++ changes.xml	2001/01/19 02:21:58	1.183
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes   
  -  $Id: changes.xml,v 1.182 2001/01/19 00:23:46 greenrd Exp $ 
  +  $Id: changes.xml,v 1.183 2001/01/19 02:21:58 greenrd Exp $ 
   -->
   
   <changes title="History of Changes">
  @@ -18,6 +18,13 @@
     </devs>
   
    <release version="@version@" date="@date@">
  +   <!-- NEW CHANGES GO HERE -->
  + </release>
  +
  + <release version="1.8" date="September 22 2000">
  +  <action dev="RDG" type="fix">
  +   The Cocoon 1.8 build accidentally ommitted certain optional classes such as XTTransformer. This is now fixed.
  +  </action>
     <action dev="RDG" type="fix" due-to="Wayne Bayever" due-to-email="wbayever@yahoo.com">
      XSLT stylesheet caching now ignores query string, as it should.
     </action>
  
  
  
  1.59      +4 -1      xml-cocoon/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/todo.xml,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- todo.xml	2001/01/18 22:53:36	1.58
  +++ todo.xml	2001/01/19 02:21:59	1.59
  @@ -3,7 +3,7 @@
   <!DOCTYPE todo SYSTEM "./xdocs/dtd/todo-v10.dtd">
   
   <!--
  -  $Id: todo.xml,v 1.58 2001/01/18 22:53:36 greenrd Exp $
  +  $Id: todo.xml,v 1.59 2001/01/19 02:21:59 greenrd Exp $
   -->
   
   <todo title="Things To Do for Cocoon 1.x">
  @@ -16,6 +16,9 @@
    </devs>
   
    <actions priority="high">
  +  <action context="code" assigned-to="RDG" bugid="39">
  +   Fix caching bug with Lynx.
  +  </action>
     <action context="code" assigned-to="RDG" bugid="19">
      Track down cause of multiple PDF problems.
     </action>