remm        01/03/19 09:56:50

  Modified:    src/doc  changelog.xml contrib.xml news.xml status.xml
  Log:
  - Update changelog.
  - Fix typos.
  - Add status items for the next version of Slide. Anyone can feel free to
    suggest new items.
  
  Revision  Changes    Path
  1.34      +31 -0     jakarta-slide/src/doc/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/changelog.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- changelog.xml     2001/03/03 22:38:29     1.33
  +++ changelog.xml     2001/03/19 17:56:47     1.34
  @@ -6,6 +6,37 @@
       
     <title>Changes</title>
     
  +  <section title="Slide 1.0M9">
  +    
  +    <p>
  +
  +      <changelog>
  +        <fix>
  +          Fix date formats used in Slide (RM)
  +        </fix>
  +        <add>
  +          Add some JDBC Store initialization scripts for mySQL and Oracle 8i 
  +          (JH, DMD)
  +        </add>
  +        <add>
  +          Complete WebDAV Access Control Protocol support (January 21, 2001 
  +          Internet Draft) in the WebDAV servlet (RM)
  +        </add>
  +        <update>
  +          New redesigned command line client (SGP)
  +        </update>
  +        <update>
  +          Update to the WebdavResource helper class (SGP)
  +        </update>
  +        <fix>
  +          Fix resource management issues in the JDBC stores (RM)
  +        </fix>
  +      </changelog>
  +
  +    </p>
  +
  +  </section>
  +
     <section title="Slide 1.0M8">
       
       <p>
  
  
  
  1.15      +0 -8      jakarta-slide/src/doc/contrib.xml
  
  Index: contrib.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/contrib.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- contrib.xml       2001/02/27 07:31:20     1.14
  +++ contrib.xml       2001/03/19 17:56:47     1.15
  @@ -6,14 +6,6 @@
       
     <title>Contributors</title>
     
  -  <section title="Project Management Comitee">
  -    
  -    <p>
  -      The Slide project is managed by the <a 
href="http://jakarta.apache.org/credits/whoweare.html">Jakarta PMC</a>.
  -    </p>
  -  
  -  </section>
  -  
     <section title="Commiters">
       
       <p>
  
  
  
  1.17      +12 -1     jakarta-slide/src/doc/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/news.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- news.xml  2001/03/03 22:38:29     1.16
  +++ news.xml  2001/03/19 17:56:48     1.17
  @@ -6,6 +6,17 @@
       
     <title>News</title>
     
  +    <section title="03/10/2001 - Slide nightly builds available">
  +
  +      <p>
  +        Slide nightly builds are available again, in both source and binary 
  +        form in the <a 
href="http://jakarta.apache.org/builds/jakarta-slide/nightly/">builds section</a> 
  +        of the Jakarta website. Kudos to Sam Ruby for making Gump (and doing 
  +        the setup for Slide) :-)
  +      </p>
  +
  +    </section>
  +
       <section title="03/03/2001 - Slide 1.0M8 released !">
   
         <p>
  @@ -17,7 +28,7 @@
       <section title="02/19/2001 - UML diagrams available online">
   
         <p>
  -        The UML diagrams for the Slide API have been contubuted by 
  +        The UML diagrams for the Slide API have been contributed by 
           <a href="mailto:michael.dalrymple at metriuseurope.com">Michael 
           Dalrymple</a> and are available <a href="uml/index.html">here</a>.
           They are based on Slide 1.0 milestone 7.
  
  
  
  1.17      +36 -24    jakarta-slide/src/doc/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/status.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- status.xml        2000/12/28 11:47:30     1.16
  +++ status.xml        2001/03/19 17:56:48     1.17
  @@ -36,10 +36,7 @@
     <section title="Note">
       
       <p>
  -      This list is intended for Slide 1.0. No feature complete beta of Slide
  -      will happen until all items above low priority have been taken care of.
  -      Please feel free to post features requests and suggestions on the 
  -      slide-dev mailing list.
  +      This list is intended for Slide 1.1.
       </p>
       
     </section>
  @@ -48,6 +45,9 @@
       
       <p>
         <status>
  +        <item priority="Low" owner="---">
  +          Improve compliance of the transaction manager with the JTA spec.
  +        </item>
         </status>
       </p>
       
  @@ -61,6 +61,13 @@
             Add additional helper macros.
             [org.apache.slide.macro]
           </item>
  +        <item priority="Medium" owner="---">
  +          Add index helper.
  +          [org.apache.slide.index]
  +        </item>
  +        <item priority="High" owner="---">
  +          Add dynamic proxies for generating roles.
  +        </item>
         </status>
       </p>
       
  @@ -70,6 +77,10 @@
       
       <p>
         <status>
  +        <item priority="Low" owner="---">
  +          Add JNDI directory context to allow read only access to a Slide
  +          namespace.
  +        </item>
         </status>
       </p>
       
  @@ -79,6 +90,12 @@
       
       <p>
         <status>
  +        <item priority="Medium" owner="---">
  +          Filesystem based store for structure, sercurity, ...
  +        </item>
  +        <item priority="Medium" owner="---">
  +          Lucene based implementation of index store.
  +        </item>
         </status>
       </p>
       
  @@ -97,6 +114,9 @@
       
       <p>
         <status>
  +        <item priority="Medium" owner="---">
  +          Add user management features.
  +        </item>
         </status>
       </p>
       
  @@ -127,8 +147,11 @@
       
       <p>
         <status>
  -        <item priority="Medium" owner="Remy Maucherat">
  -          DAV ACL support.
  +        <item priority="Medium" owner="---">
  +          DASL support.
  +        </item>
  +        <item priority="Medium" owner="---">
  +          Delta V support.
           </item>
         </status>
       </p>
  @@ -142,11 +165,14 @@
           <item priority="Medium" owner="Remy Maucherat">
             DAV ACL support.
           </item>
  -        <item priority="Low" owner="---">
  -          HTTP test suite.
  +        <item priority="Medium" owner="---">
  +          DASL support.
  +        </item>
  +        <item priority="Medium" owner="---">
  +          Delta V support.
           </item>
           <item priority="Low" owner="---">
  -          WebDAV test suite.
  +          GUI based administration tool.
           </item>
         </status>
       </p>
  @@ -160,7 +186,7 @@
           <li>
             Rewrite of the core and of most of the helpers. Objective : cleaner 
             design with more functionality, while keeping the API mostly
  -          unchanged.
  +          unchanged (if possible)).
           </li>
           <li>
             Make the helpers pluggable.
  @@ -171,28 +197,14 @@
             [org.apache.slide.content.NodeRevisionDescriptors]
           </li>
           <li>
  -          Design and implement a searching/indexing component.
  -        </li>
  -        <li>
             Design and implement a simple process engine to deal with 
             approvals, acknowledgements, ...
           </li>
           <li>
  -          Delta V support.
  -          [org.apache.slide.webdav]
  -        </li>
  -        <li>
  -          DASL support.
  -          [org.apache.slide.webdav]
  -        </li>
  -        <li>
             PVCS descriptors and content store.
           </li>
           <li>
             CVS descriptors and content store.
  -        </li>
  -        <li>
  -          Write a GUI based client using the DAV library.
           </li>
           <li>
             Design and develop a Slide JSP Taglib (see the jakarta-taglibs 
  
  
  

Reply via email to