diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-05-17 13:04:02 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-05-17 13:04:02 +0000 |
commit | e9bf853661640a7558ae25e25a7d24b84e82b201 (patch) | |
tree | 76b06b5b5b907abe4edd7f45e9d814e0a5baea66 /cpp | |
parent | iBacked out multihome change (diff) | |
download | ice-e9bf853661640a7558ae25e25a7d24b84e82b201.tar.bz2 ice-e9bf853661640a7558ae25e25a7d24b84e82b201.tar.xz ice-e9bf853661640a7558ae25e25a7d24b84e82b201.zip |
Backed out multihome change
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/CHANGES | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index 4d6c32f6633..0aaf25ced36 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -1,10 +1,6 @@ Changes since version 3.2.X (binary incompabible) ------------------------------------------------- -- If a client endpoint configuration contains a host which is multihomed, - the client will now use all the available ip addresses. Previously, - only the first in the address list was used and others were ignored. - - Added a new property, Ice.Warn.UnusedProperties. If set to 1, when the communicator is destroyed a warning will be printed listing all properties that were set, but never read. Default is 0. |