|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:09
|
Update of /cvsroot/openorb/RMIoverIIOP/src/etc In directory usw-pr-cvs1:/tmp/cvs-serv23165/RMIoverIIOP/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/RMIoverIIOP/src/etc/CHANGELOG,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- CHANGELOG 2002/01/10 08:56:54 1.2 +++ CHANGELOG 2002/01/10 19:26:06 1.3 @@ -1,13 +1,14 @@ -RMI over IIOP -------------- +OpenORB RMIoverIIOP +------------------- -Current developments +Version 1.2.1 - January, 11 2002 - RMIoverIIOP_1_2_1 + - Bug #850/501292: Added a workaround to fix the name mangling in case the class loader is buggy or not fully implemented. - Bug #840: Added a patch to shut the JavaToIdl compiler VM down explicitly. - + - Added junit to the build.xml's project.classpath. - Bug #715: Added trace output for original exceptions. @@ -88,9 +89,9 @@ - Bug: in the compiler for classes thad don't inherit from any other classes when generated the class id. - + - Bug: Fixed some problems with the JNDI/CosNaming adapter. - + - Fixed a bug in the compiler when an exception didn't have a package, a NullPointerException was thrown. @@ -114,7 +115,7 @@ - Patched the RMIRemoteStreamClass.java, to ensure classes without package are correctly handled. Submitted by Michael Rumpf (mi...@ru...). - + - Added a synchronized block for the CtxFactory class to avoid a concurrency problem on the static ORB instance. @@ -140,7 +141,7 @@ - Modified the MappingAPI.java class for two fixes: * Recursive custom values providing the writeObject method (like java.util.Date) were not correctly parsed. - + * The setter operation of a looking like get/set pair (but with different params) was not generated. @@ -153,7 +154,7 @@ - Bug fixed in the compiler. The '-' is replaced by '_' in the #define and #ifndef clauses. - The JUNIT tests were added instead of the JTF ones. - + - One orb per VM initialized for all stubs, skeletons and JNDI contexts to use, rather than using the latest orb to be initialized. |