remm        01/07/22 12:59:11

  Modified:    src/doc  changelog.xml contrib.xml
  Log:
  - Changelog update.
  
  Revision  Changes    Path
  1.48      +41 -1     jakarta-slide/src/doc/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/changelog.xml,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- changelog.xml     2001/07/10 23:49:08     1.47
  +++ changelog.xml     2001/07/22 19:59:10     1.48
  @@ -22,7 +22,47 @@
           <update>
             The PROPFIND depth limit can now be configured separately in each 
             instance of the WebDAV servlet, instead of being a global parameter 
  -          (Christopher Lenz)
  +          (CL)
  +        </update>
  +        <add>
  +          Add additional commands to manipulate ACLs in the command line client
  +          (grant, deny, revoke) (DV)
  +        </add>
  +        <update>
  +          Major update to the UI components (MS, JT)
  +        </update>
  +        <update>
  +          Reorganize code of COPY and MOVE to minimize code duplication (JP)
  +        </update>
  +        <fix>
  +          Allow modifying the displayname property using a PROPPATCH (JP)
  +        </fix>
  +        <fix>
  +          Fix WebDAV compliance bugs where status code were always wrapped
  +          inside a 207 (JP)
  +        </fix>
  +        <add>
  +          Draft of the indexing / searching API (RM)
  +        </add>
  +        <update>
  +          Update WebDAV Access Control Protocol Support to the 06 draft (DV)
  +        </update>
  +        <fix>
  +          Finish implementing lock handling in the client (RM)
  +        </fix>
  +        <fix>
  +          Remove transparent multi-connection handling from the client; it
  +          makes the client thread safe (RM)
  +        </fix>
  +        <add>
  +          Namespace support in the client for PROPFIND (DV, RM, Derek Libby)
  +        </add>
  +        <fix>
  +          Cleanup of the namespace handling in the WebDAV servlet, 
  +          using DOM2 (RM)
  +        </fix>
  +        <update>
  +          Upgrade to Tomcat 4.0 beta 6 (RM)
           </update>
         </changelog>
   
  
  
  
  1.23      +6 -0      jakarta-slide/src/doc/contrib.xml
  
  Index: contrib.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/contrib.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- contrib.xml       2001/06/24 22:20:37     1.22
  +++ contrib.xml       2001/07/22 19:59:10     1.23
  @@ -113,6 +113,12 @@
         Swing components, WebDAV test GUI.
       </p>
       
  +    <p>
  +      <a href="mailto:cmlenz at gmx.de"><b>Chistopher Lenz</b></a>
  +      <br/>
  +      Bug fixes, testing.
  +    </p>
  +    
     </section>
     
     <section name="Sponsors">
  
  
  

Reply via email to