summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-12 15:06:09 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-12 15:06:09 (GMT)
commit6ebb11823238d9bf5e8b20524bacc6c72450693f (patch)
treed3a680c4978206d9c9bff383179929f2ff256e0c /ChangeLog
parent7fc6444f30a8f79bd34b84365947628bcb7f3be3 (diff)
downloadtcl-6ebb11823238d9bf5e8b20524bacc6c72450693f.zip
tcl-6ebb11823238d9bf5e8b20524bacc6c72450693f.tar.gz
tcl-6ebb11823238d9bf5e8b20524bacc6c72450693f.tar.bz2
Let code extract gzip headers
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1de4b4e..43a5a64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* generic/tclZlib.c (Tcl_ZlibDeflate): Add a bit of extra space for
the gzip header. [Bug 2419061]
+ (Tcl_ZlibInflate): Ensure that gzip header extraction is done
+ correctly.
2008-12-12 Kevin Kenny <kennykb@acm.org>