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 cm...@apache.org on 2002/03/22 16:01:40 UTC

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

cmlenz      02/03/22 07:01:40

  Modified:    .        Tag: SLIDE_1_0 build.xml
               src/doc  Tag: SLIDE_1_0 changelog.xml
  Log:
  - Change version number to 1.1.0
  - Add stuff to changelog
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.135.2.8 +3 -3      jakarta-slide/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/build.xml,v
  retrieving revision 1.135.2.7
  retrieving revision 1.135.2.8
  diff -u -r1.135.2.7 -r1.135.2.8
  --- build.xml	22 Mar 2002 14:45:01 -0000	1.135.2.7
  +++ build.xml	22 Mar 2002 15:01:40 -0000	1.135.2.8
  @@ -25,7 +25,7 @@
     <!-- =================================================================== -->
     <property name="name"                  value="Jakarta-Slide" />
     <property name="year"                  value="2002" />
  -  <property name="version"               value="1.0.17" />
  +  <property name="version"               value="1.1.0" />
     <property name="project"               value="jakarta-slide" />
     <property name="final.name"            value="${project}-${version}" />
     <property name="final-src.name"        value="${project}-src-${version}" />
  @@ -783,8 +783,8 @@
           <exclude name="**/*.java" />
         </fileset>
       </copy>
  -    <copy file="${webdavclient.dist}/lib/webdavlib.jar"
  -     tofile="${slide.build}/tests/webdavlib.jar" />
  +    <copy file="${webdavclient.dist}/lib/slide-webdavlib.jar"
  +     tofile="${slide.build}/tests/slide-webdavlib.jar" />
       <copy file="${junit.jar}"
        tofile="${slide.build}/tests/junit.jar" />
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.70.2.2  +18 -16    jakarta-slide/src/doc/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/changelog.xml,v
  retrieving revision 1.70.2.1
  retrieving revision 1.70.2.2
  diff -u -r1.70.2.1 -r1.70.2.2
  --- changelog.xml	18 Mar 2002 14:55:01 -0000	1.70.2.1
  +++ changelog.xml	22 Mar 2002 15:01:40 -0000	1.70.2.2
  @@ -15,10 +15,9 @@
   
     <body>
     
  -  <section name="Slide 1.0">
  -
  +  <section name="Slide 1.1">
   
  -  <subsection name="Slide 1.0.17">
  +  <subsection name="Slide 1.1.0">
   
       <p>
   
  @@ -30,26 +29,23 @@
           <add>
             Add an implementation of the tag library based on JSTL Beta 1 (CL)
           </add>
  -        <!-- add>
  -          Filesystem dedscriptors store (Marc Decugis)
  -        </add -->
  -        <!-- add>
  +        <add>
             DataSource based JDBC store (Ashok Kumar, RM)
  -        </add -->
  -        <!-- add>
  +        </add>
  +        <add>
             Add WebDAV File implementation with the associated Swing file 
             chooser helpers (Eckard Buchner)
  -        </add -->
  +        </add>
           <fix>
             5582 - JDBCContentStore.retrieveRevisionContent - not closing 
             connections (Chris Kimpton)
           </fix>
  -        <!-- docs>
  +        <docs>
             Add documentation on the DataSource stores (Colin Britton)
  -        </docs -->
  -        <!-- update>
  +        </docs>
  +        <update>
             Performance improvements to JDBC and J2EE Store (Colin Britton)
  -        </update -->
  +        </update>
           <update>
             NotFoundExceptions and AlreadyExistsExceptions aren't considered 
             fatal the transaction won't be always rolledback when committed 
  @@ -74,10 +70,10 @@
           <fix>
             Encode the owner URL in LOCK and PROPFIND methods (JP)
           </fix>
  -        <!-- fix>
  +        <fix>
             Fix problems initializing the J2EE store when using the Slide server
             (note: the fix only works with Tomcat 4.1) (RM)
  -        </fix -->
  +        </fix>
           <fix>
             MOVE and COPY with a '+' in the URL is now possible (JP)
           </fix>
  @@ -93,6 +89,12 @@
       </p>
   
     </subsection>
  +
  +  </section>
  +
  +
  +  <section name="Slide 1.0">
  +
   
     <subsection name="Slide 1.0.16">
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>