diff options
author | Jose <jose@zeroc.com> | 2015-11-19 00:07:54 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-11-19 00:07:54 +0100 |
commit | 3be880f1d7bf57deac92aff2a9844e85e4573c09 (patch) | |
tree | 5bc9443d4a8ccf004c809bb638fc690949e4fb89 /CHANGELOG-3.6.md | |
parent | Removed old monotonic clock links (diff) | |
download | ice-3be880f1d7bf57deac92aff2a9844e85e4573c09.tar.bz2 ice-3be880f1d7bf57deac92aff2a9844e85e4573c09.tar.xz ice-3be880f1d7bf57deac92aff2a9844e85e4573c09.zip |
Fixed bug in Java/C# class data member generated patcher
Diffstat (limited to 'CHANGELOG-3.6.md')
-rw-r--r-- | CHANGELOG-3.6.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md index aaed7fbb64e..9040538c75a 100644 --- a/CHANGELOG-3.6.md +++ b/CHANGELOG-3.6.md @@ -35,6 +35,12 @@ These are the changes since Ice 3.6.1. - Added two new tools, icegriddb36 and icestormdb36, used to import/export the 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 + 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. + ## C++ Changes - Fixed El Capitan build issues caused by a new security feature that no longer |