summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-06-22 16:02:38 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-06-22 16:02:38 (GMT)
commit0b6f67ac8fecd83b2b1d800423a25f9cc16cc01d (patch)
treef1ba9ad3eb8dd80327b177af21c9588c91862840 /ChangeLog
parent010b2be795506ccc6a4626b8fdfffc07d24da07f (diff)
downloadtcl-0b6f67ac8fecd83b2b1d800423a25f9cc16cc01d.zip
tcl-0b6f67ac8fecd83b2b1d800423a25f9cc16cc01d.tar.gz
tcl-0b6f67ac8fecd83b2b1d800423a25f9cc16cc01d.tar.bz2
* tests/safe.test: Backport performance improvement from
reduced $::auto_path.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bd337c2..71a4025 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-06-22 Don Porter <dgp@users.sourceforge.net>
+
+ *** 8.4.11 TAGGED FOR RELEASE ***
+
+ * tests/safe.test: Backport performance improvement from
+ reduced $::auto_path.
+
2005-06-21 Pat Thoyts <patthoyts@users.sourceforge.net>
* tests/winDde.test: Added some waits to the dde server script to
@@ -7,8 +14,6 @@
2005-06-21 Kevin Kenny <kennykb@acm.org>
- *** 8.4.11 TAGGED FOR RELEASE ***
-
* generic/tclFileName.c: Corrected a problem where a directory name
containing a colon can crash the process on Windows [Bug 1194458].
* tests/fileName.test: Added test for [file split] and