ozeigermann 2004/12/16 09:39:14
Modified: transaction RELEASE-NOTES.txt
Added: transaction/src/java/org/apache/commons/transaction/memory
LockException.java
Log:
Removed 1.0 API incompatibility
Revision Changes Path
1.6 +2 -2 jakarta-commons/transaction/RELEASE-NOTES.txt
Index: RELEASE-NOTES.txt
===================================================================
RCS file: /home/cvs/jakarta-commons/transaction/RELEASE-NOTES.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- RELEASE-NOTES.txt 16 Dec 2004 17:33:52 -0000 1.5
+++ RELEASE-NOTES.txt 16 Dec 2004 17:39:14 -0000 1.6
@@ -36,10 +36,10 @@
- new ReadWriteLockManager for most intuitive read/write lock usage
-POSSIBLE MINOR INCOMPATIBILITIES TO 1.0
+MINOR INCOMPATIBILITIES TO 1.0
-----------------------------------------
-- LockException has been moved from memory to locking package
+- PessimisticMapWrapper now throws the more general LockException from
locking package
BUGFIXES FROM 1.0
-----------------
1.4 +4 -1
jakarta-commons/transaction/src/java/org/apache/commons/transaction/memory/LockException.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]