diff options
| author | dgp <dgp@users.sourceforge.net> | 2005-06-21 19:38:21 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2005-06-21 19:38:21 (GMT) |
| commit | 0375edfa2db5ae21e0d5d56f26b5eb4d62a2fe1e (patch) | |
| tree | a059997e07829fda54ca353b2b4bad92507099fd | |
| parent | 39d2527aa71f2aa2461b42184a903b08b30fe144 (diff) | |
| download | tcl-0375edfa2db5ae21e0d5d56f26b5eb4d62a2fe1e.zip tcl-0375edfa2db5ae21e0d5d56f26b5eb4d62a2fe1e.tar.gz tcl-0375edfa2db5ae21e0d5d56f26b5eb4d62a2fe1e.tar.bz2 | |
update changes and release tag
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | changes | 9 |
2 files changed, 10 insertions, 3 deletions
@@ -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] @@ -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 --- |
