You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Remy Maucherat <re...@apache.org> on 2001/09/02 20:14:15 UTC

Slide 1.0.14 released

Hi,

I'm happy to announce that a new alpha version of Slide is now available:
Slide 1.0.14.
Slide 1.0.13 was also released this week, but contained a minor error in a
configuration file which prevented the standalone server from running. Using
Slide 1.0.14 instead is recommended.

Changelog since Slide 1.0.12 is:

* New "lock" command in the WebDAV client, which allows enumerating the
   locks set on a resource (DV)
* Upgrade to Tomcat 4.0 beta 7+ (RM)
* Upgrade configuration parsing to SAX 2 (DV)
* Add the possibility to specify the path which will be exposed by the
WebDAV
  servlet using the 'scope' parameter (CL)
* Use namespace logger instead of the domain logger (DV)
* Add example on extending the default WebDAV servlet (DV)
* Fix bug in TM: Correctly rollback when prepare fails with an exception
(JP)
* Fix status code parsing in a multistatus response (DV)
* Add namespace support for PROPPATCH in the command line client and
  WebdavResource (DV)
* Fix configuration problem for the standalone server (RM)
* Add a flag in SlideToken which can be used to force all Slide operations
to
  happen inside a transaction (RM)
* Fix the bahavior of copy with overwrite when the deletion of the copy
  target fails (JP)
* The Slide standalone server is now preconfigured with the HSQL Database
  Engine 1.61 (RM)
* Prevent dirty read when doing updates from the WebDAV layer (RM)
* Improve robustness by wrapping unhandled exceptions thrown by the stores
  in a ServiceAccessException (RM)
* Flush caches after a rollback (RM)
* Logging improvements (DV)
* Add support for Cloudscape database (DV, Jacob Lund)
* Slide JARs are now prefixed with 'slide-' (CL)
* Add File wrapper to WebdavResource (RM)

Download it from http://jakarta.apache.org/slide/release.html

Remy