summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-02-11 08:11:28 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-02-11 08:11:28 (GMT)
commitdeb93dc75c9dd28fd9f66143104c03cead39a6da (patch)
tree6a339cf5c457b3d067891bab36bfa3943ac292cc /ChangeLog
parent9a43dd0c3b454b355b977e69118d2d15b7de614e (diff)
downloadtcl-deb93dc75c9dd28fd9f66143104c03cead39a6da.zip
tcl-deb93dc75c9dd28fd9f66143104c03cead39a6da.tar.gz
tcl-deb93dc75c9dd28fd9f66143104c03cead39a6da.tar.bz2
[Bug 3603553]: Ensure that data gets written to the underlying stream by
compressing transforms when the amount of data to be written is one buffer's-worth; problem was particularly likely to occur when compressing large quantities of not-very-compressible data. Many thanks to Piera Poggio (vampiera) for reporting.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 743c571..64d80c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-02-11 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclZlib.c (ZlibTransformOutput): [Bug 3603553]: Ensure that
+ data gets written to the underlying stream by compressing transforms
+ when the amount of data to be written is one buffer's-worth; problem
+ was particularly likely to occur when compressing large quantities of
+ not-very-compressible data. Many thanks to Piera Poggio (vampiera) for
+ reporting.
+
2013-02-09 Donal K. Fellows <dkf@users.sf.net>
* generic/tclOOBasic.c (TclOO_Object_VarName): [Bug 3603695]: Change