summaryrefslogtreecommitdiff
path: root/CHANGELOG-3.6.md
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-10-29 12:45:29 +0100
committerBenoit Foucher <benoit@zeroc.com>2015-10-29 12:45:29 +0100
commit87934e1215139f71f309316dd3cc7f308d15992d (patch)
tree67b4279fc43e2c5c62ad0134566cc73fec0dab90 /CHANGELOG-3.6.md
parentFixed OriginalFilename in DB tools RC files (diff)
downloadice-87934e1215139f71f309316dd3cc7f308d15992d.tar.bz2
ice-87934e1215139f71f309316dd3cc7f308d15992d.tar.xz
ice-87934e1215139f71f309316dd3cc7f308d15992d.zip
Fixed ICE-6868 - C# fix to release memory held by transports sooner
Diffstat (limited to 'CHANGELOG-3.6.md')
-rw-r--r--CHANGELOG-3.6.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md
index cde834809d6..8e8f3b4ed7e 100644
--- a/CHANGELOG-3.6.md
+++ b/CHANGELOG-3.6.md
@@ -32,7 +32,14 @@ These are the changes since Ice 3.6.1.
## C++ Changes
-- Fixed El Capitan build issues caused by a new security feature that no longer exports DYLD_LIBRARY_PATH to child processes.
+- Fixed El Capitan build issues caused by a new security feature that no longer
+ exports DYLD_LIBRARY_PATH to child processes.
+
+## C# Changes
+
+- Minor fixes to release the memory used by the transports to send and receive
+ data sooner. This garbage collector can therefore collect this memory sooner
+ as well.
# Changes in Ice 3.6.1
@@ -42,7 +49,8 @@ These are the changes since Ice 3.6.0.
- Fixed IceStorm performance issue when creating a large number of topics.
-- Added support for Visual Studio 2015 and Universal Windows Platform (UWP) apps.
+- Added support for Visual Studio 2015 and Universal Windows Platform (UWP)
+ apps.
- Connection and transport buffers are now released when the connection is
closed rather than waiting for the collection or destruction of the Ice