ozeigermann    2004/12/02 13:42:33

  Modified:    .        Tag: SLIDE_2_1_RELEASE_BRANCH RELEASE-PLAN-2.0
                        RELEASE-NOTES-2.1M1 RELEASE-NOTES-2.1-RC1
                        RELEASE-NOTES-2.1-BETA2 RELEASE-NOTES-2.0 STATUS
                        RELEASE-NOTES-2.0-RC1 RELEASE-NOTES-2.1-BETA1
                        RELEASE-NOTES-2.0-BETA1
  Log:
  *** keyword substitution change ***
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.3.6.1   +25 -25    jakarta-slide/RELEASE-PLAN-2.0
  
  Index: RELEASE-PLAN-2.0
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/RELEASE-PLAN-2.0,v
  retrieving revision 1.3
  retrieving revision 1.3.6.1
  diff -u -r1.3 -r1.3.6.1
  --- RELEASE-PLAN-2.0  12 Jan 2004 13:35:21 -0000      1.3
  +++ RELEASE-PLAN-2.0  2 Dec 2004 21:42:33 -0000       1.3.6.1
  @@ -1,26 +1,26 @@
  -Release Plan for Apache Jakarta-Slide 2.0

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

  -

  -This document is a release plan for a 2.0 release of the Apache 
Jakarta-Slide project 

  -(called "Slide" in the rest of this document). 

  -

  -GENERAL AIM

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

  -

  -Slide 2.0 will provide a stable content repository as a basis for a content

  -management system / framework and other purposes.

  -

  -Release schedule

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

  -

  -- Anything comparable to a beta: 3rd-4th week of Janury 2004

  -- Anything comparable to a release candidate: 3rd-4th week of February 2004

  -- Anything comparable to a final release: 1st-2nd week of March 2004

  -

  -SHOWSTOPPERS

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

  -- Authentication wrapper must be fixed (maybe done already)

  -- Docs must be updated, Web as well as internal (CVS)

  -- At least all *functional* tests should pass or only fail for known and

  -documented reasons (in release notes) 

  +Release Plan for Apache Jakarta-Slide 2.0
  +-----------------------------------------
  +
  +This document is a release plan for a 2.0 release of the Apache 
Jakarta-Slide project 
  +(called "Slide" in the rest of this document). 
  +
  +GENERAL AIM
  +-----------
  +
  +Slide 2.0 will provide a stable content repository as a basis for a content
  +management system / framework and other purposes.
  +
  +Release schedule
  +----------------
  +
  +- Anything comparable to a beta: 3rd-4th week of Janury 2004
  +- Anything comparable to a release candidate: 3rd-4th week of February 2004
  +- Anything comparable to a final release: 1st-2nd week of March 2004
  +
  +SHOWSTOPPERS
  +------------
  +- Authentication wrapper must be fixed (maybe done already)
  +- Docs must be updated, Web as well as internal (CVS)
  +- At least all *functional* tests should pass or only fail for known and
  +documented reasons (in release notes) 
   - There must be a DBCP release including the isolation level patch
  
  
  
  1.2.2.1   +78 -78    jakarta-slide/RELEASE-NOTES-2.1M1
  
  Index: RELEASE-NOTES-2.1M1
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/RELEASE-NOTES-2.1M1,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- RELEASE-NOTES-2.1M1       26 May 2004 08:38:41 -0000      1.2
  +++ RELEASE-NOTES-2.1M1       2 Dec 2004 21:42:33 -0000       1.2.2.1
  @@ -1,79 +1,79 @@
  -Jakarta-Slide Release 2.1M1

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

  -

  -RELEASE NUMBER: 2.1M1

  -RELEASE TAG / BRANCH: SLIDE_2_1_M1_RELEASE / HEAD

  -

  -GENERAL NOTES

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

  -

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

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

  -both performance of the file stores and possible concurrency have been 
increased.

  -

  -NEW FEATURES

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

  -

  -WebDAV Layer:

  -- Notification methods (MS Exchange 2000 compliant)

  -

  -Core:

  -- Extendable event framework

  -- Property extractor framework for XML and MS Office

  -- New caching modes to allow for clustering and better isolation

  -- Transient Locks to avoid deadlocks and conflicts when concurrently 
uploading data

  -

  -Stores:

  -- TX file store performance improvements

  -- TX file store refactoring to allow for better reuse in custom stores

  -- Sequence concept to avoid conflicts and increase performance when using 
versioning (not implemented in all stores, yet)

  -- Oracle port of RDBMS store

  -- Schema for MySQL 4.1 including UTF-8 support

  -

  -Client:

  -- Ant WebDAV task added

  -- Debug mode now displays communication to server verbosely

  -- Full lock support (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=28649)

  -- Easy SSL support (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=28707)

  -

  -Misc:

  -- JAAS support

  -

  -BUGFIXES FROM 2.0

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

  -

  -WebDAV Layer:

  -- LogFilter no longer buffers full request body, fixing out of memory 
problem with larger files

  -

  -Core:

  -

  -Stores:

  -- For MySQL properties can contain up to 64K length and content up to 4GB 
fixing upload problem with larger files and truncated property values

  -

  -Client:

  -- Most recent HTTPClient version is used

  -- Fixed Windows path problems 
