You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by st...@locus.apache.org on 2000/03/31 13:26:17 UTC

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

stefano     00/03/31 03:26:17

  Modified:    .        build.xml changes.xml
  Log:
  damn, need to do 1.7.2 now
  
  Revision  Changes    Path
  1.47      +1 -1      xml-cocoon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- build.xml	2000/03/30 00:55:37	1.46
  +++ build.xml	2000/03/31 11:26:16	1.47
  @@ -137,7 +137,7 @@
       <tstamp/>
       <property name="Name" value="Cocoon"/>
       <property name="name" value="cocoon"/>
  -    <property name="version" value="1.7.1"/>
  +    <property name="version" value="1.7.2"/>
       <property name="year" value="1999-2000"/>
   
       <echo message="------------------- ${Name} ${version} [${year}] ----------------"/>
  
  
  
  1.48      +10 -1     xml-cocoon/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/changes.xml,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- changes.xml	2000/03/30 00:32:10	1.47
  +++ changes.xml	2000/03/31 11:26:16	1.48
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes
  -  $Id: changes.xml,v 1.47 2000/03/30 00:32:10 stefano Exp $
  +  $Id: changes.xml,v 1.48 2000/03/31 11:26:16 stefano Exp $
   -->
   
   <changes title="History of Changes">
  @@ -16,6 +16,15 @@
     </devs>
   
    <release version="@version@" date="@date@">
  +  <action dev="SM" type="fix">
  +   Changed log setting.
  +  </action>
  +  <action dev="DB" type="fix">
  +   Fixed problem with SQLlib.
  +  </action>
  + </release>
  +
  + <release version="1.7.1" date="March 29, 2000">
     <action dev="SM" type="update" due-to="Paul Lamb" due-to-email="paul@oil-law.com">
      Fixed problem with basename evaluation when included into a JSP.
     </action>