summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-11-21 18:18:34 (GMT)
committerhobbs <hobbs>2003-11-21 18:18:34 (GMT)
commit984b37018da21e9a5d5f716e9677c6a67ac8f4cf (patch)
treefb6bf1029bd44966827794e4db764edc0fe0d5fd /ChangeLog
parent90ca0a1e90bb0be97e3b63c92c6b85c4f64a6f6a (diff)
downloadtcl-984b37018da21e9a5d5f716e9677c6a67ac8f4cf.zip
tcl-984b37018da21e9a5d5f716e9677c6a67ac8f4cf.tar.gz
tcl-984b37018da21e9a5d5f716e9677c6a67ac8f4cf.tar.bz2
moved core-8-4-5 tag to include las test correctioncore_8_4_5
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4bd5086..a958e96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,12 @@
2003-11-21 Don Porter <dgp@users.sourceforge.net>
+ *** 8.4.5 TAGGED FOR RELEASE ***
+
* tests/windFCmd.test (winFCmd-16.10): Corrected failure to
initialize variable $dd that caused test suite failure.
2003-11-20 Miguel Sofer <msofer@users.sf.net>
- *** 8.4.5 TAGGED FOR RELEASE ***
-
* generic/tclVar.c: fix flag bit collision between
LOOKUP_FOR_UPVAR and TCL_PARSE_PART1 (deprecated) [Bug 835020]