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 oz...@apache.org on 2004/07/28 11:58:39 UTC

cvs commit: jakarta-slide RELEASE-NOTES-2.1-BETA1

ozeigermann    2004/07/28 02:58:39

  Modified:    .        RELEASE-NOTES-2.1-BETA1
  Log:
  Completed beta1 release notes
  
  Revision  Changes    Path
  1.2       +23 -11    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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RELEASE-NOTES-2.1-BETA1	19 Jul 2004 10:18:44 -0000	1.1
  +++ RELEASE-NOTES-2.1-BETA1	28 Jul 2004 09:58:39 -0000	1.2
  @@ -16,33 +16,46 @@
   ------------
   
   WebDAV Layer:
  -- New methods for external transactional control
  +- 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.
  +- DASL properties expression factory for RDBMS stores dramatically improves DASL performance.
  +- JNDI store for users
  +- New caching modes
  +- File Store performance improved
   
   Client:
  +- External Transaction Support as defined by MS
  +- JCA Connector for Slide
   
   Misc:
  +- Projector Framework
  +- Replaced tx file system, locking, default XAResource implementation, etc. with the versions from commons transaction
   
  -BUGFIXES FROM 2.1M1
  --------------------
  +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
   
   Misc:
   
  @@ -50,16 +63,15 @@
   ------------
   
   WebDAV Layer:
  -- External Transaction Support not yet finished
   
   Core:
  -- Performance with auto-versioning still not satisfactory
  -- Improved and scalable search still missing
  +- Performance on large collections still not satisfactory
  +- Security checking performance still not satisfactory
  +- Concurrency not satisfactory
   
   Stores:
   
   Client:
  -- JCA Connector for Slide not yet finished
   
   Misc:
  -- Projector Framework not yet ready
  \ No newline at end of file
  +- Documentation needs to be improved
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-slide RELEASE-NOTES-2.1-BETA1

Posted by Oliver Zeigermann <oz...@c1-fse.de>.
Please add the stuff I forgot to the release notes.

Oliver

ozeigermann@apache.org wrote:

> ozeigermann    2004/07/28 02:58:39
> 
>   Modified:    .        RELEASE-NOTES-2.1-BETA1
>   Log:
>   Completed beta1 release notes
>   
>   Revision  Changes    Path
>   1.2       +23 -11    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.1
>   retrieving revision 1.2
>   diff -u -r1.1 -r1.2
>   --- RELEASE-NOTES-2.1-BETA1	19 Jul 2004 10:18:44 -0000	1.1
>   +++ RELEASE-NOTES-2.1-BETA1	28 Jul 2004 09:58:39 -0000	1.2
>   @@ -16,33 +16,46 @@
>    ------------
>    
>    WebDAV Layer:
>   -- New methods for external transactional control
>   +- 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.
>   +- DASL properties expression factory for RDBMS stores dramatically improves DASL performance.
>   +- JNDI store for users
>   +- New caching modes
>   +- File Store performance improved
>    
>    Client:
>   +- External Transaction Support as defined by MS
>   +- JCA Connector for Slide
>    
>    Misc:
>   +- Projector Framework
>   +- Replaced tx file system, locking, default XAResource implementation, etc. with the versions from commons transaction
>    
>   -BUGFIXES FROM 2.1M1
>   --------------------
>   +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
>    
>    Misc:
>    
>   @@ -50,16 +63,15 @@
>    ------------
>    
>    WebDAV Layer:
>   -- External Transaction Support not yet finished
>    
>    Core:
>   -- Performance with auto-versioning still not satisfactory
>   -- Improved and scalable search still missing
>   +- Performance on large collections still not satisfactory
>   +- Security checking performance still not satisfactory
>   +- Concurrency not satisfactory
>    
>    Stores:
>    
>    Client:
>   -- JCA Connector for Slide not yet finished
>    
>    Misc:
>   -- Projector Framework not yet ready
>   \ No newline at end of file
>   +- Documentation needs to be improved
>   \ No newline at end of file
>   
>   
>   
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org