summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2008-01-09 21:34:44 +0100
committerBenoit Foucher <benoit@zeroc.com>2008-01-09 21:34:44 +0100
commit9c94ae67100bd9939055cb92b46807d02b0e0014 (patch)
tree56c6d34e4fade0a40f486fd61069287d89019251 /cpp
parent- Fixed bug 1619, part of 2632. (diff)
downloadice-9c94ae67100bd9939055cb92b46807d02b0e0014.tar.bz2
ice-9c94ae67100bd9939055cb92b46807d02b0e0014.tar.xz
ice-9c94ae67100bd9939055cb92b46807d02b0e0014.zip
Fixed CHANGES bug 1619
Diffstat (limited to 'cpp')
-rw-r--r--cpp/CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES
index 3ebc0137281..332546245ef 100644
--- a/cpp/CHANGES
+++ b/cpp/CHANGES
@@ -1,6 +1,14 @@
Changes since version 3.2.X (binary incompatible)
-------------------------------------------------
+- Added a new skipEncapsulation method to the Ice::InputStream
+ interface. This method can be used to skip an encapsulation when
+ reading from a stream.
+
+- The endEncapsulation method from the Ice::InputStream interface will
+ now throw Ice::EncapsulationException if not all the data from the
+ encapsulation has been read.
+
- AMI timeouts are no longer triggered by the connection monitor
thread at regular time intervals. Instead, timeouts are now
triggered on time like for synchronous invocations. As a result, the