(http://nagoya.apache.org/bugzilla/show_bug.cgi?id=28499)

  -- Fixed cd (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=28463)

  -- Get method handling improved 
(http://nagoya.apache.org/bugzilla/show_bug.cgi?id=28536)

  -

  -

  -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:

  -- Sequence support for MySQL, Oracle and Postgres still missing

  -

  -Client:

  -- JCA Connector for Slide not yet finished

  -

  -Misc:

  +Jakarta-Slide Release 2.1M1
  +---------------------------
  +
  +RELEASE NUMBER: 2.1M1
  +RELEASE TAG / BRANCH: SLIDE_2_1_M1_RELEASE / HEAD
  +
  +GENERAL NOTES
  +-------------
  +
  +This is the first milestone release of Slide 2.1. It is compatible to the 
previous
  +2.0 release, but adds some new features and fixes some conceptual issues. 
Additionally,
  +both performance of the file stores and possible concurrency have been 
increased.
  +
  +NEW FEATURES
  +------------
  +
  +WebDAV Layer:
  +- Notification methods (MS Exchange 2000 compliant)
  +
  +Core:
  +- Extendable event framework
  +- Property extractor framework for XML and MS Office
  +- New caching modes to allow for clustering and better isolation
  +- Transient Locks to avoid deadlocks and conflicts when concurrently 
uploading data
  +
  +Stores:
  +- TX file store performance improvements
  +- TX file store refactoring to allow for better reuse in custom stores
  +- Sequence concept to avoid conflicts and increase performance when using 
versioning (not implemented in all stores, yet)
  +- Oracle port of RDBMS store
  +- Schema for MySQL 4.1 including UTF-8 support
  +
  +Client:
  +- Ant WebDAV task added
  +- Debug mode now displays communication to server verbosely
  +- Full lock support (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=28649)
  +- Easy SSL support (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=28707)
  +
  +Misc:
  +- JAAS support
  +
  +BUGFIXES FROM 2.0
  +-----------------
  +
  +WebDAV Layer:
  +- LogFilter no longer buffers full request body, fixing out of memory 
problem with larger files
  +
  +Core:
  +
  +Stores:
  +- For MySQL properties can contain up to 64K length and content up to 4GB 
fixing upload problem with larger files and truncated property values
  +
  +Client:
  +- Most recent HTTPClient version is used
  +- Fixed Windows path problems 
(http://nagoya.apache.org/bugzilla/show_bug.cgi?id=28499)
  +- Fixed cd (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=28463)
  +- Get method handling improved 
(http://nagoya.apache.org/bugzilla/show_bug.cgi?id=28536)
  +
  +
  +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:
  +- Sequence support for MySQL, Oracle and Postgres still missing
  +
  +Client:
  +- JCA Connector for Slide not yet finished
  +
  +Misc:
   - Projector Framework not yet ready
  
  
  
  1.1.2.3   +111 -111  jakarta-slide/Attic/RELEASE-NOTES-2.1-RC1
  
  Index: RELEASE-NOTES-2.1-RC1
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/Attic/RELEASE-NOTES-2.1-RC1,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- RELEASE-NOTES-2.1-RC1     30 Nov 2004 15:17:06 -0000      1.1.2.2
  +++ RELEASE-NOTES-2.1-RC1     2 Dec 2004 21:42:33 -0000       1.1.2.3
  @@ -1,111 +1,111 @@
  -Jakarta-Slide Release 2.1 Release Candidate 1

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

  -

  -RELEASE NUMBER: 2.1rc1

  -RELEASE TAG / BRANCH: SLIDE_2_1_RC1_RELEASE / SLIDE_2_1_RELEASE_BRANCH

  -

  -GENERAL NOTES

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

  -

  -This is the first release candidate for 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 (since 2.0)

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

  -

  -WebDAV Layer:

  -- External Transaction Support as defined by MS

  -

  -Core:

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

  -- Added transient exclusive locks that limit the risk of deadlocks

  -- Extractors for MS Office

  -

  -Stores:

  -- Support for Oracle, DB2 and MySQL 4.1 (additional for 4.0)

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

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

  -- JNDI store for users and roles

  -- New caching modes

  -- File Store performance improved

  -- Transient utility stores

  -

  -Client:

  -- External Transaction Support as defined by MS

  -- JCA Connector for Slide

  -- new Ant tasks

  -- Full support for BIND, REBIND and UNBIND in the client library.

  -- http://issues.apache.org/bugzilla/show_bug.cgi?id=27483: Add some little 
convenience methods.

  -

  -Misc:

  -- Projector Framework

  -- Replaced tx file system, locking, default XAResource implementation, etc. 
with the versions from commons transaction

  -- Clustering support

  -

  -BUGFIXES (since 2.0)

  ---------

  -

  -WebDAV Layer:

  -- Misc. fixes improving WebDAV conformance

  -- Default mode limits concurrent requests and prevents deadlocks

  -- http://issues.apache.org/bugzilla/show_bug.cgi?id=28894: Logger no longer 
buffers body of request and response

  -

  -Core:

  -

  -Stores:

  -- For Postgres properties can contain up to 1G length

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

  -- Properties are now long enough to store a significant amount of versions

  -

  -Client:

  -- Paths associated with creation of resources now work closer to what one 
would expect

  -- http://issues.apache.org/bugzilla/show_bug.cgi?id=30125: MoveMethod and 
CopyMethod now work correctly when passed absolute URLs.

  -

  -Misc:

  -

  -BUGFIXES (since 2.1b2)

  ---------

  -

  -WebDAV Layer:

  -- GET/PUT issue with of MacOS X and Tomcat 5 fixed

  -

  -Core:

  -- All access to stores inside a request now is done inside the same 
transaction

  -- Logging performance optimizations

  -

  -Stores:

  -- Oracle store now properly handles BLOBS without the need of the presence 

  -  of the Oracle JDBC driver at compile time

  -

  -Client:

  -

  -Misc:

  -- Fixed *nix scripts for Tomcat bundle patches

  -- Updated to Commons Transaction 1.0 RC1

  -- lockdiscoveryIncludesPrincipalURL property in web.xml is switched-off

  -  by default to make Slide work with MacOS X clients without change

  -

  -Testsuite:

  -- More concurrency tests added

  -- Now allows to test against root context /

  -- Testcase mimic MacOS X upload sequence added

  -

  -KNOWN ISSUES

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

  -

  -WebDAV Layer:

  -

  -Core:

  -- Performance on large collections could be improved

  -- Security checking performance could be improved

  -- Concurrency could be improved

  -

  -Stores:

  -

  -Client:

  -

  -Misc:

  -- Documentation needs to be improved

  -

  +Jakarta-Slide Release 2.1 Release Candidate 1
  +---------------------------------------------
  +
  +RELEASE NUMBER: 2.1rc1
  +RELEASE TAG / BRANCH: SLIDE_2_1_RC1_RELEASE / SLIDE_2_1_RELEASE_BRANCH
  +
  +GENERAL NOTES
  +-------------
  +
  +This is the first release candidate for 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 (since 2.0)
  +------------
  +
  +WebDAV Layer:
  +- External Transaction Support as defined by MS
  +
  +Core:
  +- Transaction control much more adhers to JTA spec allowing for transactions 
spanning more than one request
  +- Added transient exclusive locks that limit the risk of deadlocks
  +- Extractors for MS Office
  +
  +Stores:
  +- Support for Oracle, DB2 and MySQL 4.1 (additional for 4.0)
  +- Sequence support for MySQL, Oracle and Postgres added (sequence support 
completed)
  +- DASL properties expression factory for RDBMS stores dramatically improves 
DASL performance.
  +- JNDI store for users and roles
  +- New caching modes
  +- File Store performance improved
  +- Transient utility stores
  +
  +Client:
  +- External Transaction Support as defined by MS
  +- JCA Connector for Slide
  +- new Ant tasks
  +- Full support for BIND, REBIND and UNBIND in the client library.
  +- http://issues.apache.org/bugzilla/show_bug.cgi?id=27483: Add some little 
convenience methods.
  +
  +Misc:
  +- Projector Framework
  +- Replaced tx file system, locking, default XAResource implementation, etc. 
with the versions from commons transaction
  +- Clustering support
  +
  +BUGFIXES (since 2.0)
  +--------
  +
  +WebDAV Layer:
  +- Misc. fixes improving WebDAV conformance
  +- Default mode limits concurrent requests and prevents deadlocks
  +- http://issues.apache.org/bugzilla/show_bug.cgi?id=28894: Logger no longer 
buffers body of request and response
  +
  +Core:
  +
  +Stores:
  +- For Postgres properties can contain up to 1G length
  +- Wrong setting of latest version when there were more than 10 versions fixed
  +- Properties are now long enough to store a significant amount of versions
  +
  +Client:
  +- Paths associated with creation of resources now work closer to what one 
would expect
  +- http://issues.apache.org/bugzilla/show_bug.cgi?id=30125: MoveMethod and 
CopyMethod now work correctly when passed absolute URLs.
  +
  +Misc:
  +
  +BUGFIXES (since 2.1b2)
  +--------
  +
  +WebDAV Layer:
  +- GET/PUT issue with of MacOS X and Tomcat 5 fixed
  +
  +Core:
  +- All access to stores inside a request now is done inside the same 
transaction
  +- Logging performance optimizations
  +
  +Stores:
  +- Oracle store now properly handles BLOBS without the need of the presence 
  +  of the Oracle JDBC driver at compile time
  +
  +Client:
  +
  +Misc:
  +- Fixed *nix scripts for Tomcat bundle patches
  +- Updated to Commons Transaction 1.0 RC1
  +- lockdiscoveryIncludesPrincipalURL property in web.xml is switched-off
  +  by default to make Slide work with MacOS X clients without change
  +
  +Testsuite:
  +- More concurrency tests added
  +- Now allows to test against root context /
  +- Testcase mimic MacOS X upload sequence added
  +
  +KNOWN ISSUES
  +------------
  +
  +WebDAV Layer:
  +
  +Core:
  +- Performance on large collections could be improved
  +- Security checking performance could be improved
  +- Concurrency could be improved
  +
  +Stores:
  +
  +Client:
  +
  +Misc:
  +- Documentation needs to be improved
  +
  
  
  
  1.1.2.4   +107 -107  jakarta-slide/RELEASE-NOTES-2.1-BETA2
  
  Index: RELEASE-NOTES-2.1-BETA2
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/RELEASE-NOTES-2.1-BETA2,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- RELEASE-NOTES-2.1-BETA2   8 Oct 2004 23:39:45 -0000       1.1.2.3
  +++ RELEASE-NOTES-2.1-BETA2   2 Dec 2004 21:42:33 -0000       1.1.2.4
  @@ -1,107 +1,107 @@
  -Jakarta-Slide Release 2.2 beta 2

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

  -

  -RELEASE NUMBER: 2.1b2

  -RELEASE TAG / BRANCH: SLIDE_2_1_BETA2_RELEASE / SLIDE_2_1_RELEASE_BRANCH

  -

  -GENERAL NOTES

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

  -

  -This is the second 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 (since 2.0)

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

  -

  -WebDAV Layer:

  -- External Transaction Support as defined by MS

  -

  -Core:

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

  -- Added transient exclusive locks that limit the risk of deadlocks

  -- Extractors for MS Office

  -

  -Stores:

  -- Support for Oracle, DB2 and MySQL 4.1 (additional for 4.0)

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

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

  -- JNDI store for users and roles

  -- New caching modes

  -- File Store performance improved

  -- Transient utility stores

  -

  -Client:

  -- External Transaction Support as defined by MS

  -- JCA Connector for Slide

  -- new Ant tasks

  -- Full support for BIND, REBIND and UNBIND in the client library.

  -- http://issues.apache.org/bugzilla/show_bug.cgi?id=27483: Add some little 
convenience methods.

  -

  -Misc:

  -- Projector Framework

  -- Replaced tx file system, locking, default XAResource implementation, etc. 
with the versions from commons transaction

  -- Clustering support

  -

  -BUGFIXES (since 2.0)

  ---------

  -

  -WebDAV Layer:

  -- Misc. fixes improving WebDAV conformance

  -- Default mode limits concurrent requests and prevents deadlocks

  -- http://issues.apache.org/bugzilla/show_bug.cgi?id=28894: Logger no longer 
buffers body of request and response

  -

  -Core:

  -

  -Stores:

  -- For Postgres properties can contain up to 1G length

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

  -- Properties are now long enough to store a significant amount of versions

  -

  -Client:

  -- Paths associated with creation of resources now work closer to what one 
would expect

  -- http://issues.apache.org/bugzilla/show_bug.cgi?id=30125: MoveMethod and 
CopyMethod now work correctly when passed absolute URLs.

  -

  -Misc:

  -

  -BUGFIXES (since 2.1b1)

  ---------

  -

  -WebDAV Layer:

  -- Fixed for If-Match header

  -- Connections reset by client no longer cause internal server errors as 
message

  -- WebdavServlet now works if mapped to a path other than /

  -

  -Core:

  -- New caching for actions and security

  -- Misc. Fixed for null locks

  -- Wrong hashCode for Uri and ResourceId fixed

  -- Fixes for binding

  -

  -Stores:

  -

  -Client:

  -- JCA connector now closes all connections properly

  -

  -Misc:

  -- Lucene analyzer now is configurable

  -- Moved to final JDOM 1.0 version

  -

  -KNOWN ISSUES

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

  -

  -WebDAV Layer:

  -

  -Core:

  -- Performance on large collections still not satisfactory

  -- Security checking performance still not satisfactory

  -- Concurrency not satisfactory

  -

  -Stores:

  -

  -Client:

  -

  -Misc:

  -- Documentation needs to be improved

  -

  +Jakarta-Slide Release 2.2 beta 2
  +--------------------------------
  +
  +RELEASE NUMBER: 2.1b2
  +RELEASE TAG / BRANCH: SLIDE_2_1_BETA2_RELEASE / SLIDE_2_1_RELEASE_BRANCH
  +
  +GENERAL NOTES
  +-------------
  +
  +This is the second 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 (since 2.0)
  +------------
  +
  +WebDAV Layer:
  +- External Transaction Support as defined by MS
  +
  +Core:
  +- Transaction control much more adhers to JTA spec allowing for transactions 
spanning more than one request
  +- Added transient exclusive locks that limit the risk of deadlocks
  +- Extractors for MS Office
  +
  +Stores:
  +- Support for Oracle, DB2 and MySQL 4.1 (additional for 4.0)
  +- Sequence support for MySQL, Oracle and Postgres added (sequence support 
completed)
  +- DASL properties expression factory for RDBMS stores dramatically improves 
DASL performance.
  +- JNDI store for users and roles
  +- New caching modes
  +- File Store performance improved
  +- Transient utility stores
  +
  +Client:
  +- External Transaction Support as defined by MS
  +- JCA Connector for Slide
  +- new Ant tasks
  +- Full support for BIND, REBIND and UNBIND in the client library.
  +- http://issues.apache.org/bugzilla/show_bug.cgi?id=27483: Add some little 
convenience methods.
  +
  +Misc:
  +- Projector Framework
  +- Replaced tx file system, locking, default XAResource implementation, etc. 
with the versions from commons transaction
  +- Clustering support
  +
  +BUGFIXES (since 2.0)
  +--------
  +
  +WebDAV Layer:
  +- Misc. fixes improving WebDAV conformance
  +- Default mode limits concurrent requests and prevents deadlocks
  +- http://issues.apache.org/bugzilla/show_bug.cgi?id=28894: Logger no longer 
buffers body of request and response
  +
  +Core:
  +
  +Stores:
  +- For Postgres properties can contain up to 1G length
  +- Wrong setting of latest version when there were more than 10 versions fixed
  +- Properties are now long enough to store a significant amount of versions
  +
  +Client:
  +- Paths associated with creation of resources now work closer to what one 
would expect
  +- http://issues.apache.org/bugzilla/show_bug.cgi?id=30125: MoveMethod and 
CopyMethod now work correctly when passed absolute URLs.
  +
  +Misc:
  +
  +BUGFIXES (since 2.1b1)
  +--------
  +
  +WebDAV Layer:
  +- Fixed for If-Match header
  +- Connections reset by client no longer cause internal server errors as 
message
  +- WebdavServlet now works if mapped to a path other than /
  +
  +Core:
  +- New caching for actions and security
  +- Misc. Fixed for null locks
  +- Wrong hashCode for Uri and ResourceId fixed
  +- Fixes for binding
  +
  +Stores:
  +
  +Client:
  +- JCA connector now closes all connections properly
  +
  +Misc:
  +- Lucene analyzer now is configurable
  +- Moved to final JDOM 1.0 version
  +
  +KNOWN ISSUES
  +------------
  +
  +WebDAV Layer:
  +
  +Core:
  +- Performance on large collections still not satisfactory
  +- Security checking performance still not satisfactory
  +- Concurrency not satisfactory
  +
  +Stores:
  +
  +Client:
  +
  +Misc:
  +- Documentation needs to be improved
  +
  
  
  
  1.2.2.1   +59 -59    jakarta-slide/RELEASE-NOTES-2.0
  
  Index: RELEASE-NOTES-2.0
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/RELEASE-NOTES-2.0,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- RELEASE-NOTES-2.0 3 May 2004 13:52:13 -0000       1.2
  +++ RELEASE-NOTES-2.0 2 Dec 2004 21:42:33 -0000       1.2.2.1
  @@ -1,59 +1,59 @@
  -Jakarta-Slide Release 2.0

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

  -

  -RELEASE NUMBER: 2.0

  -RELEASE TAG / BRANCH: SLIDE_2_0_RELEASE_BRANCH_FINAL_RELEASE / 
SLIDE_2_0_RELEASE_BRANCH

  -

  -GENERAL NOTES

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

  -

  -This is the final release of Slide' 2.0. It can be considered

  -generally imcompatible to the previous 1.x release. Slide's main focus has 
shifted 

  -to a fully transactional content repository supporting file system stores

  -as well as database stores. Both can be considered to be of a much higher

  -quality in terms of correctness and completeness than the ones of the 1.x 

  -release. 

  -

  -NEW FEATURES

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

  -

  -N/A

  -

  -BUGFIXES FROM RC1

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

  -

  -WebDAV Layer:

  -- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=11159

  -

  -Core:

  -- http://issues.apache.org/bugzilla/show_bug.cgi?id=28617

  -

  -Stores:

  -- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=11107

  -

  -Client:

  -- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=11112

  -- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=11024

  -

  -Misc:

  -- Default passwords are no longer empty as some clients have problems

  -  with empty passwords 

  -

  -KNOWN ISSUES

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

  -

  -Core:

  -- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27560

  -- http://issues.apache.org/bugzilla/show_bug.cgi?id=28139

  -

  -Stores:

  -- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26784

  -- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27675

  -

  -Client:

  -- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27952

  -- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27942

  -

  -Misc:

  -- Documentation needs to be extended

  -

  +Jakarta-Slide Release 2.0
  +-------------------------
  +
  +RELEASE NUMBER: 2.0
  +RELEASE TAG / BRANCH: SLIDE_2_0_RELEASE_BRANCH_FINAL_RELEASE / 
SLIDE_2_0_RELEASE_BRANCH
  +
  +GENERAL NOTES
  +-------------
  +
  +This is the final release of Slide' 2.0. It can be considered
  +generally imcompatible to the previous 1.x release. Slide's main focus has 
shifted 
  +to a fully transactional content repository supporting file system stores
  +as well as database stores. Both can be considered to be of a much higher
  +quality in terms of correctness and completeness than the ones of the 1.x 
  +release. 
  +
  +NEW FEATURES
  +------------
  +
  +N/A
  +
  +BUGFIXES FROM RC1
  +-----------------
  +
  +WebDAV Layer:
  +- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=11159
  +
  +Core:
  +- http://issues.apache.org/bugzilla/show_bug.cgi?id=28617
  +
  +Stores:
  +- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=11107
  +
  +Client:
  +- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=11112
  +- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=11024
  +
  +Misc:
  +- Default passwords are no longer empty as some clients have problems
  +  with empty passwords 
  +
  +KNOWN ISSUES
  +------------
  +
  +Core:
  +- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27560
  +- http://issues.apache.org/bugzilla/show_bug.cgi?id=28139
  +
  +Stores:
  +- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26784
  +- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27675
  +
  +Client:
  +- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27952
  +- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27942
  +
  +Misc:
  +- Documentation needs to be extended
  +
  
  
  
  1.2.6.1   +48 -48    jakarta-slide/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/STATUS,v
  retrieving revision 1.2
  retrieving revision 1.2.6.1
  diff -u -r1.2 -r1.2.6.1
  --- STATUS    12 Jan 2004 13:35:21 -0000      1.2
  +++ STATUS    2 Dec 2004 21:42:33 -0000       1.2.6.1
  @@ -1,48 +1,48 @@
  -RELEASES

  ---------

  -- Slide 1.0.x: The only *real* Slide release. As a matter of fact no longer 
supported.

  -- Slide 2.0: Yet to come. A beta is scheduled for late January 2004. Have a 
look at the release plan.

  -- Slide 2.1: Will change some interfaces, but still will be a minor release 
as it will be compatible to 2.0

  -

  -BRANCHES

  ---------

  -- SLIDE_1_0: The Slide 1.0 release branch. Inactiv!

  -

  -

  -JDK SUPPORT

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

  -

  -- Slide requires 1.3 , 1.4 recommended

  -- ANT 1.5 will be needed for the source build

  -

  -

  -STUFF IN THE PIPELINE FOR 2.0

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

  -

  -- docs

  -- source structure

  -

  -STUFF IN THE PIPELINE FOR 2.(x>0)

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

  -

  -Oliver / Christophe

  -- Port of J2EE store to Oracle

  -

  -Stefano / Christophe

  -- Further DASL support

  -

  -Peter

  -- DeltaV advanced features

  -

  -Oliver

  -- Request tunneling to RDBMS stores

  -- Augment isolation for kernel level caching

  -- Port of J2EE store to DB2

  -

  -STORES

  -------

  -

  -- Slide 2.0 will feature two fully transactional stores and a fully 

  -transactional cache operable with both stores.

  -- The default store will be the tx file store as it requires no 

  -additional installations.

  +RELEASES
  +--------
  +- Slide 1.0.x: The only *real* Slide release. As a matter of fact no longer 
supported.
  +- Slide 2.0: Yet to come. A beta is scheduled for late January 2004. Have a 
look at the release plan.
  +- Slide 2.1: Will change some interfaces, but still will be a minor release 
as it will be compatible to 2.0
  +
  +BRANCHES
  +--------
  +- SLIDE_1_0: The Slide 1.0 release branch. Inactiv!
  +
  +
  +JDK SUPPORT
  +------------
  +
  +- Slide requires 1.3 , 1.4 recommended
  +- ANT 1.5 will be needed for the source build
  +
  +
  +STUFF IN THE PIPELINE FOR 2.0
  +-----------------------------
  +
  +- docs
  +- source structure
  +
  +STUFF IN THE PIPELINE FOR 2.(x>0)
  +---------------------------------
  +
  +Oliver / Christophe
  +- Port of J2EE store to Oracle
  +
  +Stefano / Christophe
  +- Further DASL support
  +
  +Peter
  +- DeltaV advanced features
  +
  +Oliver
  +- Request tunneling to RDBMS stores
  +- Augment isolation for kernel level caching
  +- Port of J2EE store to DB2
  +
  +STORES
  +------
  +
  +- Slide 2.0 will feature two fully transactional stores and a fully 
  +transactional cache operable with both stores.
  +- The default store will be the tx file store as it requires no 
  +additional installations.
  
  
  
  1.2.2.1   +75 -75    jakarta-slide/RELEASE-NOTES-2.0-RC1
  
  Index: RELEASE-NOTES-2.0-RC1
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/RELEASE-NOTES-2.0-RC1,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- RELEASE-NOTES-2.0-RC1     6 Apr 2004 13:18:14 -0000       1.2
  +++ RELEASE-NOTES-2.0-RC1     2 Dec 2004 21:42:33 -0000       1.2.2.1
  @@ -1,75 +1,75 @@
  -Jakarta-Slide Release 2.0 Release Candidate 1

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

  -

  -RELEASE NUMBER: 2.0rc1

  -RELEASE TAG / BRANCH: SLIDE_2_0_RELEASE_BRANCH_RC1_RELEASE / 
SLIDE_2_0_RELEASE_BRANCH

  -

  -GENERAL NOTES

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

  -

  -This is the first release candidate of Slide's major release 2.0. It can be 
considered

  -generally imcompatible to the previous 1.x release. Slide's main focus has 
shifted 

  -to a fully transactional content repository supporting file system stores

  -as well as database stores. Both can be considered to be of a much higher

  -quality in terms of correctness and completeness than the ones of the 1.x 

  -release. 

  -

  -NEW FEATURES

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

  -

  -N/A

  -

  -BUGFIXES FROM BETA1

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

  -

  -Core:

  -- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26913

  -- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27024

  -- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27018

  -- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25150

  -

  -Stores:

  -- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27396

  -- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=10231

  -- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=10395

  -- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=10362

  -- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=10569

  -

  -WebDAV Layer:

  -- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27340

  -- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=10567

  -- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=10794

  -- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=28073

  -- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=28079

  -

  -Client:

  -- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=10408

  -- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=10537

  -- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=10834

  -- Replaced outdated ANTLR version with most recent 2.7.3

  -

  -Misc:

  -- Misc corrections to the documentation

  -- Default URL encoding now is UTF-8 instead of platform default

  -- Bundled versions now use Tomcat 5.0.19 (instead of 5.0.16) and 4.1.30 
(instead of 4.1.29)

  -- Added database schemata to the bundled and binary distributions

  -- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27711

  -

  -KNOWN ISSUES

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

  -

  -Core:

  -- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27560

  -- http://issues.apache.org/bugzilla/show_bug.cgi?id=28139

  -

  -Stores:

  -- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26784

  -- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27675

  -

  -Client:

  -- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27952

  -- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27942

  -

  -Misc:

  -- Documentation needs to be extended

  -

  +Jakarta-Slide Release 2.0 Release Candidate 1
  +---------------------------------------------
  +
  +RELEASE NUMBER: 2.0rc1
  +RELEASE TAG / BRANCH: SLIDE_2_0_RELEASE_BRANCH_RC1_RELEASE / 
SLIDE_2_0_RELEASE_BRANCH
  +
  +GENERAL NOTES
  +-------------
  +
  +This is the first release candidate of Slide's major release 2.0. It can be 
considered
  +generally imcompatible to the previous 1.x release. Slide's main focus has 
shifted 
  +to a fully transactional content repository supporting file system stores
  +as well as database stores. Both can be considered to be of a much higher
  +quality in terms of correctness and completeness than the ones of the 1.x 
  +release. 
  +
  +NEW FEATURES
  +------------
  +
  +N/A
  +
  +BUGFIXES FROM BETA1
  +-------------------
  +
  +Core:
  +- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26913
  +- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27024
  +- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27018
  +- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25150
  +
  +Stores:
  +- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27396
  +- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=10231
  +- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=10395
  +- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=10362
  +- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=10569
  +
  +WebDAV Layer:
  +- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27340
  +- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=10567
  +- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=10794
  +- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=28073
  +- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=28079
  +
  +Client:
  +- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=10408
  +- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=10537
  +- http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=10834
  +- Replaced outdated ANTLR version with most recent 2.7.3
  +
  +Misc:
  +- Misc corrections to the documentation
  +- Default URL encoding now is UTF-8 instead of platform default
  +- Bundled versions now use Tomcat 5.0.19 (instead of 5.0.16) and 4.1.30 
(instead of 4.1.29)
  +- Added database schemata to the bundled and binary distributions
  +- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27711
  +
  +KNOWN ISSUES
  +------------
  +
  +Core:
  +- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27560
  +- http://issues.apache.org/bugzilla/show_bug.cgi?id=28139
  +
  +Stores:
  +- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26784
  +- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27675
  +
  +Client:
  +- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27952
  +- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27942
  +
  +Misc:
  +- Documentation needs to be extended
  +
  
  
  
  1.6.2.1   +85 -85    jakarta-slide/RELEASE-NOTES-2.1-BETA1
  
  Index: RELEASE-NOTES-2.1-BETA1
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/RELEASE-NOTES-2.1-BETA1,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- RELEASE-NOTES-2.1-BETA1   10 Aug 2004 08:40:30 -0000      1.6
  +++ RELEASE-NOTES-2.1-BETA1   2 Dec 2004 21:42:33 -0000       1.6.2.1
  @@ -1,85 +1,85 @@
  -Jakarta-Slide Release 2.1 beta 1

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

  -

  -RELEASE NUMBER: 2.1b1

  -RELEASE TAG / BRANCH: SLIDE_2_1_BETA1_RELEASE / SLIDE_2_1_RELEASE_BRANCH

  -

  -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:

  -- External Transaction Support as defined by MS

  -

  -Core:

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

  -- Added transient exclusive locks that limit the risk of deadlocks

  -- Extractors for MS Office

  -

  -Stores:

  -- Support for Oracle, DB2 and MySQL 4.1 (additional for 4.0)

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

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

  -- JNDI store for users

  -- New caching modes

  -- File Store performance improved

  -- Transient utility stores

  -

  -Client:

  -- External Transaction Support as defined by MS

  -- JCA Connector for Slide

  -- new Ant tasks

  -- Full support for BIND, REBIND and UNBIND in the client library.

  -- http://issues.apache.org/bugzilla/show_bug.cgi?id=27483: Add some little 
convenience methods.

  -

  -Misc:

  -- Projector Framework

  -- Replaced tx file system, locking, default XAResource implementation, etc. 
with the versions from commons transaction

  -- Clustering support

  -

  -BUGFIXES

  ---------

  -

  -WebDAV Layer:

  -- Misc. fixes improving WebDAV conformance

  -- Default mode limits concurrent requests and prevents deadlocks

  -- http://issues.apache.org/bugzilla/show_bug.cgi?id=28894: Logger no longer 
buffers body of request and response

  -

  -Core:

  -

  -Stores:

  -- For Postgres properties can contain up to 1G length

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

  -- Properties are now long enough to store a significant amount of versions

  -

  -Client:

  -- Paths associated with creation of resources now work closer to what one 
would expect

  -- http://issues.apache.org/bugzilla/show_bug.cgi?id=30125: MoveMethod and 
CopyMethod now work correctly when passed absolute URLs.

  -

  -Misc:

  -

  -KNOWN ISSUES

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

  -

  -WebDAV Layer:

  -- SEARCH doesn't work with WebdavServlet mapped to a path other than /

  -

  -Core:

  -- Performance on large collections still not satisfactory

  -- Security checking performance still not satisfactory

  -- Concurrency not satisfactory

  -

  -Stores:

  -

  -Client:

  -

  -Misc:

  -- Documentation needs to be improved

  -

  +Jakarta-Slide Release 2.1 beta 1
  +--------------------------------
  +
  +RELEASE NUMBER: 2.1b1
  +RELEASE TAG / BRANCH: SLIDE_2_1_BETA1_RELEASE / SLIDE_2_1_RELEASE_BRANCH
  +
  +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:
  +- External Transaction Support as defined by MS
  +
  +Core:
  +- Transaction control much more adhers to JTA spec allowing for transactions 
spanning more than one request
  +- Added transient exclusive locks that limit the risk of deadlocks
  +- Extractors for MS Office
  +
  +Stores:
  +- Support for Oracle, DB2 and MySQL 4.1 (additional for 4.0)
  +- Sequence support for MySQL, Oracle and Postgres added (sequence support 
completed)
  +- DASL properties expression factory for RDBMS stores dramatically improves 
DASL performance.
  +- JNDI store for users
  +- New caching modes
  +- File Store performance improved
  +- Transient utility stores
  +
  +Client:
  +- External Transaction Support as defined by MS
  +- JCA Connector for Slide
  +- new Ant tasks
  +- Full support for BIND, REBIND and UNBIND in the client library.
  +- http://issues.apache.org/bugzilla/show_bug.cgi?id=27483: Add some little 
convenience methods.
  +
  +Misc:
  +- Projector Framework
  +- Replaced tx file system, locking, default XAResource implementation, etc. 
with the versions from commons transaction
  +- Clustering support
  +
  +BUGFIXES
  +--------
  +
  +WebDAV Layer:
  +- Misc. fixes improving WebDAV conformance
  +- Default mode limits concurrent requests and prevents deadlocks
  +- http://issues.apache.org/bugzilla/show_bug.cgi?id=28894: Logger no longer 
buffers body of request and response
  +
  +Core:
  +
  +Stores:
  +- For Postgres properties can contain up to 1G length
  +- Wrong setting of latest version when there were more than 10 versions fixed
  +- Properties are now long enough to store a significant amount of versions
  +
  +Client:
  +- Paths associated with creation of resources now work closer to what one 
would expect
  +- http://issues.apache.org/bugzilla/show_bug.cgi?id=30125: MoveMethod and 
CopyMethod now work correctly when passed absolute URLs.
  +
  +Misc:
  +
  +KNOWN ISSUES
  +------------
  +
  +WebDAV Layer:
  +- SEARCH doesn't work with WebdavServlet mapped to a path other than /
  +
  +Core:
  +- Performance on large collections still not satisfactory
  +- Security checking performance still not satisfactory
  +- Concurrency not satisfactory
  +
  +Stores:
  +
  +Client:
  +
  +Misc:
  +- Documentation needs to be improved
  +
  
  
  
  1.3.4.1   +30 -30    jakarta-slide/RELEASE-NOTES-2.0-BETA1
  
  Index: RELEASE-NOTES-2.0-BETA1
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/RELEASE-NOTES-2.0-BETA1,v
  retrieving revision 1.3
  retrieving revision 1.3.4.1
  diff -u -r1.3 -r1.3.4.1
  --- RELEASE-NOTES-2.0-BETA1   11 Feb 2004 11:30:10 -0000      1.3
  +++ RELEASE-NOTES-2.0-BETA1   2 Dec 2004 21:42:33 -0000       1.3.4.1
  @@ -1,30 +1,30 @@
  -Jakarta-Slide Release 2.0 beta1

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

  -

  -RELEASE NUMBER: 2.0beta1

  -RELEASE TAG / BRANCH: SLIDE_2_0_RELEASE_BRANCH_BETA1_RELEASE / 
SLIDE_2_0_RELEASE_BRANCH

  -

  -GENERAL NOTES

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

  -

  -This is the first beta of Slide's major release 2.0. It can be considered

  -generally imcompatible to the previous 1.x release. Slide's main focus has 
shifted 

  -to a fully transactional content repository supporting file system stores

  -as well as database stores. Both can be considered to be of a much higher

  -quality in terms of correctness and completeness than the ones of the 1.x 

  -release. 

  -

  -NEW FEATURES

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

  -

  -N/A

  -

  -CHANGELOG

  ----------

  -

  -N/A

  -

  -KNOWN ISSUES

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

  -

  -- Documentation must be updated and extended heavily

  +Jakarta-Slide Release 2.0 beta1
  +-----------------------------------------
  +
  +RELEASE NUMBER: 2.0beta1
  +RELEASE TAG / BRANCH: SLIDE_2_0_RELEASE_BRANCH_BETA1_RELEASE / 
SLIDE_2_0_RELEASE_BRANCH
  +
  +GENERAL NOTES
  +-------------
  +
  +This is the first beta of Slide's major release 2.0. It can be considered
  +generally imcompatible to the previous 1.x release. Slide's main focus has 
shifted 
  +to a fully transactional content repository supporting file system stores
  +as well as database stores. Both can be considered to be of a much higher
  +quality in terms of correctness and completeness than the ones of the 1.x 
  +release. 
  +
  +NEW FEATURES
  +------------
  +
  +N/A
  +
  +CHANGELOG
  +---------
  +
  +N/A
  +
  +KNOWN ISSUES
  +------------
  +
  +- Documentation must be updated and extended heavily
  
  
  

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

Reply via email to