summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-11-21 18:31:42 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-11-21 18:31:42 (GMT)
commit6ac7a57e2334ef01629b511af9388158bb0d1034 (patch)
treeaa6ad517c91ef3af7a8a76eea7b0b1e029c0c84d
parent697fc6f988df717f0b7b05f1054f0e79ccf6c15e (diff)
downloadtcl-6ac7a57e2334ef01629b511af9388158bb0d1034.zip
tcl-6ac7a57e2334ef01629b511af9388158bb0d1034.tar.gz
tcl-6ac7a57e2334ef01629b511af9388158bb0d1034.tar.bz2
update changes
-rw-r--r--changes10
1 files changed, 8 insertions, 2 deletions
diff --git a/changes b/changes
index 2c24194..46d3109 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.79.2.28 2005/11/18 15:49:06 dgp Exp $
+RCS: @(#) $Id: changes,v 1.79.2.29 2005/11/21 18:31:42 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -6302,7 +6302,7 @@ Restores Tcl 8.4.9 behavior (porter)
2005-11-08 (bug fix)[1348775] unset trace memory leak (sofer)
-2005-11-08 (bug fix)[1162286] [package ifneeded] errors reported (lavana,porter)
+2005-11-08 (bug fix)[1162286] [package ifneeded] warns reported (lavana,porter)
*** POTENTIAL INCOMPATIBILITY ***
2005-11-09 (bug fix)[1350293] [after $negative $script] fixed (kenny)
@@ -6311,4 +6311,10 @@ Restores Tcl 8.4.9 behavior (porter)
2005-11-18 (bug fix)[1358369] URL parsing standards compliance (wu,fellows)
+2005-11-18 (bug fix)[1359094] Tclkit crash (thoyts, kupries)
+
+2005-11-18 (bug fix)[1355942,1355342] cmd delete trace/ namespace delete (sofer)
+
+2005-11-20 (bug fix)[1091431] Tcl_InitStubs failure crashes wish (english)
+
--- Released 8.4.12, November 30, 2005 --- See ChangeLog for details ---