diff options
author | dgp <dgp@users.sourceforge.net> | 2005-06-22 20:26:22 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-06-22 20:26:22 (GMT) |
commit | c020600660d7f30a3cf6a153883cfaa7364ffa8c (patch) | |
tree | 95eae78e54202175090a45639da021ad1c938474 /changes | |
parent | ae6de3127e8d6bef55078a9e0deca23676388b04 (diff) | |
download | tcl-c020600660d7f30a3cf6a153883cfaa7364ffa8c.zip tcl-c020600660d7f30a3cf6a153883cfaa7364ffa8c.tar.gz tcl-c020600660d7f30a3cf6a153883cfaa7364ffa8c.tar.bz2 |
update for 8.4.11
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.79.2.21 2005/06/21 19:38:40 dgp Exp $ +RCS: @(#) $Id: changes,v 1.79.2.22 2005/06/22 20:26:22 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -6222,4 +6222,6 @@ 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. +2005-06-22 (bug fix)[1225727] Windows: pipe finalization crash (kenny) + --- Released 8.4.11, June 24, 2005 --- See ChangeLog for details --- |