summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-12-23 11:17:33 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-12-23 11:17:33 (GMT)
commitd267c20fe43b1a00bb1e392f86443133855c2afe (patch)
treebb83c2bdb235bebfffc35e21041df5cab1c5fd64 /ChangeLog
parent3a53365f6bd955a33150ac9ca7097adc46f2acdc (diff)
downloadtcl-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--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>