summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-07-11 17:25:50 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-07-11 17:25:50 (GMT)
commit57210182c3dac9535f6af80d1aed39eb684b6850 (patch)
tree4ccf27bcf921aa8fb17aea14ba611fc899484997 /ChangeLog
parentcccb6933e3db724a7a15fe11ef0b831948984e9d (diff)
downloadtcl-57210182c3dac9535f6af80d1aed39eb684b6850.zip
tcl-57210182c3dac9535f6af80d1aed39eb684b6850.tar.gz
tcl-57210182c3dac9535f6af80d1aed39eb684b6850.tar.bz2
* library/package.tcl: Corrected [pkg_mkIndex] bug reported on
comp.lang.tcl. The indexer was searching for newly indexed packages instead of newly provided packages.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c479561..645bdf8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-11 Don Porter <dgp@users.sourceforge.net>
+
+ * library/package.tcl: Corrected [pkg_mkIndex] bug reported on
+ comp.lang.tcl. The indexer was searching for newly indexed packages
+ instead of newly provided packages.
+
2003-07-08 Vince Darley <vincentdarley@users.sourceforge.net>
* tests/winFCmd.test: fix for five tests under win98 [Bug 767679]