diff options
author | Clint Adams <clint@users.sourceforge.net> | 2009-01-29 16:27:36 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2009-01-29 16:27:36 +0000 |
commit | 844b8b33d34212c10ae1290e5419ca5d463d9e89 (patch) | |
tree | f1f9bc58f95700ba0003cbc7042cc428b49e5da7 /ChangeLog | |
parent | 8b7a0fb1040181137a068f9fc4a2686706d068a7 (diff) | |
download | zsh-844b8b33d34212c10ae1290e5419ca5d463d9e89.tar.gz zsh-844b8b33d34212c10ae1290e5419ca5d463d9e89.tar.xz zsh-844b8b33d34212c10ae1290e5419ca5d463d9e89.zip |
26483: Completion/Unix/Command/_getfacl, Completion/Unix/Command/_setfacl: handle SGI's acl programs as well as Cygwin's.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 8ca1d2869..f2b8d98ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,9 @@ --unified-reject-files, --global-reject-file. * unposted: move _getfacl and _setfacl from Completion/Cygwin/Command to Completion/Unix/Command. + * 26483: Completion/Unix/Command/_getfacl, + Completion/Unix/Command/_setfacl: handle SGI's acl programs as well + as Cygwin's. 2009-01-29 Peter Stephenson <pws@csr.com> @@ -11035,5 +11038,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4532 $ +* $Revision: 1.4533 $ ***************************************************** |