diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-04-06 17:13:35 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-04-06 17:13:35 +0000 |
commit | 014bdae057397e1cb1bcd7bbd4d12da37bb19a10 (patch) | |
tree | 93d754223413c69062c703afdef8166800e695fb /cpp | |
parent | merging some updates fromthe 2.1.1 branch (diff) | |
download | ice-014bdae057397e1cb1bcd7bbd4d12da37bb19a10.tar.bz2 ice-014bdae057397e1cb1bcd7bbd4d12da37bb19a10.tar.xz ice-014bdae057397e1cb1bcd7bbd4d12da37bb19a10.zip |
Fix
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/CHANGES | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index 3bb72c4ddd4..4addbf9af75 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -1,12 +1,23 @@ Changes since version 2.1.0 --------------------------- +- Reverted a change included in 2.1.0 where oneway and batch oneway + invocations were not retried anymore. As in previous versions, if + the connection associated to a oneway or batch oneway proxy is + closed for some reasons, an invocation on this proxy will + transparently reestablish the connection again. Please see the Ice + manual for more information on oneway and batch oneway reliability. + - A race condition with Glacier2 detaching the request handler thread has been fixed. - Added -E option to the various Slice compilers to print proprocessor output on stdout. +- Ice::ObjectNotExistException are now retried for invocations made on + indirect proxies. This allows to transparently migrate objects or + objects adapters. + - As announced with version 1.6, slice2cpp and slice2freeze now require all Slice definitions to be nested inside a module; definitions at global scope (other than module definitions) now @@ -27,6 +38,9 @@ Changes since version 2.1.0 are now equivalent. +- Fixed bug where the IcePack node with a collocated registry wouldn't + terminate after the admin "shutdown" command. + - The Windows demo/IcePatch2/MFC example displays an error dialog when the patch client is run without the --IcePatch2.Endpoints option. |