Update of /cvsroot/openorb/ConcurrencyControlService/src/etc
In directory usw-pr-cvs1:/tmp/cvs-serv23165/ConcurrencyControlService/src/etc
Modified Files:
CHANGELOG
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/openorb/ConcurrencyControlService/src/etc/CHANGELOG,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- CHANGELOG 2002/01/09 12:24:23 1.1.1.1
+++ CHANGELOG 2002/01/10 19:26:03 1.2
@@ -1,26 +1,36 @@
-OpenORB Concurrency Control Service
------------------------------------
+OpenORB ConcurrencyControlService
+---------------------------------
+
+Version 1.2.1 - January, 11 2001 - ConcurrencyControl_1_2_1
+
+- none
Version 1.2.0 - August, 7 2001 - ConcurrencyControl_1_2_0
- - none
+- none
Version 1.1.0 - May, 7 2001 - ConcurrencyControl_1_1_0
- - minor update due to OpenORB changes
-
+- minor update due to OpenORB changes
+
Version 1.0.1 - March, 9 2001 - ConcurrencyControl_1_0_1
- - Added the JUNIT tests and removed the JTF ones
- - Rebind the CCS Server reference instead of bind it ( modified class : org.openorb.ccs.Server )
- - Throws INTERNAL exception in case of POA problem. ( modified class : org.openorb.ccs.kernel.LockSetFactory )
- - TransactionalLockSet release all locks from transaction which rolledbacked or committed.
- - All requests on lock from rolledbacked transactions are thrown with TransactionRolledBacked exception.
- New class : org.openorb.ccs.kernel.Synchronization
- Modified class : org.openorb.ccs.kernel.TransactionalLockSet
+- Added the JUNIT tests and removed the JTF ones
+
+- Rebind the CCS Server reference instead of bind it
+ ( modified class : org.openorb.ccs.Server )
+- Throws INTERNAL exception in case of POA problem.
+ ( modified class : org.openorb.ccs.kernel.LockSetFactory )
+- TransactionalLockSet release all locks from
+ transaction which rolledbacked or committed.
+
+- All requests on lock from rolledbacked transactions
+ are thrown with TransactionRolledBacked exception.
+ New class : org.openorb.ccs.kernel.Synchronization
+ Modified class : org.openorb.ccs.kernel.TransactionalLockSet
+
Version 1.0.0 - February, 1 2001 - ConcurrencyControl_1_0_0
- - Initial Release
-
+- Initial Release
|