summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2009-12-23 11:17:33 (GMT)
committerdkf <dkf@noemail.net>2009-12-23 11:17:33 (GMT)
commitb5bc4cfb6bb2fa163ca83c45acdd6cc820799e2c (patch)
treebb83c2bdb235bebfffc35e21041df5cab1c5fd64 /ChangeLog
parent61cef092a8a16b925162f3147e7c1fb683c10b79 (diff)
downloadtcl-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--ChangeLog12
1 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e1ef94..106f6e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>