summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-11-18 23:35:52 (GMT)
committerhobbs <hobbs>2003-11-18 23:35:52 (GMT)
commit49d7731ac71dff31988ed094ce4c7c72dc5353f1 (patch)
tree38465dd0ce9cc512e4e68057a90395c40646f12c /ChangeLog
parentfa21483afb1b8a95e33287eaa28f20f0bb319d40 (diff)
downloadtcl-49d7731ac71dff31988ed094ce4c7c72dc5353f1.zip
tcl-49d7731ac71dff31988ed094ce4c7c72dc5353f1.tar.gz
tcl-49d7731ac71dff31988ed094ce4c7c72dc5353f1.tar.bz2
updated for 8.4.5 release
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b650269..0cc9bae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-11-18 Jeff Hobbs <jeffh@ActiveState.com>
+
+ *** 8.4.5 TAGGED FOR RELEASE ***
+
+ * changes: updated for 8.4.5 release
+
2003-11-17 Don Porter <dgp@users.sourceforge.net>
* generic/regcomp.c: Backported regexp bug fixes and tests. Thanks
@@ -161,8 +167,8 @@
* tests/regexp.test: Matched [makeFile] with [removeFile].
* tests/regexpComp.test: [Bug 675652]
- * tests/fCmd.test (fCmd-8.2): Test only that tilde-substitution
- happens, not for any particular result. [Bug 685991]
+ * tests/fCmd.test (fCmd-8.2): Test only that tilde-substitution
+ happens, not for any particular result. [Bug 685991]
* unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path so
that alpha and beta releases of Tcl are not favored. [Bug 608698]