remm        01/08/31 15:43:29

  Modified:    src/doc  changelog.xml
  Log:
  - Changelog update.
  
  Revision  Changes    Path
  1.52      +43 -1     jakarta-slide/src/doc/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/changelog.xml,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- changelog.xml     2001/08/28 05:07:28     1.51
  +++ changelog.xml     2001/08/31 22:43:28     1.52
  @@ -3,9 +3,51 @@
   <document url="./changelog.xml">
   
     <body>
  -    
  +  
     <title>Changes</title>
     
  +  <section name="Slide 1.0.14">
  +
  +    <p>
  +
  +      <changelog>
  +        <fix>
  +          Fix configuration problem for the standalone server (RM)
  +        </fix>
  +        <add>
  +          Add a flag in SlideToken which can be used to force all Slide 
  +          operations to happen inside a transaction (RM)
  +        </add>
  +        <fix>
  +          Fix the bahavior of copy with overwrite when the deletion of the
  +          copy target fails (JP)
  +        </fix>
  +        <update>
  +          The Slide standalone server is now preconfigured with the
  +          HSQL Database Engine 1.61 (RM)
  +        </update>
  +        <add>
  +          Prevent dirty read when doing updates from the WebDAV layer (RM)
  +        </add>
  +        <update>
  +          Improve robustness by wrapping unhandled exceptions thrown by the 
  +          stores in a ServiceAccessException (RM)
  +        </update>
  +        <fix>
  +          Flush caches after a rollback (RM)
  +        </fix>
  +        <update>
  +          Logging improvements (DV)
  +        </update>
  +        <update>
  +          Add support for Cloudscape database (DV, Jacob Lund)
  +        </update>
  +      </changelog>
  +
  +    </p>
  +
  +  </section>
  +
     <section name="Slide 1.0.13">
   
       <p>
  
  
  

Reply via email to