diff options
author | Clint Adams <clint@users.sourceforge.net> | 2006-06-25 16:15:02 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2006-06-25 16:15:02 +0000 |
commit | 9bbc6e7daa0014ff4e814082a7a98321854a4b73 (patch) | |
tree | e696701c0f9cfa2bb1da78d7074520637cf3625e /ChangeLog | |
parent | 16db320811072c7b4d286e5b45dc938df2d7550a (diff) | |
download | zsh-9bbc6e7daa0014ff4e814082a7a98321854a4b73.tar.gz zsh-9bbc6e7daa0014ff4e814082a7a98321854a4b73.tar.xz zsh-9bbc6e7daa0014ff4e814082a7a98321854a4b73.zip |
unposted: autoload is-at-least in _tar if using GNU tar.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2ffac2261..fe9ba71d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-06-24 Clint Adams <clint@zsh.org> + * unposted: Completion/Unix/Command/_tar: autoload + is-at-least in _tar if using GNU tar. + * 22513: Completion/Unix/Command/_tar: only do that for GNU tar >= 1.14.91. |