From: <lk...@us...> - 2005-01-26 17:06:14
|
Update of /cvsroot/openorb/TransactionService In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21484 Modified Files: WHATSNEW Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: WHATSNEW =================================================================== RCS file: /cvsroot/openorb/TransactionService/WHATSNEW,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- WHATSNEW 13 Dec 2004 10:42:09 -0000 1.38 +++ WHATSNEW 26 Jan 2005 17:06:05 -0000 1.39 @@ -1,6 +1,9 @@ OpenORB TransactionService -------------------------- +- removed reference to the JDK tools.jar from build.xml + to allow compilation on OSX + - Fixed memory leak that was caused by activating a few CORBA objects per transaction in the RootPOA via calls to _this(). Those entries were then never removed from the AOM of the RootPOA. |