summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2010-08-12 00:14:26 (GMT)
committerhobbs <hobbs>2010-08-12 00:14:26 (GMT)
commit5d5e7466b567437b2f9a6a559a4998e77bd93fa2 (patch)
treea8c7fbad414e6257d374b85dd7f06dd658d0711d /ChangeLog
parent4122c77d4999c3ead1140dd12f7c2b8d8ebca150 (diff)
downloadtk-5d5e7466b567437b2f9a6a559a4998e77bd93fa2.zip
tk-5d5e7466b567437b2f9a6a559a4998e77bd93fa2.tar.gz
tk-5d5e7466b567437b2f9a6a559a4998e77bd93fa2.tar.bz2
* unix/configure: regen with ac-2.59
* unix/configure.in, unix/Makefile.in: * unix/tcl.m4 (AIX): remove the need for ldAIX, replace with -bexpall/-brtl. Remove TK_EXP_FILE (export file) and other baggage that went with it. Remove pre-4 AIX build support.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ebaff3..a3c0991 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-08-11 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * unix/configure: regen with ac-2.59
+ * unix/configure.in, unix/Makefile.in:
+ * unix/tcl.m4 (AIX): remove the need for ldAIX, replace with
+ -bexpall/-brtl. Remove TK_EXP_FILE (export file) and other
+ baggage that went with it. Remove pre-4 AIX build support.
+
2010-08-11 Donal K. Fellows <dkf@users.sf.net>
* generic/tkCanvLine.c (LineDeleteCoords): [Bug 2900121]: Backport of