diff options
Diffstat (limited to 'CHANGELOG-3.6.md')
-rw-r--r-- | CHANGELOG-3.6.md | 9 |
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 |