summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2003-03-23 01:34:40 (GMT)
committerKevin B Kenny <kennykb@acm.org>2003-03-23 01:34:40 (GMT)
commit668371a4f1e9f90b7d69d55e27ebeef487148ddd (patch)
tree81bc46bfc7cd742cc26f5135b44467fa666d3cc4 /ChangeLog
parent7397eb21b5546e2f2db642b3a7fda20d24bfd70b (diff)
downloadtcl-668371a4f1e9f90b7d69d55e27ebeef487148ddd.zip
tcl-668371a4f1e9f90b7d69d55e27ebeef487148ddd.tar.gz
tcl-668371a4f1e9f90b7d69d55e27ebeef487148ddd.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 95cbae6..54cf21d 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-20 Don Porter <dgp@users.sourceforge.net>
* generic/tclInt.h (tclOriginalNotifier):