summaryrefslogtreecommitdiff
path: root/CHANGELOG-3.6.md
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2016-03-30 10:05:51 +0200
committerBenoit Foucher <benoit@zeroc.com>2016-03-30 10:05:51 +0200
commitb6dca14b73652e666b998063587a45fa44fcc27b (patch)
treeba2c180ac71df72d14220f03b70eb16269e245fa /CHANGELOG-3.6.md
parentDisabled binding test on Safari + WebWorkers (diff)
downloadice-b6dca14b73652e666b998063587a45fa44fcc27b.tar.bz2
ice-b6dca14b73652e666b998063587a45fa44fcc27b.tar.xz
ice-b6dca14b73652e666b998063587a45fa44fcc27b.zip
Fixed ICE-7074 - Glacier2 router bug where client to server requests forward as batch could be lost
Diffstat (limited to 'CHANGELOG-3.6.md')
-rw-r--r--CHANGELOG-3.6.md27
1 files changed, 15 insertions, 12 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md
index 21b3cc7dcda..1ed274d3907 100644
--- a/CHANGELOG-3.6.md
+++ b/CHANGELOG-3.6.md
@@ -40,24 +40,27 @@ These are the changes since Ice 3.6.1.
- Added two new tools, icegriddb and icestormdb, 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.
+- 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.
-- Fixed a bug that prevented scripting languages (Python, Ruby, Javascript and PHP)
- from marshaling NaN or Infinity as a floating point value.
+- Fixed a bug that prevented scripting languages (Python, Ruby, Javascript and
+ PHP) from marshaling NaN or Infinity as a floating point value.
-- Fixed an IceGrid bug where resolving endpoints of dynamically registered replica
- groups would fail unless the client was using an encoding superior to the encoding
- of the dynamically registered object adapters.
+- Fixed an IceGrid bug where resolving endpoints of dynamically registered
+ replica groups would fail unless the client was using an encoding superior
+ to the encoding of the dynamically registered object adapters.
- Added missing functions Ice::identityToString and Ice::stringToIdentity
(C++, Objective-C, PHP, Python and Ruby).
-- Added support for universal character names (\uNNNN and \UNNNNNNNN) in Slice string
- constants.
+- Added support for universal character names (\uNNNN and \UNNNNNNNN) in Slice
+ string constants.
+
+- Fixed Glacier2 router bug where requests from client to server could be lost
+ if forwarded as batch requests with the _fwd=O context.
## C++ Changes