diff options
-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 |