summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-06-21 17:04:06 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-06-21 17:04:06 (GMT)
commitc7900c10851d47a90a6107dfb79c9aa77f3655d2 (patch)
treec3993f95dfb68352d9e8e149f99267c8f0cc8151 /ChangeLog
parent22ca5ec523a49ed377e9b660296b6fada9584cec (diff)
parent97a44d320d35cebb0ed167cd420005f24a5c4dff (diff)
downloadtcl-c7900c10851d47a90a6107dfb79c9aa77f3655d2.zip
tcl-c7900c10851d47a90a6107dfb79c9aa77f3655d2.tar.gz
tcl-c7900c10851d47a90a6107dfb79c9aa77f3655d2.tar.bz2
merge to RC
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da20558..473df78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2011-06-21 Don Porter <dgp@users.sourceforge.net>
+
+ *** 8.5.10 TAGGED FOR RELEASE ***
+
+ * changes: Update for 8.5.10 release.
+
+ * library/tcltest/tcltest.tcl (loadIntoSlaveInterpreter):
+ * library/tcltest/pkgIndex.tcl: Backport tcltest 2.3.3 for release
+ * unix/Makefile.in: with Tcl 8.5.*.
+ * win/Makefile.in:
+
+ * tests/init.test: Update test files to use new command.
+ * tests/pkg.test:
+
+ * generic/tclLink.c: Prevent multiple links to a single Tcl
+ variable when calling Tcl_LinkVar(). [Bug 3317466]
+
2011-06-13 Don Porter <dgp@users.sourceforge.net>
* generic/tclStrToD.c: [Bug 3315098] Mem leak fix from Gustaf Neumann.