diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-23 11:17:33 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-23 11:17:33 (GMT) |
commit | d267c20fe43b1a00bb1e392f86443133855c2afe (patch) | |
tree | bb83c2bdb235bebfffc35e21041df5cab1c5fd64 /ChangeLog | |
parent | 3a53365f6bd955a33150ac9ca7097adc46f2acdc (diff) | |
download | tcl-d267c20fe43b1a00bb1e392f86443133855c2afe.zip tcl-d267c20fe43b1a00bb1e392f86443133855c2afe.tar.gz tcl-d267c20fe43b1a00bb1e392f86443133855c2afe.tar.bz2 |
[Bug 2913625]: Stop information about paths from leaking through [info script]
and [info nameofexecutable].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,8 +1,14 @@ +2009-12-23 Donal K. Fellows <dkf@users.sf.net> + + * library/safe.tcl (AliasSource, AliasExeName): [Bug 2913625]: Stop + information about paths from leaking through [info script] and [info + nameofexecutable]. + 2009-12-23 Jan Nijtmans <nijtmans@users.sf.net> - * unix/tcl.m4 Install libtcl8.6.dll in bin directory - * unix/Makefile.in - * unix/configure (regenerated) + * unix/tcl.m4: Install libtcl8.6.dll in bin directory + * unix/Makefile.in: + * unix/configure: (regenerated) 2009-12-22 Donal K. Fellows <dkf@users.sf.net> |