summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-11 19:30:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-11 19:30:42 (GMT)
commite1e93f5ffe5dc80b7dba23828817fed83f83f099 (patch)
treee27700ed8c7b156d4def38a90ab9d4b47194999e /ChangeLog
parent2f637c7fa9b533921164f3f424359d35ae2ae3ed (diff)
parent28049f564d31e4cc25a6b185b016563d4e2726c0 (diff)
downloadtcl-e1e93f5ffe5dc80b7dba23828817fed83f83f099.zip
tcl-e1e93f5ffe5dc80b7dba23828817fed83f83f099.tar.gz
tcl-e1e93f5ffe5dc80b7dba23828817fed83f83f099.tar.bz2
[Bug #3362446]: registry keys command fails with 8.5/8.6. Follow Microsofts example better in order to prevent problems when using HKEY_PERFORMANCE_DATA.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 389279c..e5c2dc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-07-11 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * win/tclWinReg.c: [Bug #3362446]: registry keys command fails
+ with 8.5/8.6. Follow Microsofts example better in order to prevent
+ problems when using HKEY_PERFORMANCE_DATA.
+
2012-07-10 Jan Nijtmans <nijtmans@users.sf.net>
* unix/tclUnixNotfy.c: [Bug 3541646] Don't panic on triggerPipe overrun