summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2010-02-15 10:26:18 -0800
committerMark Spruiell <mes@zeroc.com>2010-02-15 10:26:18 -0800
commita6d214cd73f0a99017292d83e55e7c99763d75e9 (patch)
tree112991e4761ad3b9d613adb1ed9d72b18bc6290e
parentBug 4665 - slice2java segfault (diff)
downloadice-a6d214cd73f0a99017292d83e55e7c99763d75e9.tar.bz2
ice-a6d214cd73f0a99017292d83e55e7c99763d75e9.tar.xz
ice-a6d214cd73f0a99017292d83e55e7c99763d75e9.zip
minor fixes for CHANGES
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 008e7b6b98b..6a1bd428966 100644
--- a/CHANGES
+++ b/CHANGES
@@ -43,10 +43,10 @@ General Changes
- Fixed hang in slice2cs and slice2py that would occur if a comment
contained a '<' with no closing '>'.
-- Fixed a bug in Java and C# BasicStream, readString() and readBlob()
- operations were not checking the size before allocating memory.
+- Fixed a bug in the Java and C# stream classes where readString() and
+ readBlob() were not checking the size before allocating memory.
-- Fixed Ice sources to have consistent end of line.
+- Fixed source files to have consistent end of line terminators.
Python Changes