|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:37
|
Update of /cvsroot/openorb/EventService/src/etc
In directory usw-pr-cvs1:/tmp/cvs-serv23165/EventService/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/EventService/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:25:41 1.1.1.1
+++ CHANGELOG 2002/01/10 19:26:04 1.2
@@ -1,45 +1,44 @@
-OpenORB Event Service
----------------------
+OpenORB EventService
+--------------------
-Version 1.2.0 - August, 8 2001 - EventService_1_2_0
+Version 1.2.1 - January, 11 2001 - EventService_1_2_1
+
+- none
+Version 1.2.0 - August, 8 2001 - EventService_1_2_0
+
+- none
+
Version 1.1.0 - May, 7 2001 - EventService_1_1_0
- - Release
+- For better conformance with the spec,
+ the Event Service isn't an initial_reference anymore.
+ It can be retrieved using the string_to_object("corbaname:rir:COS/EventService/#EventChannelFactory");
-April, 30 2001
- - For better conformance with the spec,
- the Event Service isn't an initial_reference anymore.
- It can be retrieved using the string_to_object("corbaname:rir:COS/EventService/#EventChannelFactory");
+- Added license header to all files
-April, 25 2001
- - Added license header to all files
- - Modified the way the server is bound to the Naming,
- and alose bind a default event channel.
+- Modified the way the server is bound to the Naming,
+ and alose bind a default event channel.
-February, 23 2001
- - Added initial reference info in the documentation
+- Added initial reference info in the documentation
-February, 20 2001
- - Fixed the examples due to the previous modification
- - Modified files : PushServer.java, PullServer.java, PushClient.java, PullClient.java
+- Fixed the examples due to the previous modification
-Bugzilla #341, February, 8 2001
- - The EventChannelFactory package was missing when the constructing the jar archive.
- - Modified file : build.xml
-
-February, 8 2001
- - There was a policy problem with the Server class. IMPLICIT_ACTIVATION had to be removed.
- - Modified file : Server.java
+- Modified files : PushServer.java, PullServer.java, PushClient.java, PullClient.java
-February, 8 2001
- - The EventChannelFactory was in a wrong package. It has been changed from
- org.openorb.CosEventChannelFactory to org.openorb.event.
- - Modified file : CosEventChannelFactory.idl
+- #341: The EventChannelFactory package was missing when the constructing the jar archive.
+
+- Modified file : build.xml
+
+- There was a policy problem with the Server class. IMPLICIT_ACTIVATION had to be removed.
+- Modified file : Server.java
+- The EventChannelFactory was in a wrong package. It has been changed from
+ org.openorb.CosEventChannelFactory to org.openorb.event.
+
+- Modified file : CosEventChannelFactory.idl
+
Version 1.0.0 - February, 1 2001 - EventService_1_0_0
- - Initial Release
-
-
+- Initial Release
|