diff options
author | dgp <dgp@users.sourceforge.net> | 2005-11-18 15:49:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-11-18 15:49:06 (GMT) |
commit | 9111fc11c29a3c9209dfc0baf0672eaff01e6ef3 (patch) | |
tree | fce61b161e070ec5a5551089d2fa97d95a3cf480 | |
parent | 14f3572945fca6c99e0103cd0f4021c76d33509b (diff) | |
download | tcl-9111fc11c29a3c9209dfc0baf0672eaff01e6ef3.zip tcl-9111fc11c29a3c9209dfc0baf0672eaff01e6ef3.tar.gz tcl-9111fc11c29a3c9209dfc0baf0672eaff01e6ef3.tar.bz2 |
update 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.27 2005/11/15 23:41:18 dgp Exp $ +RCS: @(#) $Id: changes,v 1.79.2.28 2005/11/18 15:49:06 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -6309,4 +6309,6 @@ Restores Tcl 8.4.9 behavior (porter) 2005-11-15 (Win bug fix)[926016,1353840] correct [file mtime] (kenny) +2005-11-18 (bug fix)[1358369] URL parsing standards compliance (wu,fellows) + --- Released 8.4.12, November 30, 2005 --- See ChangeLog for details --- |