summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2005-06-18 21:46:02 (GMT)
committerdas <das>2005-06-18 21:46:02 (GMT)
commit1b6b31dc57b749dc2f61165e4389744699ada83d (patch)
tree424c86b8e56b4fc88b3f373760c4357fe320b60d /ChangeLog
parent269c0f37fabe9229c395ebdac5ec826438d103ec (diff)
downloadtk-1b6b31dc57b749dc2f61165e4389744699ada83d.zip
tk-1b6b31dc57b749dc2f61165e4389744699ada83d.tar.gz
tk-1b6b31dc57b749dc2f61165e4389744699ada83d.tar.bz2
* macosx/Makefile: for X11 build, add -X11 suffix to unversioned wish
symbolic link. * unix/tcl.m4 (Darwin): add -headerpad_max_install_names to LDFLAGS to ensure we can always relocate binaries with install_name_tool. * unix/configure: autoconf-2.59
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d39125e..509b344 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-06-18 Daniel Steffen <das@users.sourceforge.net>
+
+ * macosx/Makefile: for X11 build, add -X11 suffix to unversioned wish
+ symbolic link.
+
+ * unix/tcl.m4 (Darwin): add -headerpad_max_install_names to LDFLAGS to
+ ensure we can always relocate binaries with install_name_tool.
+
+ * unix/configure: autoconf-2.59
+
2005-06-07 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
Bump patchlevel to a4 to distinguish from a3 release.