ozeigermann    2004/07/19 03:18:44

  Modified:    .        build.xml
               webdavclient build.xml
  Added:       .        RELEASE-NOTES-2.1-BETA1
  Removed:     .        RELEASE-NOTES-2.1M2
  Log:
  Prepared beta1 release
  
  Revision  Changes    Path
  1.216     +2 -2      jakarta-slide/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/build.xml,v
  retrieving revision 1.215
  retrieving revision 1.216
  diff -u -r1.215 -r1.216
  --- build.xml 19 Jul 2004 09:58:57 -0000      1.215
  +++ build.xml 19 Jul 2004 10:18:44 -0000      1.216
  @@ -18,8 +18,8 @@
       <!-- =================================================================== -->
       <property name="name" value="Jakarta-Slide"/>
       <property name="year" value="2004"/>
  -    <property name="version" value="2.1M2"/>
  -    <property name="release-notes" value="RELEASE-NOTES-2.1M2"/>
  +    <property name="version" value="2.1b1"/>
  +    <property name="release-notes" value="RELEASE-NOTES-2.1-BETA1"/>
       <property name="project" value="jakarta-slide"/>
       <property name="final.name" value="${project}-${version}"/>
       <property name="final-src.name" value="${project}-src-${version}"/>
  
  
  
  1.1                  jakarta-slide/RELEASE-NOTES-2.1-BETA1
  
  Index: RELEASE-NOTES-2.1-BETA1
  ===================================================================
  Jakarta-Slide Release 2.1 beta 1

  --------------------------------

  

  RELEASE NUMBER: 2.1b1

  RELEASE TAG / BRANCH: SLIDE_2_1_BETA1_RELEASE / HEAD

  

  GENERAL NOTES

  -------------

  

  This is the first beta release of Slide 2.1. It is compatible to the previous

  2.0 release, but adds some new features and fixes some issues. Additionally, it

  adds transactions spanning multiple requests and extends WebDAV methods to

  control external transactions.

  

  NEW FEATURES

  ------------

  

  WebDAV Layer:

  - New methods for external transactional control

  

  Core:

  - Transaction control much more adhers to JTA spec allowing for transactions 
spanning more than one request

  

  Stores:

  - Sequence support for MySQL, Oracle and Postgres added (sequence support completed)

   - DASL properties expression factory for RDBMS stores dramatically improves DASL 
performance.

  

  Client:

  

  Misc:

  

  BUGFIXES FROM 2.1M1

  -------------------

  

  WebDAV Layer:

  - 

  

  Core:

  

  Stores:

  - For Postgres properties can contain up to 1G length

  - Wrong setting of latest version when there were more than 10 versions fixed

  

  Client:

  

  

  Misc:

  

  KNOWN ISSUES

  ------------

  

  WebDAV Layer:

  - External Transaction Support not yet finished

  

  Core:

  - Performance with auto-versioning still not satisfactory

  - Improved and scalable search still missing

  

  Stores:

  

  Client:

  - JCA Connector for Slide not yet finished

  

  Misc:

  - Projector Framework not yet ready
  
  
  1.17      +1 -1      jakarta-slide/webdavclient/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/webdavclient/build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.xml 16 Jul 2004 22:46:30 -0000      1.16
  +++ build.xml 19 Jul 2004 10:18:44 -0000      1.17
  @@ -19,7 +19,7 @@
       <!-- =================================================================== -->
       <property name="name" value="Jakarta-Slide"/>
       <property name="year" value="2004"/>
  -    <property name="version" value="2.1M2"/>
  +    <property name="version" value="2.1b1"/>
       <property name="project" value="jakarta-slide"/>
       <property name="clientlib.final.name" value="${project}-webdavlib-${version}"/>
       <property name="cmd.final.name" value="${project}-commandline-${version}"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to