|
From: <lk...@us...> - 2004-09-21 12:54:53
|
Update of /cvsroot/openorb/NotificationService In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15350 Modified Files: WHATSNEW Log Message: Fixed ArrayIndexOutOfBoundsException in EventChannelImpl.reportConsumerAdminDestruction (bug #901213) Also use Arrays.equals() instead of building Strings to compare two byte arrays for equality Index: WHATSNEW =================================================================== RCS file: /cvsroot/openorb/NotificationService/WHATSNEW,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- WHATSNEW 29 Jul 2004 09:48:12 -0000 1.65 +++ WHATSNEW 21 Sep 2004 12:54:43 -0000 1.66 @@ -1,6 +1,9 @@ OpenORB NotificationService --------------------------- +- Fixed ArrayIndexOutOfBoundsException in + EventChannelImpl.reportConsumerAdminDestruction (bug #901213) + Version 1.4.0 BETA2 - July, 29 2004 - NotificationService_1_4_0_BETA2 - Added a test case for bug #524478. The exception does not seem to |