joerg       2003/08/20 19:08:34

  Modified:    .        changes.xml
  Log:
  Updated HttpClient to the latest version 2.0 RC 1. Backported changes to SOAPHelper 
from Cocoon 2.1.
  Updated Batik to the latest released version 1.5. Rebuilt Fop 0.20.5.
  
  Revision  Changes    Path
  1.36      +14 -8     cocoon-2.0/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.0/changes.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- changes.xml       21 Aug 2003 01:14:16 -0000      1.35
  +++ changes.xml       21 Aug 2003 02:08:33 -0000      1.36
  @@ -44,20 +44,26 @@
   
    <release version="@version@" date="@date@">
     <action dev="JH" type="update">
  +    Updated HttpClient to the latest version 2.0 RC 1. Backported changes to
  +    SOAPHelper from Cocoon 2.1.
  +  </action>
  +  <action dev="JH" type="update">
  +    Updated Batik to the latest released version 1.5.
  +  </action>
  +  <action dev="JH" type="update">
       Changed the default build handling: <code>build webapp</code> builds a
       locally usable servlet context in <code>./build/cocoon/webapp</code> and is
       now the default target. <code>build war</code> packages the stuff from
       <code>./build/cocoon/webapp</code> into the well-known <code>cocoon.war</code>.
       <code>build all</code> is removed as it is the same as <code>build 
package</code>.
     </action>
  -  <action dev="CZ" type="fix" fixes-bug="12173">
  -    Applying patch from Renaud Bruyeron ([EMAIL PROTECTED]) that fixes
  -    the prematurely closing of the connection causing in the SQL Transformer.
  +  <action dev="CZ" type="fix" fixes-bug="12173" due-to="Renaud Bruyeron" 
due-to-email="[EMAIL PROTECTED]">
  +    Applying patch that fixes the prematurely closing of the connection causing
  +    NPEs in the SQL Transformer.
     </action>
  -  <action dev="CZ" type="fix" fixes-bug="14348">
  -    Applying patch from Marco Rolappe ([EMAIL PROTECTED]) that fixes
  -    the caching problem when
  -    using cocoon: pseudo protocol with ServerPagesGenerator.
  +  <action dev="CZ" type="fix" fixes-bug="14348" due-to="Marco Rolappe" 
due-to-email="[EMAIL PROTECTED]">
  +    Applying patch that fixes the caching problem when using cocoon: pseudo
  +    protocol with ServerPagesGenerator.
     </action>
     <action dev="VG" type="add">
       Backported Eclipse JDT compiler from the 2.1.
  
  
  

Reply via email to