summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-11 19:24:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-11 19:24:12 (GMT)
commitc31e9810372c9b7fb8b61dd0840ed8f87ecf79f0 (patch)
tree37f171a4b263d41bda7476cc74cbf8bfc82833d6 /ChangeLog
parent024b92cb1e7bd2653beee2d010f1baf39010cacc (diff)
downloadtcl-c31e9810372c9b7fb8b61dd0840ed8f87ecf79f0.zip
tcl-c31e9810372c9b7fb8b61dd0840ed8f87ecf79f0.tar.gz
tcl-c31e9810372c9b7fb8b61dd0840ed8f87ecf79f0.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.
Forgot one important '%'
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 704fd06..aecbf9c 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