summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-06-06 14:48:50 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-06-06 14:48:50 (GMT)
commit342d27d13f57e57c4e1bc71b6dd00ef6244d8af1 (patch)
treefd529f2632f1dc861808b34d03339ed5cae73f7d /ChangeLog
parent0c84699237879a40d13fafbe6f92bff5caa60c44 (diff)
downloadtcl-342d27d13f57e57c4e1bc71b6dd00ef6244d8af1.zip
tcl-342d27d13f57e57c4e1bc71b6dd00ef6244d8af1.tar.gz
tcl-342d27d13f57e57c4e1bc71b6dd00ef6244d8af1.tar.bz2
Declare that Tcl provides the zlib 2.0 package.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a35eebc..3f089d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-06-06 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclZlib.c (TclZlibInit): Declare that Tcl is publishing the
+ zlib package (version 2.0) as part of its bootstrap process. This will
+ have an impact on tclkit (which includes zlib 1.1) but otherwise be
+ very low impact.
+
2012-06-06 Jan Nijtmans <nijtmans@users.sf.net>
* unix/tclUnixInit.c: On Cygwin, use win32 API in stead of uname()