summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-04-08 16:02:07 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-04-08 16:02:07 (GMT)
commit56d606da4f2c662cd78633e61ac518bd99f52c57 (patch)
tree308410a7672c62d0bca58e1c415e7056b7f970e2 /ChangeLog
parenta04bd79877fc0082c18a3b9f7afa934b9f67cfd0 (diff)
downloadtcl-56d606da4f2c662cd78633e61ac518bd99f52c57.zip
tcl-56d606da4f2c662cd78633e61ac518bd99f52c57.tar.gz
tcl-56d606da4f2c662cd78633e61ac518bd99f52c57.tar.bz2
* library/tcltest/tcltest.tcl: Fixed unsafe [eval]s in the tcltest
* library/tcltest/pkgIndex.tcl: package. [Bug 2570363]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a31480e..4deb40b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-08 Don Porter <dgp@users.sourceforge.net>
+
+ * library/tcltest/tcltest.tcl: Fixed unsafe [eval]s in the tcltest
+ * library/tcltest/pkgIndex.tcl: package. [Bug 2570363]
+
2009-04-07 Don Porter <dgp@users.sourceforge.net>
* generic/tclStringObj.c: Completed backports of fixes for