summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2009-05-29 16:28:03 (GMT)
committerandreas_kupries <akupries@shaw.ca>2009-05-29 16:28:03 (GMT)
commit8b7d58d45372ecb03111fa3d1b23d8d161074295 (patch)
tree9b548d400962a38dc606dc3c70f2ef17192547d3 /ChangeLog
parentc928dd4059aa6908a40bcb9e7ce94c163e6abfdf (diff)
downloadtcl-8b7d58d45372ecb03111fa3d1b23d8d161074295.zip
tcl-8b7d58d45372ecb03111fa3d1b23d8d161074295.tar.gz
tcl-8b7d58d45372ecb03111fa3d1b23d8d161074295.tar.bz2
* library/platform/platform.tcl: Fixed handling of cpu ia64,
* library/platform/pkgIndex.tcl: taking ia64_32 into account * unix/Makefile.in: now. Bumped version to 1.0.5. Updated the * win/Makefile.in: installation commands.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 268dca7..a7e99d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-05-29 Andreas Kupries <andreask@activestate.com>
+
+ * library/platform/platform.tcl: Fixed handling of cpu ia64,
+ * library/platform/pkgIndex.tcl: taking ia64_32 into account
+ * unix/Makefile.in: now. Bumped version to 1.0.5. Updated the
+ * win/Makefile.in: installation commands.
+
2009-05-07 Miguel Sofer <msofer@users.sf.net>
* generic/tclObj.c (Tcl_GetCommandFromObj): fix for bug [2785893],