summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--changes9
2 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0285404..430c0a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-06-21 Kevin Kenny <kennykb@acm.org>
+ *** 8.4.11 TAGGED FOR RELEASE ***
+
* generic/tclFileName.c: Corrected a problem where a directory name
containing a colon can crash the process on Windows [Bug 1194458].
* tests/fileName.test: Added test for [file split] and
@@ -9,8 +11,6 @@
2005-06-21 Don Porter <dgp@users.sourceforge.net>
- *** 8.4.11 TAGGED FOR RELEASE ***
-
* generic/tclBasic.c: Made the walk of the active trace list aware
* generic/tclCmdMZ.c: of the direction of trace scanning, so the
* generic/tclInt.h: proper correction can be made. [Bug 1224585]
diff --git a/changes b/changes
index cf603c4..58010b8 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.79.2.20 2005/06/21 17:19:40 dgp Exp $
+RCS: @(#) $Id: changes,v 1.79.2.21 2005/06/21 19:38:40 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -6215,4 +6215,11 @@ Documentation improvements [1075433,1085127,1117017,1124160,1149605,etc.]
2005-06-21 (bug fix)[1201035,1224585] execution trace crashes (porter)
+2005-06-21 (bug fix)[1194458] Windows: [file split] (kenny,porter)
+
+2005-06-21 (revert)[947693,1225044] Windows: 2005-04-19 change to honor
+blocking during close led to multiple test suite failures. Undone. (kenny)
+***POTENTIAL INCOMPATIBILITY***
+with Tcl 8.4.10 and 8.5. Restores compatibility with 8.4.9 and earlier.
+
--- Released 8.4.11, June 24, 2005 --- See ChangeLog for details ---