|
From: Michael R. <mr...@us...> - 2002-01-11 08:30:28
|
Update of /cvsroot/openorb/OpenORB/src/etc In directory usw-pr-cvs1:/tmp/cvs-serv29664/src/etc Modified Files: CHANGELOG Log Message: Fix for #502230/#771 Index: CHANGELOG =================================================================== RCS file: /cvsroot/openorb/OpenORB/src/etc/CHANGELOG,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- CHANGELOG 2002/01/10 19:26:05 1.2 +++ CHANGELOG 2002/01/11 08:30:25 1.3 @@ -3,6 +3,10 @@ Version 1.2.1 - January, 11 2002 - OpenORB_1_2_1 +- Fix #502230/#771: Call servant_preinvoke() in the remote case + only with the isLocal parameter set to false, otherwise a + ClassCastException will be the effect. + - Fix #501840/#771: Compile for JDK1.2.x should work again. - Fixed a bug reported by Chris Smith (Chr...@ua...) |