summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-26 09:41:38 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-26 09:41:38 (GMT)
commitf38639f6e7af8f724c5401f5c47cdbfb25da03a4 (patch)
treef512b57fedb8316a25dd547d05d6f0eb19c5bc94 /ChangeLog
parentbf0457f646f2d6667b2a7bc12204a152d54e25b3 (diff)
downloadtcl-f38639f6e7af8f724c5401f5c47cdbfb25da03a4.zip
tcl-f38639f6e7af8f724c5401f5c47cdbfb25da03a4.tar.gz
tcl-f38639f6e7af8f724c5401f5c47cdbfb25da03a4.tar.bz2
Let Cygwin shared build link with zlib1.dll, not cygz.dll (two less dependencies on cygwin-specific dll's)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7da1cd9..9a8536e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-06-26 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * unix/tcl.m4: Let Cygwin shared build link with
+ * unix/configure.in: zlib1.dll, not cygz.dll (two less
+ * unix/configure: dependencies on cygwin-specific dll's)
+ * unix/Makefile.in:
+
2012-06-26 Reinhard Max <max@suse.de>
* generic/tclIOSock.c: Use EAI_SYSTEM only if it exists.