diff options
author | Sebastian Ramacher <sebastian@ramacher.at> | 2014-06-28 14:29:21 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-07-04 00:50:06 +0200 |
commit | 2abc8530dd259c3ac734e9464d2aa546c69b27ad (patch) | |
tree | 1a96324ceeb2f9c93f5967e68d2961b1c5d13797 /ChangeLog | |
parent | d6c759fc80b7162ce2b94877ebc8f18a52b81e10 (diff) | |
download | zsh-2abc8530dd259c3ac734e9464d2aa546c69b27ad.tar.gz zsh-2abc8530dd259c3ac734e9464d2aa546c69b27ad.tar.xz zsh-2abc8530dd259c3ac734e9464d2aa546c69b27ad.zip |
32814: Add some more recent dpkg options
Expands dpkg completion by adding the --add-architecture, --remove-architecture, and --print-foreign-architectures options. Initially submitted to Debian at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681518#13
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 52d9cb471..d8dd43ada 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,10 @@ * Daniel Bolton: 32815: Completion/Debian/Command/_aptitude: missing resolver options + * Sebastian Ramacher: 32814: Completion/Debian/Command/_dpkg: + Add --add-architecture, --remove-architecture, and + --print-foreign-architectures options. + 2014-07-03 Mikael Magnusson <mikachu@gmail.com> * 32821: Completion/Unix/Command/_gcc: Update _gcc as of GCC |