summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2003-03-23 01:39:03 (GMT)
committerKevin B Kenny <kennykb@acm.org>2003-03-23 01:39:03 (GMT)
commitb52c9a2b4366612102ed299d835e0449d0edbf1b (patch)
treec7d53d34b39121319f7d27ee0c9cec619568b007 /ChangeLog
parent9cb6eb20a290f06006f72f409b1375a6141276ed (diff)
downloadtcl-b52c9a2b4366612102ed299d835e0449d0edbf1b.zip
tcl-b52c9a2b4366612102ed299d835e0449d0edbf1b.tar.gz
tcl-b52c9a2b4366612102ed299d835e0449d0edbf1b.tar.bz2
Fixed a bug where [package require dde] or [package require registry]
attempted to load the release version of the DLL into a debug build. [Bug 708218] Thanks to Joe Mistachkin for the patch.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb4fa59..fc511a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-03-22 Kevin Kenny <kennykb@acm.org>
+
+ * library/dde/pkgIndex.tcl:
+ * library/reg/pkgIndex.tcl: Fixed a bug where [package require dde]
+ or [package require registry] attempted to load the release version
+ of the DLL into a debug build. [Bug 708218] Thanks to Joe Mistachkin
+ for the patch.
+
2003-03-22 Pat Thoyts <patthoyts@users.sourceforge.net>
* win/tclWinDde.c: Make dde services conform the the documentation