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 2005/05/29 09:46:07 UTC

svn commit: r178932 - in /jakarta/commons/proper/transaction/trunk: RELEASE-NOTES.txt build.xml project.xml

Author: ozeigermann
Date: Sun May 29 00:46:06 2005
New Revision: 178932

URL: http://svn.apache.org/viewcvs?rev=178932&view=rev
Log:
Preparation for 1.1 final release

Modified:
    jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
    jakarta/commons/proper/transaction/trunk/build.xml
    jakarta/commons/proper/transaction/trunk/project.xml

Modified: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt?rev=178932&r1=178931&r2=178932&view=diff
==============================================================================
--- jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt Sun May 29 00:46:06 2005
@@ -1,8 +1,8 @@
-Jakarta Commons Transaction Release 1.1 rc1
+Jakarta Commons Transaction Release 1.1 final
 ---------------------------------------------
 
-RELEASE NUMBER: 1.1rc1
-RELEASE TAG / BRANCH: TRANSACTION_1_1_RC1_RELEASE / none yet
+RELEASE NUMBER: 1.1
+RELEASE TAG / BRANCH: TRANSACTION_1_1_FINAL_RELEASE / none yet
 
 DESCRIPTION
 -----------
@@ -19,13 +19,13 @@
 GENERAL RELEASE NOTES
 ---------------------
 
-This is the first release candidate of the Commons Transaction 1.1 feature release.
+This is the final version of the Commons Transaction 1.1 feature release.
 It mainly cleanes up some minor issues that come up while beta testing.
 
 Commons Transaction 1.1 aims at polishing (interface) oddities, improving
 locking and making the file store more flexible. Locking now is much more
 flexible, extensible and allows for rudimentary transaction management. There
-is a new lock manager hides locks from the user and keeps track of all of them
+is a new lock manager that hides locks from the user and keeps track of all of them
 allowing for deadlock detection and more convenient management.
 
 ENHANCEMENTS FROM 1.0
@@ -53,7 +53,7 @@
 - Global transaction timeouts that actively revoke granted rights from transactions
 
 MINOR INCOMPATIBILITIES TO 1.0
------------------------------------------
+------------------------------
 
 - PessimisticMapWrapper now throws the more general LockException from locking package
 - Both MultiLevelLock#release and LockManager2#release now return a boolean that indicates if the lock

Modified: jakarta/commons/proper/transaction/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/transaction/trunk/build.xml?rev=178932&r1=178931&r2=178932&view=diff
==============================================================================
--- jakarta/commons/proper/transaction/trunk/build.xml (original)
+++ jakarta/commons/proper/transaction/trunk/build.xml Sun May 29 00:46:06 2005
@@ -20,7 +20,7 @@
   <property name="compile.deprecation" value="true" />
   <property name="compile.optimize" value="true" />
 
-  <property name="version" value="1.1b2"/>
+  <property name="version" value="1.1"/>
   <property name="name" value="commons-transaction" />
   <property name="title" value="Commons Transaction" />
   <property name="package" value="org.apache.commons.transaction" />

Modified: jakarta/commons/proper/transaction/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/transaction/trunk/project.xml?rev=178932&r1=178931&r2=178932&view=diff
==============================================================================
--- jakarta/commons/proper/transaction/trunk/project.xml (original)
+++ jakarta/commons/proper/transaction/trunk/project.xml Sun May 29 00:46:06 2005
@@ -10,7 +10,7 @@
   <shortDescription>Commons Transaction</shortDescription>
   <description>Commons Transaction</description>
 
-  <currentVersion>1.1b2</currentVersion>
+  <currentVersion>1.1</currentVersion>
 
   <url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
   <package>org.apache.commons.${pom.artifactId.substring(8)}</package>



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