summaryrefslogtreecommitdiffstats
path: root/compat/zlib/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-16 11:53:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-16 11:53:07 (GMT)
commit9a41c99458c9f645f364789c7ac310f55c77eccc (patch)
tree9b77aae86d0c417096e7809b5954306bf8353d3a /compat/zlib/ChangeLog
parent20e3b9e6120f73794f9851db1f2034e7a67a3007 (diff)
parentd97147c2533ecc33102bb142a541dfe148ae7224 (diff)
downloadtcl-9a41c99458c9f645f364789c7ac310f55c77eccc.zip
tcl-9a41c99458c9f645f364789c7ac310f55c77eccc.tar.gz
tcl-9a41c99458c9f645f364789c7ac310f55c77eccc.tar.bz2
Update zlib to version 1.2.11
Diffstat (limited to 'compat/zlib/ChangeLog')
-rw-r--r--compat/zlib/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/compat/zlib/ChangeLog b/compat/zlib/ChangeLog
index fed9adb..30199a6 100644
--- a/compat/zlib/ChangeLog
+++ b/compat/zlib/ChangeLog
@@ -1,6 +1,10 @@
ChangeLog file for zlib
+Changes in 1.2.11 (15 Jan 2017)
+- Fix deflate stored bug when pulling last block from window
+- Permit immediate deflateParams changes before any deflate input
+
Changes in 1.2.10 (2 Jan 2017)
- Avoid warnings on snprintf() return value
- Fix bug in deflate_stored() for zero-length input