diff options
author | dkf <dkf@noemail.net> | 2009-12-23 11:17:33 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2009-12-23 11:17:33 (GMT) |
commit | b5bc4cfb6bb2fa163ca83c45acdd6cc820799e2c (patch) | |
tree | bb83c2bdb235bebfffc35e21041df5cab1c5fd64 /ChangeLog | |
parent | 61cef092a8a16b925162f3147e7c1fb683c10b79 (diff) | |
download | tcl-b5bc4cfb6bb2fa163ca83c45acdd6cc820799e2c.zip tcl-b5bc4cfb6bb2fa163ca83c45acdd6cc820799e2c.tar.gz tcl-b5bc4cfb6bb2fa163ca83c45acdd6cc820799e2c.tar.bz2 |
[Bug 2913625]: Stop information about paths from leaking through [info script]
and [info nameofexecutable].
FossilOrigin-Name: 41ff8cabc7aeb69ad074bc64fef22a49f8bc255c
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> |