ozeigermann 2005/01/13 08:46:42
Modified: transaction build.xml RELEASE-NOTES.txt project.xml
Log:
Counted up to release number 1.1b2pre
Revision Changes Path
1.11 +1 -1 jakarta-commons/transaction/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/transaction/build.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- build.xml 10 Jan 2005 00:32:35 -0000 1.10
+++ build.xml 13 Jan 2005 16:46:42 -0000 1.11
@@ -20,7 +20,7 @@
<property name="compile.deprecation" value="true" />
<property name="compile.optimize" value="true" />
- <property name="version" value="1.1b1"/>
+ <property name="version" value="1.1b2pre"/>
<property name="name" value="commons-transaction" />
<property name="title" value="Commons Transaction" />
<property name="package" value="org.apache.commons.transaction" />
1.16 +11 -11 jakarta-commons/transaction/RELEASE-NOTES.txt
Index: RELEASE-NOTES.txt
===================================================================
RCS file: /home/cvs/jakarta-commons/transaction/RELEASE-NOTES.txt,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- RELEASE-NOTES.txt 13 Jan 2005 02:07:44 -0000 1.15
+++ RELEASE-NOTES.txt 13 Jan 2005 16:46:42 -0000 1.16
@@ -1,8 +1,8 @@
-Jakarta Commons Transaction Release 1.1 beta1
----------------------------------------------
+Jakarta Commons Transaction Release 1.1 beta2 pre
+-------------------------------------------------
-RELEASE NUMBER: 1.1b1
-RELEASE TAG / BRANCH: TRANSACTION_1_1_B1_RELEASE / none yet
+RELEASE NUMBER: 1.1b2pre
+RELEASE TAG / BRANCH: none yet / none yet
DESCRIPTION
-----------
@@ -19,7 +19,9 @@
GENERAL RELEASE NOTES
---------------------
-This is the first beta of the Commons Transaction 1.1 feature release.
+This is the second beta of the Commons Transaction 1.1 feature release.
+It mainly fixes concurrency bugs not discovered before the first beta and
+adds test cases that reveal them.
Commons Transaction 1.1 aims at polishing (interface) oddities, improving
locking and making the file store more flexible. Locking now is much more
@@ -56,13 +58,11 @@
- PessimisticMapWrapper now throws the more general LockException from
locking package
-BUGFIXES FROM 1.0
------------------
-
+BUGFIXES FROM 1.0 beta1
+-----------------------
+- Fixed deadlock hazard in deadlock detection caused by interleaving access
to locks set of an owner
KNOWN ISSUES
------------
-- Deadlock detection sometimes determines more than one thread as a deadlock
victim
-- There are (unverified) reports about deadlocks inside the deadlock
detection code
- or deadlocks not detected there
\ No newline at end of file
+- Deadlock detection sometimes determines more than one thread as a deadlock
victim
\ No newline at end of file
1.7 +1 -1 jakarta-commons/transaction/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/transaction/project.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- project.xml 10 Jan 2005 00:32:35 -0000 1.6
+++ project.xml 13 Jan 2005 16:46:42 -0000 1.7
@@ -10,7 +10,7 @@
<shortDescription>Commons Transaction</shortDescription>
<description>Commons Transaction</description>
- <currentVersion>1.1b1</currentVersion>
+ <currentVersion>1.1b2pre</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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]