From: <lk...@us...> - 2005-03-28 05:55:48
|
Update of /cvsroot/openorb/TransactionService In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16358 Modified Files: WHATSNEW Log Message: Fixed a potential bug in generation of unique XIDs, it allowed to generate the same id within the same millisecond. Index: WHATSNEW =================================================================== RCS file: /cvsroot/openorb/TransactionService/WHATSNEW,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- WHATSNEW 26 Jan 2005 17:06:05 -0000 1.39 +++ WHATSNEW 28 Mar 2005 05:55:39 -0000 1.40 @@ -1,6 +1,9 @@ OpenORB TransactionService -------------------------- +- Fixed a potential bug in generation of unique XIDs, it allowed to generate + the same id within the same millisecond. + - removed reference to the JDK tools.jar from build.xml to allow compilation on OSX |