summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-02-06 16:29:19 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-02-06 16:29:19 (GMT)
commitd42212caff8b39b67e45ffb2f80c0ca9123a7cae (patch)
tree323b63489c462e0168c70305a291fb6059618052 /ChangeLog
parentbed70f40d96aeecb25a9bc1f7a28f4adc49b1281 (diff)
downloadtcl-d42212caff8b39b67e45ffb2f80c0ca9123a7cae.zip
tcl-d42212caff8b39b67e45ffb2f80c0ca9123a7cae.tar.gz
tcl-d42212caff8b39b67e45ffb2f80c0ca9123a7cae.tar.bz2
* library/tcltest/tcltest.tcl: Filename arguments to [outputChannel]
and [errorChannel] (also -outfile and -errfile) were [open]ed but never [closed]. Also, [cleanupTests] could remove output or error files. [Bug 676978]. * library/tcltest/pkgIndex.tcl: Bumped to version 2.2.2.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2dcb136..93c0849 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-02-06 Don Porter <dgp@users.sourceforge.net>
+
+ * library/tcltest/tcltest.tcl: Filename arguments to [outputChannel]
+ and [errorChannel] (also -outfile and -errfile) were [open]ed but
+ never [closed]. Also, [cleanupTests] could remove output or error
+ files. [Bug 676978].
+ * library/tcltest/pkgIndex.tcl: Bumped to version 2.2.2.
+
2003-02-05 Mo DeJong <mdejong@users.sourceforge.net>
* tests/interp.test: