You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by re...@apache.org on 2001/08/28 07:07:28 UTC

cvs commit: jakarta-slide/src/doc changelog.xml

remm        01/08/27 22:07:28

  Modified:    src/doc  changelog.xml
  Log:
  - Changelog update. I may have missed some significant changes (please add
    them if that's the case).
  
  Revision  Changes    Path
  1.51      +27 -0     jakarta-slide/src/doc/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/changelog.xml,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- changelog.xml	2001/07/31 05:45:24	1.50
  +++ changelog.xml	2001/08/28 05:07:28	1.51
  @@ -15,6 +15,33 @@
             New "lock" command in the WebDAV client, which allows 
             enumerating the locks set on a resource (DV)
           </add>
  +        <update>
  +          Upgrade to Tomcat 4.0 beta 7+ (RM)
  +        </update>
  +        <update>
  +          Upgrade configuration parsing to SAX 2 (DV)
  +        </update>
  +        <add>
  +          Add the possibility to specify the path which will be exposed by 
  +          the WebDAV servlet using the 'scope' parameter (CL)
  +        </add>
  +        <update>
  +          Use namespace logger instead of the domain logger (DV)
  +        </update>
  +        <add>
  +          Add example on extending the default WebDAV servlet (DV)
  +        </add>
  +        <fix>
  +          Fix bug in TM: Correctly rollback when prepare fails with an
  +          exception (JP)
  +        </fix>
  +        <fix>
  +          Fix status code parsing in a multistatus response (DV)
  +        </fix>
  +        <add>
  +          Add namespace support for PROPPATCH in the command line client
  +          and WebdavResource (DV)
  +        </add>
         </changelog>
   
       </p>