summaryrefslogtreecommitdiff
path: root/CHANGELOG-3.6.md
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-08-13 18:21:31 +0200
committerBenoit Foucher <benoit@zeroc.com>2015-08-13 18:21:31 +0200
commit406e393f2be3a29830a7758e58e4e674afc5e21e (patch)
tree00a28864d0855177a639dd34be623185de3cc9a2 /CHANGELOG-3.6.md
parentICE-6407 java udp test failure (diff)
downloadice-406e393f2be3a29830a7758e58e4e674afc5e21e.tar.bz2
ice-406e393f2be3a29830a7758e58e4e674afc5e21e.tar.xz
ice-406e393f2be3a29830a7758e58e4e674afc5e21e.zip
Fixed ICE-6707 - default interface for discovery is now Ice.Default.Host if it is set
Diffstat (limited to 'CHANGELOG-3.6.md')
-rw-r--r--CHANGELOG-3.6.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md
index c696ce82ce1..292934df5ba 100644
--- a/CHANGELOG-3.6.md
+++ b/CHANGELOG-3.6.md
@@ -21,6 +21,8 @@ These are the changes since Ice 3.6.0.
## General Changes
+- If the IceDiscovery.Interface or the IceLocatorDiscovery.Interface property is not set, the Ice.Default.Host property is now used to figure out the default interface to receive and send multicast datagrams with the IceDiscovery or IceLocatorDiscovery plug-ins. If no default host is set, the default interface for multicast is selected by the operation system.
+
- Connections and transports buffers are now released when the connection is closed rather than waiting for the collection or destruction of the Ice connection object.
- Calling `destroy()` on the `Glacier2::SessionHelper` during connection establishment will now immediately cause the termination of the connection attempt and `SessionCallback::connectFailed()` will be called with a `CommunicatorDestroyedException`. Previously, the helper would wait until the connection attempt either succeeded or failed before calling `SessionCallback::disconnected()` or `SessionCallback::connectFailed`.