|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:38
|
Update of /cvsroot/openorb/NotificationService/src/etc In directory usw-pr-cvs1:/tmp/cvs-serv23165/NotificationService/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/NotificationService/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:27:22 1.1.1.1 +++ CHANGELOG 2002/01/10 19:26:04 1.2 @@ -1,40 +1,33 @@ -OpenORB Notification Service ----------------------------- +OpenORB NotificationService +--------------------------- -Version 1.2.0 - August, 8 2001 - NotificationService_1_2_0 +Version 1.2.1 - January, 11 2002 - NotificationService_1_2_1 -August 6, 2001 - - Added loggable queues +- none -August 1, 2001 - - Updated to use the CorbalocService for OpenORB 1.2. +Version 1.2.0 - August, 8 2001 - NotificationService_1_2_0 -July 30, 2001 - - Fixed the code when casting to PropertyError[] when bad qos/admin is found. +- Added loggable queues -June 29, 2001 - - Fixed a bug that would cause a nullpointerexception when attempting - to destroy a event channel when no default admin has been created. +- Updated to use the CorbalocService for OpenORB 1.2. -June 20, 2001 - - Fixed a bug within the filter engine when resetting values. - - Fixed a bug wiith try pull that would return a non initiated struct. +- Fixed the code when casting to PropertyError[] when bad qos/admin is found. -June 5, 2001 - - Fixed a bug that will prevent an admin to try to - push an event on a destroyed proxy. +- Fixed a bug that would cause a nullpointerexception when attempting + to destroy a event channel when no default admin has been created. -May 30, 2001 +- Fixed a bug within the filter engine when resetting values. - - Modified the static init of the Log4J to ensure that - if the Notification is embedded, this won't interfere - with any others Log4J appenders. +- Fixed a bug wiith try pull that would return a non initiated struct. -May 29, 2001 - - - Corrected a problem that may occur when some properties are not - set (i.e. in the proxies) +- Fixed a bug that will prevent an admin to try to + push an event on a destroyed proxy. -Version 1.0.0 - May, 7 2001 - NotificationService_1_0_0 +- Modified the static init of the Log4J to ensure that + if the Notification is embedded, this won't interfere + with any others Log4J appenders. - - Initial Release +- Corrected a problem that may occur when some properties are not + set (i.e. in the proxies) + +- Initial Release |