summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-06-20 19:27:34 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-06-20 19:27:34 (GMT)
commitf30deabc275ddab26044f09ba7f710650f926feb (patch)
treeaf120861d5e15f55deb980c50b09253eaa1d3902
parentf1797e198ccb2c3a784d65272c7eb5d3fa9ca502 (diff)
downloadtcl-f30deabc275ddab26044f09ba7f710650f926feb.zip
tcl-f30deabc275ddab26044f09ba7f710650f926feb.tar.gz
tcl-f30deabc275ddab26044f09ba7f710650f926feb.tar.bz2
another update for 8.5.3
-rw-r--r--ChangeLog2
-rw-r--r--changes4
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9420469..fe76282 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2008-06-19 Don Porter <dgp@users.sourceforge.net>
+ * changes: Update for 8.5.3 release.
+
* generic/tclInterp.c: Fixed completely boneheaded mistake that
* tests/interp.test: [interp bgerror $slave] and [$slave bgerror]
would always act like [interp bgerror {}]. [Bug 1999035].
diff --git a/changes b/changes
index e9a55f2..b2bd764 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.136.2.2 2008/06/20 13:57:04 das Exp $
+RCS: @(#) $Id: changes,v 1.136.2.3 2008/06/20 19:27:37 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -7215,4 +7215,6 @@ variables without "." added to customization hooks (kupries)
2008-06-12 (platform support) Solaris/amd64 gcc 64bit support (steffen)
+2008-06-20 (bug fix)[1999035] make [interp bgerror $i] act in $i (porter)
+
--- Released 8.5.3, June ??, 2008 --- See ChangeLog for details ---