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/07/27 19:14:16 UTC

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

remm        01/07/27 10:14:16

  Modified:    src/doc  changelog.xml contrib.xml news.xml release.xml
  Log:
  - Changelog update.
  - Update website for Slide 1.0.12.
  
  Revision  Changes    Path
  1.49      +12 -1     jakarta-slide/src/doc/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/changelog.xml,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- changelog.xml	2001/07/22 19:59:10	1.48
  +++ changelog.xml	2001/07/27 17:14:15	1.49
  @@ -39,7 +39,7 @@
           </fix>
           <fix>
             Fix WebDAV compliance bugs where status code were always wrapped
  -          inside a 207 (JP)
  +          inside a 207 (JP, RM)
           </fix>
           <add>
             Draft of the indexing / searching API (RM)
  @@ -64,6 +64,17 @@
           <update>
             Upgrade to Tomcat 4.0 beta 6 (RM)
           </update>
  +        <fix>
  +          DELETE, MOVE, COPY and LOCK now extend a common class which is in
  +          charge of generating the 207 error reports (JP, RM)
  +        </fix>
  +        <update>
  +          Reorganize the code responsible for generating the directory 
  +          browsing pages (CL)
  +        </update>
  +        <add>
  +          Add a flag to disable directory browsing page generation (CL)
  +        </add>
         </changelog>
   
       </p>
  
  
  
  1.24      +7 -7      jakarta-slide/src/doc/contrib.xml
  
  Index: contrib.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/contrib.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- contrib.xml	2001/07/22 19:59:10	1.23
  +++ contrib.xml	2001/07/27 17:14:15	1.24
  @@ -35,7 +35,7 @@
       <p>
         <a href="mailto:jericho at apache.org"><b>Sung-Gu Park</b></a>
         <br/>
  -      Lots of WebDAV client code, optional helper API for the WebDAV client.
  +      WebDAV client library design.
       </p>
       
       <p>
  @@ -56,6 +56,12 @@
         Completed WebDAV Access Control Protocol.
       </p>
       
  +    <p>
  +      <a href="mailto:cmlenz at gmx.de"><b>Christopher Lenz</b></a>
  +      <br/>
  +      Bug fixes, testing.
  +    </p>
  +    
     </section>
     
     <section name="Contributors">
  @@ -111,12 +117,6 @@
         <a href="mailto:jojada at speedlegal.com"><b>Jojada J. Tirtowidjojo</b></a>
         <br/>
         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>
  
  
  
  1.23      +17 -0     jakarta-slide/src/doc/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/news.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- news.xml	2001/07/07 18:28:29	1.22
  +++ news.xml	2001/07/27 17:14:15	1.23
  @@ -6,6 +6,23 @@
       
     <title>News</title>
     
  +    <section name="07/27/2001 - Slide 1.0.12 (alpha) released">
  +
  +      <p>
  +        Slide 1.0.12 is now available, and the source in the CVS has been 
  +        tagged as "SLIDE_1_0_12".
  +      </p>
  +
  +      <p>
  +        Get it in <a href="http://jakarta.apache.org/builds/jakarta-slide/release/1.0/jakarta-slide-1.0.12.zip">.zip</a> or <a href="http://jakarta.apache.org/builds/jakarta-slide/release/1.0/jakarta-slide-1.0.12.tar.gz">.tar.gz</a> format.
  +      </p>
  +
  +      <p>
  +        Get the source code in <a href="http://jakarta.apache.org/builds/jakarta-slide/release/1.0/jakarta-slide-src-1.0.12.zip">.zip</a> or <a href="http://jakarta.apache.org/builds/jakarta-slide/release/1.0/jakarta-slide-src-1.0.12.tar.gz">.tar.gz</a> format.
  +      </p>
  +
  +    </section>
  +
       <section name="07/07/2001 - Slide 1.0.11 (alpha) released">
   
         <p>
  
  
  
  1.16      +20 -0     jakarta-slide/src/doc/release.xml
  
  Index: release.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/release.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- release.xml	2001/07/07 18:28:30	1.15
  +++ release.xml	2001/07/27 17:14:16	1.16
  @@ -8,6 +8,26 @@
     
     <section name="Releases">
       
  +    <section name="Slide 1.0.12">
  +
  +      <p>
  +        Binaries :
  +        <ul>
  +        <li><a href="http://jakarta.apache.org/builds/jakarta-slide/release/1.0/jakarta-slide-1.0.12.zip">.zip format</a> (5.1M)</li>
  +        <li><a href="http://jakarta.apache.org/builds/jakarta-slide/release/1.0/jakarta-slide-1.0.12.tar.gz">.tar.gz format</a> (4.7M)</li>
  +        </ul>
  +      </p>
  +
  +      <p>
  +        Source :
  +        <ul>
  +        <li><a href="http://jakarta.apache.org/builds/jakarta-slide/release/1.0/jakarta-slide-src-1.0.12.zip">.zip format</a> (0.5M)</li>
  +        <li><a href="http://jakarta.apache.org/builds/jakarta-slide/release/1.0/jakarta-slide-src-1.0.12.tar.gz">.tar.gz format</a> (1.0M)</li>
  +        </ul>
  +      </p>
  +
  +    </section>
  +
       <section name="Slide 1.0.11">
   
         <p>