diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-15 09:41:47 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-15 09:41:47 +0000 |
commit | f04b4c74a70280de871b3487558772045d498a27 (patch) | |
tree | 6e5761c58a9b31ee89320924f1e8326c89c8ae34 /ChangeLog | |
parent | 6d8ec99c3519dce73c86705841254c6b68011055 (diff) | |
download | zsh-f04b4c74a70280de871b3487558772045d498a27.tar.gz zsh-f04b4c74a70280de871b3487558772045d498a27.tar.xz zsh-f04b4c74a70280de871b3487558772045d498a27.zip |
more security in completion matching (11924)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 40b7bc380..049fdbf21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,8 @@ 2000-06-15 Sven Wischnowsky <wischnow@zsh.org> + * 11924: Src/Zle/compmatch.c: more security in completion matching + * 11915: Completion/Core/_files, Doc/Zsh/compsys.yo: make _files try each pattern only once (and stop after `*') |