diff options
author | Jose <jose@zeroc.com> | 2015-08-14 19:45:36 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-08-14 19:45:36 +0200 |
commit | 328775443911958f4cf5285769128f04e1bb2afd (patch) | |
tree | d26915c12d9087412e766c362dcc4caf3f01b1b5 /CHANGELOG-3.6.md | |
parent | Revert "Fixed ICE-6707 - default interface for discovery is now Ice.Default.H... (diff) | |
download | ice-328775443911958f4cf5285769128f04e1bb2afd.tar.bz2 ice-328775443911958f4cf5285769128f04e1bb2afd.tar.xz ice-328775443911958f4cf5285769128f04e1bb2afd.zip |
CHANGELOG updates
Diffstat (limited to 'CHANGELOG-3.6.md')
-rw-r--r-- | CHANGELOG-3.6.md | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md index c696ce82ce1..8cc3efc8f60 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 +- Add support for Visual Studio 2015 and Universal Windows Applications. + - 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`. @@ -49,10 +51,24 @@ These are the changes since Ice 3.6.0. - 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 it uses the register function. -## JavaScript Changes +- C++ source builds in Windows now use third party packages from Nuget (https://www.nuget.org) + +- Windows C++ builds now install the required third party dependencies to the install directory. +## JavaScript Changes + - Fixed an issue in connection code which 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. + +- Fixed an issue that prevents Ice for JavaScript run from a Web Worker. + +- JavaScript browser libraries no longer include a sourceMappingURL. To use source maps you must enabled them manually. + +## PHP Changes + +- Update PHP Linux and OS X builds to use php-config from PATH, it is not longer required to set PHP_HOME. + # Changes in Ice 3.6.0 |