Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'support/ChangeLog')
-rw-r--r--support/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index 0e8d2246c3d..8bd5c406e78 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,11 @@
+2009-12-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+ * zlib-helper.c: when finishing uncompressing a buffer, we might need
+ more than one call to deflate with Z_FINISH since the uncompressed
+ data can take more space than the allocated buffer.
+
+ Fixes the IPY+Chiron test case.
+
2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
* zlib-helper.c: stop trying to decompress when we get Z_STREAM_END.