summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--changes8
2 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 1568e96..6ba5750 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-10-16 Daniel Steffen <das@users.sourceforge.net>
+
+ *** 8.5a5 TAGGED FOR RELEASE ***
+
+ * changes: updates for 8.5a5 release.
+
2006-10-16 Don Porter <dgp@users.sourceforge.net>
* library/tcltest/tcltest.tcl: Revise tcltest bump to 2.3a1.
@@ -39,8 +45,6 @@
2006-10-10 Don Porter <dgp@users.sourceforge.net>
- *** 8.5a5 TAGGED FOR RELEASE ***
-
* changes: Updates for 8.5a5 release.
* generic/tclNamespace.c (TclTeardownNamespace): After the
diff --git a/changes b/changes
index 7bea005..d84d323 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.108 2006/10/16 15:22:05 dgp Exp $
+RCS: @(#) $Id: changes,v 1.109 2006/10/16 15:33:42 das Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -6779,6 +6779,8 @@ For any code relying on exact error messages.
2006-08-10 (bug fix)[1538262,1530474] code cleanup; optimizations (afredd)
+2006-08-18 (bug fix) intermittent failures in TclUnixWaitForFile() (steffen)
+
2006-08-18 (platform support) Darwin x86_64 (steffen)
2006-08-21 (bug fix)[1457797] Darwin 64-bit notifier hang (steffen)
@@ -6833,4 +6835,8 @@ URL validity checking against RFC 2986 (hobbs)
2006-10-10 (bug fix)[1566526] crash cleaning up [namespace path] data (porter)
+2006-10-12 (bug fix)[1576006] better error messages from [interp alias] (sofer)
+
+2006-10-13 (platform support) get stack size on Darwin (steffen)
+
--- Released 8.5a5, June XX, 2006 --- See ChangeLog for details ---