diff options
author | Mark Spruiell <mes@zeroc.com> | 2016-08-30 13:32:37 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2016-08-30 13:32:37 -0700 |
commit | d6d6b23e6b5f1d04ce4a9bb290b47424a7b9915a (patch) | |
tree | 68331af990b7bff3f8a6f27c6f4482e0b8aee47e /CHANGELOG-3.6.md | |
parent | ICE-7242 - Cross test updates (diff) | |
download | ice-d6d6b23e6b5f1d04ce4a9bb290b47424a7b9915a.tar.bz2 ice-d6d6b23e6b5f1d04ce4a9bb290b47424a7b9915a.tar.xz ice-d6d6b23e6b5f1d04ce4a9bb290b47424a7b9915a.zip |
ICE-7301 - slice2html generates bogus links
Diffstat (limited to 'CHANGELOG-3.6.md')
-rw-r--r-- | CHANGELOG-3.6.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md index a79a509e221..3f679f5a3fc 100644 --- a/CHANGELOG-3.6.md +++ b/CHANGELOG-3.6.md @@ -41,7 +41,7 @@ These are the changes since Ice 3.6.2. ## General Changes -- Fixed a bug in the un-marshalling code where passing optional input +- Fixed a bug in the unmarshalling code where passing optional input parameters to an operation with no required input parameters would cause an Ice::EncapsulationException to be thrown if the receiver didn't expect the optional input parameters. The same applies for @@ -51,6 +51,8 @@ These are the changes since Ice 3.6.2. - Fixed a bug in icegridadmin and IceGridGUI which was preventing to get properties for IceBox services using the IceBox shared communicator. +- General clean up in slice2html, including a fix for broken link paths. + ## C++ Changes - Added support for archiving log files. The property Ice.LogFile.SizeMax |