summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-09-10 20:29:59 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-09-10 20:29:59 (GMT)
commit1acf9b7241eaddbf7682f4985b33b9c5eaf5b4a6 (patch)
treea1ea1fa908249962ae2305e86bb279299a0c3431 /ChangeLog
parent12cb56c96a1573c7c267898f9134285e1ed96a47 (diff)
downloadtcl-1acf9b7241eaddbf7682f4985b33b9c5eaf5b4a6.zip
tcl-1acf9b7241eaddbf7682f4985b33b9c5eaf5b4a6.tar.gz
tcl-1acf9b7241eaddbf7682f4985b33b9c5eaf5b4a6.tar.bz2
* library/opt/optparse.tcl: Overlooked dependence of opt 0.4.4
* library/opt/pkgIndex.tcl: on Tcl 8.2. Bumped to opt 0.4.4.1.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e178595..f4e8199 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-09-10 Don Porter <dgp@users.sourceforge.net>
+
+ * library/opt/optparse.tcl: Overlooked dependence of opt 0.4.4
+ * library/opt/pkgIndex.tcl: on Tcl 8.2. Bumped to opt 0.4.4.1.
+
2003-09-01 Zoran Vasiljevic <zoran@archiware.com>
* generic/tclIOUtil.c: backported fix from HEAD [Bug 788780]