summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormdejong <mdejong>2002-01-11 19:21:13 (GMT)
committermdejong <mdejong>2002-01-11 19:21:13 (GMT)
commitd9723ae268a6f87a5cd4f64b031e01f026b3423d (patch)
treee6925482cea8f985b3b560949fbcc9a3b53f08d5
parentdba2ebb66e5a21275c2d60f5c4a9ff2e2f3deda8 (diff)
downloadtcl-d9723ae268a6f87a5cd4f64b031e01f026b3423d.zip
tcl-d9723ae268a6f87a5cd4f64b031e01f026b3423d.tar.gz
tcl-d9723ae268a6f87a5cd4f64b031e01f026b3423d.tar.bz2
added missing bug number
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d73727..9c7d3dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@
* unix/Makefile.in: Burn Tcl build directory
into tcltest executable to avoid crashes caused
by ld loading a previously installed version
- of the tcl shared library.
+ of the tcl shared library. [Bug 218110]
2002-01-10 Don Porter <dgp@users.sourceforge.net>,
Kevin Kenny <kennykb@users.sourceforge.net>