diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-12-21 20:20:25 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-12-21 20:20:25 +0100 |
commit | 15e04e1cf780de5cb15982913d6a9ce8796c5b7d (patch) | |
tree | 5bede11d67778f3d42cd246822de43e43da3d0de /cpp | |
parent | Win32 fixes for previous fix (diff) | |
download | ice-15e04e1cf780de5cb15982913d6a9ce8796c5b7d.tar.bz2 ice-15e04e1cf780de5cb15982913d6a9ce8796c5b7d.tar.xz ice-15e04e1cf780de5cb15982913d6a9ce8796c5b7d.zip |
Fixed bug 2482
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index 76c290b1c06..38e067322d9 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -1,6 +1,12 @@ Changes since version 3.2.X (binary incompatible) ------------------------------------------------- +- IceBox services configured to use a shared communicator no longer + use the IceBox server communicator. Instead, a separate and + dedicated communicator is used. This shared communicator only + inherits from the IceBox server communicator properties if the + IceBox.InheritProperties property is set to 1. + - Added support for IPv6. See the Ice manual for more information. - The "-h *" endpoint option is now only valid for object adapter |