summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2003-07-23 20:57:56 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2003-07-23 20:57:56 (GMT)
commit6248e23e7c565a5d6a254cf61caea7a49365cb2d (patch)
tree6bce1dbfec192e9af38c88a8552b21d080e8f25e /ChangeLog
parent5cc61e2eb64eeec7fe4d7da197a6044781805915 (diff)
downloadtcl-6248e23e7c565a5d6a254cf61caea7a49365cb2d.zip
tcl-6248e23e7c565a5d6a254cf61caea7a49365cb2d.tar.gz
tcl-6248e23e7c565a5d6a254cf61caea7a49365cb2d.tar.bz2
* win/tclWinReg.c: Incremented the version to 1.1.2.
* library/reg/pkgIndex.tcl:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a309c6..b9acee6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
* win/tclWinReg.c (OpenSubKey): Backported fix for bug 775976
which causes the registry set command to fail when built with VC7.
+ * library/reg/pkgIndex.tcl: Incremented the version to 1.1.2.
2003-07-21 Jeff Hobbs <jeffh@ActiveState.com>