You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by oz...@apache.org on 2004/12/14 13:13:35 UTC

cvs commit: jakarta-commons/transaction build.xml RELEASE-NOTES.txt

ozeigermann    2004/12/14 04:13:35

  Modified:    transaction build.xml RELEASE-NOTES.txt
  Log:
  Deadlock detection feature logged for 1.1
  
  Revision  Changes    Path
  1.7       +1 -1      jakarta-commons/transaction/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/transaction/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml	11 Dec 2004 16:36:25 -0000	1.6
  +++ build.xml	14 Dec 2004 12:13:35 -0000	1.7
  @@ -20,7 +20,7 @@
     <property name="compile.deprecation" value="true" />
     <property name="compile.optimize" value="true" />
   
  -  <property name="version" value="1.0"/>
  +  <property name="version" value="1.1b1"/>
     <property name="name" value="commons-transaction" />
     <property name="title" value="Commons Transaction" />
     <property name="package" value="org.apache.commons.transaction" />
  
  
  
  1.4       +38 -19    jakarta-commons/transaction/RELEASE-NOTES.txt
  
  Index: RELEASE-NOTES.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/transaction/RELEASE-NOTES.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RELEASE-NOTES.txt	14 Dec 2004 09:14:56 -0000	1.3
  +++ RELEASE-NOTES.txt	14 Dec 2004 12:13:35 -0000	1.4
  @@ -1,32 +1,51 @@
  -Jakarta Commons-Transaction Release 1.0
  ----------------------------------------
  +Jakarta Commons Transaction Release 1.1 beta1
  +---------------------------------------------
   
  -RELEASE NUMBER: 1.0
  -RELEASE TAG / BRANCH: TRANSACTION_1_0_RELEASE / TRANSACTION_1_0_RELEASE_BRANCH
  +RELEASE NUMBER: 1.1b1
  +RELEASE TAG / BRANCH: TRANSACTION_1_1_B1_RELEASE / none yet
   
  -GENERAL NOTES
  --------------
  +DESCRIPTION
  +-----------
   
  -This is the first Commons-Transaction release. 
  -The 1.0 release contains an initial collection of rudimentary
  -implementations for transactional Java programming. Future
  -releases might both extend the implementations as well as 
  -add more implementations.
  +Commons Transaction aims at providing utility classes commonly used in 
  +transactional Java programming. 
   
  -NEW FEATURES
  -------------
  +There are implementations for:
  +- multi level (e.g. read/write) locks, 
  +- transactional maps, and
  +- transactional file access, plus
  +- some helper classes 
   
  -n/a
  +GENERAL RELEASE NOTES
  +---------------------
   
  -ENHANCEMENTS FROM 1.0RC1
  +This is the first beta of the Commons Transaction 1.1 feature release. 
  +
  +Commons Transaction 1.1 aims at polishing (interface) oddities, improve 
  +locking and make the file store more flexible.
  +
  +ENHANCEMENTS FROM 1.0
   ------------------------
   
  -- Frequent log accesses are now guarded for speedup
  +- Extended and less excentric lock manager
  +- Deadlock detection for all lock managers, file store, and pessimistic map
  +
  +
  +NEW FEATURES FROM 1.0
  +---------------------
  +
  +- new ReadWriteLockManager for most intuitive read/write lock usage
  +
  +POSSIBLE MINOR INCOMPATIBILITIES TO 1.0
  +-----------------------------------------
  +
  +- LockException has been moved from memory to locking package
  +- defunct ResourceManager interface no longer claims to return a boolean
  +  on lockResource
   
  -BUGFIXES
  ---------
  +BUGFIXES FROM 1.0
  +-----------------
   
  -n/a
   
   KNOWN ISSUES
   ------------
  
  
  

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