greenrd     01/01/26 10:09:45

  Modified:    .        build.xml changes.xml README
  Log:
  doing 1.8.2
  
  Revision  Changes    Path
  1.64      +1 -1      xml-cocoon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.xml,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- build.xml 2001/01/19 02:21:57     1.63
  +++ build.xml 2001/01/26 18:09:42     1.64
  @@ -138,7 +138,7 @@
       <tstamp/>
       <property name="Name" value="Cocoon"/>
       <property name="name" value="cocoon"/>
  -    <property name="version" value="1.8.2-dev"/>
  +    <property name="version" value="1.8.2"/>
       <property name="year" value="1999-2001"/>
   
       <echo message="      ------------------- ${Name} ${version} [${year}] 
---------"/>
  
  
  
  1.198     +4 -1      xml-cocoon/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/changes.xml,v
  retrieving revision 1.197
  retrieving revision 1.198
  diff -u -r1.197 -r1.198
  --- changes.xml       2001/01/23 19:52:46     1.197
  +++ changes.xml       2001/01/26 18:09:43     1.198
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes   
  -  $Id: changes.xml,v 1.197 2001/01/23 19:52:46 greenrd Exp $ 
  +  $Id: changes.xml,v 1.198 2001/01/26 18:09:43 greenrd Exp $ 
   -->
   
   <changes title="History of Changes">
  @@ -18,6 +18,9 @@
     </devs>
   
    <release version="@version@" date="@date@">
  +  <action dev="RDG" type="fix">
  +   Built with all options enabled, correcting the missing classes problem in 
the previous two releases.
  +  </action>
     <action dev="RDG" type="fix" due-to="Sergio Carvalho" due-to-email="[EMAIL 
PROTECTED]">
      Fixed one of the xinclude samples; others are outdated and still use the 
old spec.
     </action>
  
  
  
  1.11      +12 -1     xml-cocoon/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/README,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- README    2001/01/19 01:33:34     1.10
  +++ README    2001/01/26 18:09:44     1.11
  @@ -13,7 +13,7 @@
   * What is it?
   * Where is it?
   * Requirements
  -* Release Notes for Cocoon 1.8.1 and previous versions
  +* Release Notes for Cocoon 1.8.2 and previous versions
   * Licensing and Legal Issues
   
   
  @@ -63,6 +63,17 @@
   
     Look for the most updated documentation on the Cocoon web site under
     the Apache XML Project (http://xml.apache.org/cocoon/).
  +
  +
  +  Release Notes for Cocoon 1.8.2
  +  ------------------------------
  +
  +  This is a minor bugfix release. Among other things, Cocoon works on JDK1.1 
again,
  +  as it should, and the XInclude processor should work correctly at any 
stage in the
  +  pipeline (previously it would do nothing if invoked after certain 
processors).
  +
  +  Also, in the last two versions, optional connectors for XT, JNDI etc. were 
left out by
  +  mistake from the build. This has now been fixed.
   
   
     Release Notes for Cocoon 1.8.1
  
  
  

Reply via email to