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/02/11 22:10:34 UTC

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

remm        01/02/11 13:10:34

  Modified:    src/doc  changelog.xml installation.xml
  Log:
  - Changelog update.
  - Modify the dependencies list.
  
  Revision  Changes    Path
  1.27      +6 -0      jakarta-slide/src/doc/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/changelog.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- changelog.xml	2001/02/10 19:20:59	1.26
  +++ changelog.xml	2001/02/11 21:10:34	1.27
  @@ -57,6 +57,12 @@
             Add the notion of a guest user, as well as the guestpath element
             in the namespace configuration (RM)
           </add>
  +        <update>
  +          DAV client : Small enhancements to the command line client (RM)
  +        </update>
  +        <add>
  +          Add encoding / decoding of URLs based on code from Catalina (RM)
  +        </add>
         </changelog>
   
       </p>
  
  
  
  1.8       +9 -10     jakarta-slide/src/doc/installation.xml
  
  Index: installation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/installation.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- installation.xml	2001/02/07 02:47:19	1.7
  +++ installation.xml	2001/02/11 21:10:34	1.8
  @@ -18,26 +18,25 @@
       <p>
         Slide depends on the following software libraries at build time :
         <ul>
  -        <li>Jakarta Ant 1.2</li>
  -        <li>Sun JAXP 1.0 (JAXP 1.1ea2 recommended)</li>
  -        <li>Sun Servlet API 2.2</li>
  +        <li>Jakarta Ant 1.2 or later</li>
  +        <li>Sun JAXP 1.0 or later (JAXP 1.1ea2 recommended)</li>
  +        <li>DOM level 2 API (org.w3c.dom package)</li>
  +        <li>SAX 2 API (org.xml.* packages)</li>
  +        <li>Sun Servlet API 2.2or later</li>
           <li>Sun Java Transaction API 1.0</li>
  +        <li>JDK 1.1 or later</li>
         </ul>
       </p>
       
       <p>
         Slide depends on the following software libraries at run time :
         <ul>
  -        <li>Sun JAXP 1.0 (JAXP 1.1ea2 recommended)</li>
  +        <li>Sun JAXP 1.0 or later (JAXP 1.1ea2 recommended)</li>
           <li>A JAXP-compliant XML parser (DOM level 2 support recommended)</li>
  -        <li>Sun Servlet API 2.2</li>
  +        <li>Sun Servlet API 2.2 or later</li>
           <li>Sun Java Transaction API 1.0</li>
  +        <li>JRE 1.1 or later (1.3 recommended)</li>
         </ul>
  -    </p>
  -    
  -    <p>
  -      Slide can be managed at run time if it is run on top of a management
  -      framework like Apache Avalon or Sun JMX.
       </p>
       
       <p>