summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2006-03-02 01:02:27 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2006-03-02 01:02:27 (GMT)
commit45b133684957ab2a31753fb1503c2e7d1d18aa5a (patch)
tree708c1554e7fc4940ea66f3050ee67070dca453cd /ChangeLog
parent476a3e28876df91e6dd4b39375fd00f9ee7a5922 (diff)
downloadtk-45b133684957ab2a31753fb1503c2e7d1d18aa5a.zip
tk-45b133684957ab2a31753fb1503c2e7d1d18aa5a.tar.gz
tk-45b133684957ab2a31753fb1503c2e7d1d18aa5a.tar.bz2
* unix/tcl.m4: Fix for tk bug #1334613 to sort out shared library
* unix/configure: issues on NetBSD. Regenerated configure script.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb6ebbc..03abca9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-02 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * unix/tcl.m4: Fix for tk bug #1334613 to sort out shared library
+ * unix/configure: issues on NetBSD. Regenerated configure script.
+
2006-02-27 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
* generic/tkBitmap.c (Tk_GetBitmapFromData): Improve thread-safety.