diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-20 07:15:38 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-20 07:15:38 +0000 |
commit | fb7bc3a9c7458b1492e7d7a766202d0cb0386185 (patch) | |
tree | 49890c4ec285a28e9194cca9c070cfae6a132303 /ChangeLog | |
parent | cde71bb1a58e8fd9a953106059e9415ab166de86 (diff) | |
download | zsh-fb7bc3a9c7458b1492e7d7a766202d0cb0386185.tar.gz zsh-fb7bc3a9c7458b1492e7d7a766202d0cb0386185.tar.xz zsh-fb7bc3a9c7458b1492e7d7a766202d0cb0386185.zip |
a bit of security for compinit (avoid using things writable by others); avoid handling files with the same name twice; remove compconf (11998)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 06b513be7..e1355fe1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-06-20 Sven Wischnowsky <wischnow@zsh.org> + + * 11998: ChangeLog, Completion/Builtins/_pids, Completion/Core/compdump, + Completion/Core/compinit, Doc/Zsh/compsys.yo: a bit of security + for compinit (avoid using things writable by others); avoid + handling files with the same name twice; remove compconf + 2000-06-19 Sven Wischnowsky <wischnow@zsh.org> * 11992: Src/Zle/complist.c: make undo break out of menu selection @@ -22,7 +29,7 @@ * 11973: Completion/Builtins/_zstyle, Completion/Core/_description, Completion/Core/_expand, Doc/Zsh/compsys.yo, Src/Zle/zle_tricky.c: allow _expand to expand braces; better detection of braces to - complete inC + complete instead of passing to shell code 2000-06-19 Peter Stephenson <pws@cambridgesiliconradio.com> |