summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2005-06-23 17:01:52 (GMT)
committerdas <das>2005-06-23 17:01:52 (GMT)
commit10e79f4f5579a69921d990800c1ead43c1486443 (patch)
tree113200a3aab69020c9a1fba183e1c26617ab5590 /ChangeLog
parentb91e3875cce9b06a7dc6435a374ffff17d92fd4f (diff)
downloadtcl-10e79f4f5579a69921d990800c1ead43c1486443.zip
tcl-10e79f4f5579a69921d990800c1ead43c1486443.tar.gz
tcl-10e79f4f5579a69921d990800c1ead43c1486443.tar.bz2
* tools/tcltk-man2html.tcl: fixed useversion glob pattern to accept
multi-digit patchlevels.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67af0c9..3d243af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-23 Daniel Steffen <das@users.sourceforge.net>
+
+ * tools/tcltk-man2html.tcl: fixed useversion glob pattern to accept
+ multi-digit patchlevels.
+
2005-06-22 Don Porter <dgp@users.sourceforge.net>
* win/tclWinFile.c: Potential buffer overflow. [Bug 1225571]