summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-11-04 04:47:59 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-11-04 04:47:59 (GMT)
commit81400277fe84e58e0ba9ad3ac57ad5637fe08b0f (patch)
tree2d160d70a4167ff7f09c4238debf4666c7e86faf /changes
parent782b735b4162b2776d90523e82bbc7ee0245a554 (diff)
downloadtcl-81400277fe84e58e0ba9ad3ac57ad5637fe08b0f.zip
tcl-81400277fe84e58e0ba9ad3ac57ad5637fe08b0f.tar.gz
tcl-81400277fe84e58e0ba9ad3ac57ad5637fe08b0f.tar.bz2
2009-11-03 Andreas Kupries <andreask@activestate.com>
* library/safe.tcl (::safe::InterpSetConfig): [Bug 2854929]. Added code to recursively find deeper paths which may contain modules. Required to handle modules with names like 'platform::shell', which translate into 'platform/shell-X.tm', i.e arbitrarily deep subdirectories.
Diffstat (limited to 'changes')
-rw-r--r--changes8
1 files changed, 5 insertions, 3 deletions
diff --git a/changes b/changes
index 380ef2f..1cfef48 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.136.2.19 2009/11/03 19:16:06 dgp Exp $
+RCS: @(#) $Id: changes,v 1.136.2.20 2009/11/04 04:47:59 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -7394,9 +7394,11 @@ among multiple interps (kupries)
2009-10-24 Broken DST applied EU rules to US zones (lehenbauer,kenny)
-2009-10-27 tzdata updated to Olson's tzdata2009p (kenny)
-
2009-10-29 (bug fix)[2800740] halved bignum memory on 64-bit systems (porter)
*** POTENTIAL INCOMPATIBILITY ***
+2009-11-03 tzdata updated to Olson's tzdata2009q (kenny)
+
+2009-11-03 (bug fix)[2854929] TM search path support in Safe Base (kupries)
+
--- Released 8.5.8, November xx, 2009 --- See ChangeLog for details ---