diff options
author | dgp <dgp@users.sourceforge.net> | 2009-11-04 04:47:59 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-11-04 04:47:59 (GMT) |
commit | 81400277fe84e58e0ba9ad3ac57ad5637fe08b0f (patch) | |
tree | 2d160d70a4167ff7f09c4238debf4666c7e86faf /ChangeLog | |
parent | 782b735b4162b2776d90523e82bbc7ee0245a554 (diff) | |
download | tcl-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 'ChangeLog')
-rw-r--r-- | ChangeLog | 34 |
1 files changed, 21 insertions, 13 deletions
@@ -1,16 +1,3 @@ -2009-11-03 Kevin B. Kenny <kennykb@acm.org> - - * library/tzdata/Asia/Novokuznetsk: New tzdata locale for - Kemerovo oblast', which now keeps Novosibirsk time and not - Kranoyarsk time. - * library/tzdata/Asia/Damascus: Syrian DST changes. - * library/tzdata/Asia/Hong_Kong: Hong Kong historic DST corrections. - Olson tzdata2009q. - -2009-11-03 Pat Thoyts <patthoyts@users.sourceforge.net> - - * tests/tcltest.test: Backport permissions fix for Win7. - 2009-11-03 Don Porter <dgp@users.sourceforge.net> *** 8.5.8 TAGGED FOR RELEASE *** @@ -28,6 +15,27 @@ * changes: Update for 8.5.8 release. +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. + +2009-11-03 Kevin B. Kenny <kennykb@acm.org> + + * library/tzdata/Asia/Novokuznetsk: New tzdata locale for + Kemerovo oblast', which now keeps Novosibirsk time and not + Kranoyarsk time. + * library/tzdata/Asia/Damascus: Syrian DST changes. + * library/tzdata/Asia/Hong_Kong: Hong Kong historic DST corrections. + Olson tzdata2009q. + +2009-11-03 Pat Thoyts <patthoyts@users.sourceforge.net> + + * tests/tcltest.test: Backport permissions fix for Win7. + 2009-10-31 Donal K. Fellows <dkf@users.sf.net> * generic/tclBasic.c (ExprRoundFunc): [Bug 2889593]: Correctly report |