diff options
author | Mark Spruiell <mes@zeroc.com> | 2010-02-15 10:26:18 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2010-02-15 10:26:18 -0800 |
commit | a6d214cd73f0a99017292d83e55e7c99763d75e9 (patch) | |
tree | 112991e4761ad3b9d613adb1ed9d72b18bc6290e | |
parent | Bug 4665 - slice2java segfault (diff) | |
download | ice-a6d214cd73f0a99017292d83e55e7c99763d75e9.tar.bz2 ice-a6d214cd73f0a99017292d83e55e7c99763d75e9.tar.xz ice-a6d214cd73f0a99017292d83e55e7c99763d75e9.zip |
minor fixes for CHANGES
-rw-r--r-- | CHANGES | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |