diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2013-02-01 20:35:10 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2013-02-01 20:35:10 +0000 |
commit | ef8e43aed20885327a8dc89c02ee877c7096e77b (patch) | |
tree | c2c988969311e22433b01e79c918c321786b1841 /ChangeLog | |
parent | af68fb3cf49982c3f80ae65ef83c5dff3db67fc2 (diff) | |
download | zsh-ef8e43aed20885327a8dc89c02ee877c7096e77b.tar.gz zsh-ef8e43aed20885327a8dc89c02ee877c7096e77b.tar.xz zsh-ef8e43aed20885327a8dc89c02ee877c7096e77b.zip |
31015: compaudit fix to allow executable owner to own completion files
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 2830fc55b..f0ea6c743 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-02-01 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 31015: Completion: compaudit: where we can find who owns the + zsh executable, allow the same owner to own completion files. + 2013-02-01 Mikael Magnusson <mikachu@gmail.com> * unposted: Fix _prove completer commit. @@ -483,5 +488,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5793 $ +* $Revision: 1.5794 $ ***************************************************** |