summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-21 09:48:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-21 09:48:03 (GMT)
commit0b65aa03a149454b15064d63aa2043fe094d3016 (patch)
tree9bafb3cbf539e33876ca81fe98aebfcd0e9b79c4 /ChangeLog
parent103201730d4a0d6ae4285eba46066393dc3a831d (diff)
parentcf052af7a9a777686a38795916133d12e938984e (diff)
downloadtcl-0b65aa03a149454b15064d63aa2043fe094d3016.zip
tcl-0b65aa03a149454b15064d63aa2043fe094d3016.tar.gz
tcl-0b65aa03a149454b15064d63aa2043fe094d3016.tar.bz2
[Bug #3362446]: registry keys command fails with 8.5/8.6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0eea8b1..b84440c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
-2012-06-19 Jan Nijtmans <nijtmans@users.sf.net>
+2012-06-21 Jan Nijtmans <nijtmans@users.sf.net>
- * win/tclWinReg.c: Plug memory leak, part of [Bug #3362446]
- * library/reg/pkgIndex.tcl: Dde version should be 1.3.0, not 1.3
+ * win/tclWinReg.c: [Bug #3362446]: registry keys command fails
+ * tests/registry.test: with 8.5/8.6
2012-06-11 Don Porter <dgp@users.sourceforge.net>