summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-08-12 13:58:44 +0200
committerBenoit Foucher <benoit@zeroc.com>2015-08-12 13:58:44 +0200
commit3434149465edab87c3d527d8e62d9139009e5fe2 (patch)
tree5fd4e25bd791d1ba7d76cffc0084c2aa84d4f8f3
parentICE-6703 - Windows dependencies and third party packages. (diff)
downloadice-3434149465edab87c3d527d8e62d9139009e5fe2.tar.bz2
ice-3434149465edab87c3d527d8e62d9139009e5fe2.tar.xz
ice-3434149465edab87c3d527d8e62d9139009e5fe2.zip
Added entries to CHANGELOG-3.6
-rw-r--r--CHANGELOG-3.6.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md
index 6a1cddf1d4c..90134b95a5b 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
+- 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`.
- Fixed a bug in Slice compilers which would incorrectly reject valid Slice where a parameter with the same name as a type would prevent further use of that type in the same scope. For example:
@@ -41,6 +43,11 @@ These are the changes since Ice 3.6.0.
}
```
+## C++ Changes
+
+- Added registration function for Ice plug-ins (Ice::registerIceSSL, ...). Use these functions if you don't want to rely on plug-in dynamic loading at runtime. Your application will need to link with the plug-in dynamic library if uses the register function.
+
+
# Changes in Ice 3.6.0
These are the changes since Ice 3.5.1.