summaryrefslogtreecommitdiff
path: root/CHANGELOG-3.6.md
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2016-01-05 11:56:55 +0100
committerBenoit Foucher <benoit@zeroc.com>2016-01-05 11:56:55 +0100
commit22403a2ad0d8921df9f4ec06f2571d251dbae3a6 (patch)
treef221ed8fd97017bc9afe13ac8bad62f1d7dfb5c2 /CHANGELOG-3.6.md
parentTravis cleanup (diff)
downloadice-22403a2ad0d8921df9f4ec06f2571d251dbae3a6.tar.bz2
ice-22403a2ad0d8921df9f4ec06f2571d251dbae3a6.tar.xz
ice-22403a2ad0d8921df9f4ec06f2571d251dbae3a6.zip
Fixed potential deadlock that could occur with Ice for C++ when using collocation optimization and serialization
Diffstat (limited to 'CHANGELOG-3.6.md')
-rw-r--r--CHANGELOG-3.6.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md
index ed6df276f5e..44de903603a 100644
--- a/CHANGELOG-3.6.md
+++ b/CHANGELOG-3.6.md
@@ -36,7 +36,7 @@ These are the changes since Ice 3.6.1.
IceGrid and IceStorm databases.
- Fixed a bug that affects Java and C# generated code. The generated patcher for
- reading class data members was bogus when the class had more than one class data
+ reading class data members was bogus when the class had more than one class data
member and derived from a class that contained class data members. The same
issue was true for exceptions with class data members deriving from exceptions
with class data members.
@@ -49,10 +49,13 @@ These are the changes since Ice 3.6.1.
- Fixed El Capitan build issues caused by a new security feature that no longer
exports DYLD_LIBRARY_PATH to child processes.
+- Fixed potential deadlock that could occur when using collocation
+ optimization and serialized server thread pools.
+
## 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
+- 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