Update of /cvsroot/openorb/InterfaceRepository/src/etc
In directory usw-pr-cvs1:/tmp/cvs-serv23165/InterfaceRepository/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/InterfaceRepository/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 10:52:44 1.1.1.1
+++ CHANGELOG 2002/01/10 19:26:04 1.2
@@ -1,34 +1,33 @@
-OpenORB Interface Repository
-----------------------------
+OpenORB InterfaceRepository
+---------------------------
-Otober 29th
+Version 1.2.1 - January, 11 2002 - InterfaceRepository_1_2_1
- Applied the fix for bug #780, that replaces an ExceptionDefHelper
but a correct UnionDefHelper, in the Walker class of the plugin.
Thanks to Adrian Hempel (ad...@ot...).
-Version 1.2.0 - August, 8 2001 - InterfaceRepository_1_2_0
+Version 1.2.0 - August, 8 2001 - InterfaceRepository_1_2_0
- Updated to use the CorbalocService for OpenORB 1.2.
- Modified the lookup operation to allow lookup from Repository
- object (bug fixed) and multi-level lookup (MyModule::MyInterface::)
-
+ object (bug fixed) and multi-level lookup (MyModule::MyInterface::)
+
- Corrected a problem with the TypeCode for Arrays (unidimentional
and multidimentional).
- Corrected a problem with the TypeCode updating when StructDef
- members were updated.
-
-- Added a better behaviour of the Loader when a description already
- exists, and a better support for destruction of IDL descriptions.
+ members were updated.
+- Added a better behaviour of the Loader when a description already
+ exists, and a better support for destruction of IDL descriptions.
Version 1.1.0 - May, 7 2001 - InterfaceRepository_1_1_0
-- fixed a problem with the parameters modes.
+- fixed a problem with the parameters modes.
-- lookup and lookup_name operations behaviour has been upgraded.
+- lookup and lookup_name operations behaviour has been upgraded.
Modified Containers classes (Repository, InterfaceDef).
- Modified the Server.java to indicate if the Naming Service isn't
@@ -40,7 +39,6 @@
- Build.xml modified because the examples weren't built without
openorb_ir in classpath.
-
Version 1.0.1 - March, 9 2001 - InterfaceRepository_1_0_1
- Modified the ir.xml file to import pss module.
@@ -48,7 +46,7 @@
- Modified the doc to take into account the correct corbaname syntax.
- Modified impl classes adn idlToIR.java to encure correct import
- of forwarded interfaces and value types.
+ of forwarded interfaces and value types.
Version 1.0.0 - February, 1 2001 - InterfaceRepository_1_0_0
|