From 22403a2ad0d8921df9f4ec06f2571d251dbae3a6 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Tue, 5 Jan 2016 11:56:55 +0100 Subject: Fixed potential deadlock that could occur with Ice for C++ when using collocation optimization and serialization --- CHANGELOG-3.6.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'CHANGELOG-3.6.md') 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 -- cgit v1.2.3