summaryrefslogtreecommitdiff
path: root/CHANGELOG-3.6.md
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-08-25 09:27:24 +0200
committerBenoit Foucher <benoit@zeroc.com>2015-08-25 09:27:24 +0200
commit7c0e2c1b2478e848a616f6f9a8130c56c62bfe72 (patch)
tree7d435b9e9fe1a63c2d5aa2d4d038fe835192ccd5 /CHANGELOG-3.6.md
parentICE-6738 - RemoteLogger missing from scripting languages (diff)
downloadice-7c0e2c1b2478e848a616f6f9a8130c56c62bfe72.tar.bz2
ice-7c0e2c1b2478e848a616f6f9a8130c56c62bfe72.tar.xz
ice-7c0e2c1b2478e848a616f6f9a8130c56c62bfe72.zip
Fixed ICE-6740 - Slow topic creation with IceStorm
Diffstat (limited to 'CHANGELOG-3.6.md')
-rw-r--r--CHANGELOG-3.6.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md
index db1da42341a..6854fb60409 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
+- Fixed IceStorm performance issue when creating a large number of topics.
+
- Add support for Visual Studio 2015 and Universal Windows Applications.
- Connection and transport buffers are now released when the connection is closed rather than waiting for the collection or destruction of the Ice connection object.
@@ -56,7 +58,7 @@ These are the changes since Ice 3.6.0.
- Windows C++ builds now install the required third-party dependencies to the install directory.
## JavaScript Changes
-
+
- Fixed an issue in connection code that would cause an unexpected exception to be raised in some browsers when connection caching was enabled.
- Fixed an issue where JavaScript browser side was trying to use TCP endpoints.