summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2001-09-10 22:51:59 (GMT)
committermdejong <mdejong>2001-09-10 22:51:59 (GMT)
commit2b43fc71fcd40f3d6923f4cbd92f9b78f1828939 (patch)
treed4013749de246953981b5b34bd1e2ffb8ef8eb12 /ChangeLog
parent649daa3e00e2c8461a5a7a8ef11c16c1e520965e (diff)
downloadtcl-2b43fc71fcd40f3d6923f4cbd92f9b78f1828939.zip
tcl-2b43fc71fcd40f3d6923f4cbd92f9b78f1828939.tar.gz
tcl-2b43fc71fcd40f3d6923f4cbd92f9b78f1828939.tar.bz2
Fix ChangeLog entry, the item in question was
a patch and not a bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f99fb3b..a41eb9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@
* unix/configure: Regen.
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Don't include . characters
in the Tcl library name when building on FreeBSD 3.X and later
- systems. [Bug 450725]
+ systems. [Patch 450725]
2001-09-10 Andreas Kupries <andreas_kupries@users.sourceforge.net>