summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-11-10 22:42:06 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-11-10 22:42:06 (GMT)
commitd081bdaefdd5c97a2957145ea3f0ed540aa55942 (patch)
tree5e68bff272addf4657c3e95aaaabaff686717b47 /ChangeLog
parent32aba931e84dea723663e8d37fa621e161e4b50e (diff)
downloadtcl-d081bdaefdd5c97a2957145ea3f0ed540aa55942.zip
tcl-d081bdaefdd5c97a2957145ea3f0ed540aa55942.tar.gz
tcl-d081bdaefdd5c97a2957145ea3f0ed540aa55942.tar.bz2
* library/dde/pkgIndex.tcl: Added safeguards so that registry
* library/reg/pkgIndex.tcl: and dde packages are not offered * win/tclWinDde.c: on non-Windows platforms. Bumped to * win/tclWinReg.c: registry 1.1.3 and dde 1.2.2.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09e18cc..1eeecfa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,11 @@
* win/tclWinInit.c (TclpInitLibraryPath): for [Bug 832657]
that should not run afoul of startup constraints.
+ * library/dde/pkgIndex.tcl: Added safeguards so that registry
+ * library/reg/pkgIndex.tcl: and dde packages are not offered
+ * win/tclWinDde.c: on non-Windows platforms. Bumped to
+ * win/tclWinReg.c: registry 1.1.3 and dde 1.2.2.
+
2003-11-06 Jeff Hobbs <jeffh@ActiveState.com>
* tests/unixInit.test (unixInit-2.10): mark as knownBug