diff options
author | Benoit Foucher <benoit@zeroc.com> | 2016-09-23 11:28:10 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2016-09-23 11:28:10 +0200 |
commit | 93144c8b87e620892fd6f5c0edeb0f3bb819f788 (patch) | |
tree | 3ec787c05f9c790d8b485aec7cdd8a0b80c2bebd /CHANGELOG-3.6.md | |
parent | Fixed potential IceStorm/stress test failures (diff) | |
download | ice-93144c8b87e620892fd6f5c0edeb0f3bb819f788.tar.bz2 ice-93144c8b87e620892fd6f5c0edeb0f3bb819f788.tar.xz ice-93144c8b87e620892fd6f5c0edeb0f3bb819f788.zip |
Fixed ICE-7230 - Issue with adpater IDs with spaces
Diffstat (limited to 'CHANGELOG-3.6.md')
-rw-r--r-- | CHANGELOG-3.6.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md index ca14183b575..65d6425a722 100644 --- a/CHANGELOG-3.6.md +++ b/CHANGELOG-3.6.md @@ -41,6 +41,9 @@ These are the changes since Ice 3.6.2. ## General Changes +- Fixed IceGrid bug where deployment of an application would fail if a well- + known object was registered with an adapter whose adapter ID contained spaces. + - Added support for limiting the number of events queued for a given subscriber. This is useful to prevent IceStorm from consuming too much memory when a subscriber is too slow to consume published events. The queue maximum size is |