Add missing bug numbers, and re-wrap lines at 80

This commit is contained in:
David Paleino 2010-06-14 08:52:37 +02:00
parent 219f4ef350
commit a7df40ce10

15
CHANGES
View File

@ -51,14 +51,14 @@ bash-completion (2.x)
to using the complete/compgen features directly, and BASH_VERSINFO to using the complete/compgen features directly, and BASH_VERSINFO
for bash version checks. for bash version checks.
* Protect various completions from unusual user input by not embedding the * Protect various completions from unusual user input by not embedding the
input in external command arguments (Debian: 552631). input in external command arguments (Debian: #552631).
* Add /sbin to $PATH when invoking ifconfig and iwconfig. * Add /sbin to $PATH when invoking ifconfig and iwconfig.
* Combine dcop and qdbus completions into the latter. * Combine dcop and qdbus completions into the latter.
* awk and sed usage portability fixes (Alioth: #311393). * awk and sed usage portability fixes (Alioth: #311393, Debian: #501479).
* Fix leaking local variables from various completions. * Fix leaking local variables from various completions.
* Turn on -o filenames in _filedir on bash >= 4. * Turn on -o filenames in _filedir on bash >= 4.
* Deprecate modules completion, upstream modules >= 3.2.7 ships one. * Deprecate modules completion, upstream modules >= 3.2.7 ships one.
* Protect grep invocations from user aliases (Alioth: 312143). * Protect grep invocations from user aliases (Alioth: #312143).
* Split sshfs completion from contrib/ssh into contrib/sshfs. * Split sshfs completion from contrib/ssh into contrib/sshfs.
* Split mount and umount completion into contrib/mount. * Split mount and umount completion into contrib/mount.
* Split service completion into contrib/service. * Split service completion into contrib/service.
@ -93,7 +93,7 @@ bash-completion (2.x)
* Fix modules completion for "(default)" entries. * Fix modules completion for "(default)" entries.
[ Jeremie Lasalle Ratelle ] [ Jeremie Lasalle Ratelle ]
* Fix rsync remote path completion (Alioth: #312173). * Fix rsync remote path completion (Alioth: #312173, Gentoo: #297818).
[ Leonard Crestez ] [ Leonard Crestez ]
* Improve ssh -o suboption completion (Alioth: #312122). * Improve ssh -o suboption completion (Alioth: #312122).
@ -101,7 +101,8 @@ bash-completion (2.x)
* Fix completion of usernames (Alioth: #311396, Debian: #511788). * Fix completion of usernames (Alioth: #311396, Debian: #511788).
* Fix chown test crashing on systems with no root group (Alioth: #312306). * Fix chown test crashing on systems with no root group (Alioth: #312306).
* Fixed tests when BASH_COMPLETION or TESTDIR contain spaces. * Fixed tests when BASH_COMPLETION or TESTDIR contain spaces.
* Fix mount handling of escapes (Alioth: #311410, Launchpad: #219971). * Fix mount handling of escapes (Alioth: #311410, Launchpad: #219971,
Debian: #511149).
* Cleanup scripts to run tests. Make runUnit and runCompletion use test/run. * Cleanup scripts to run tests. Make runUnit and runCompletion use test/run.
Make it possible to run tests from any directory. Make it possible to run tests from any directory.
* Add a --debug-xtrace option to test/run using BASH_XTRACEFD from bash-4.1. * Add a --debug-xtrace option to test/run using BASH_XTRACEFD from bash-4.1.
@ -126,12 +127,12 @@ bash-completion (2.x)
* Improve xz completion (Alioth: #312466). * Improve xz completion (Alioth: #312466).
[ Mario Schwalbe ] [ Mario Schwalbe ]
* Update find completion (Alioth: #312491). * Update find completion (Alioth: #312491, Launchpad: #570113).
[ Mark van Rossum ] [ Mark van Rossum ]
* Add basic lyx completion. * Add basic lyx completion.
-- David Paleino <d.paleino@gmail.com> Sun, 11 Oct 2009 11:11:57 +0200 -- David Paleino <d.paleino@gmail.com> Mon, 14 Jun 2010 08:52:01 +0200
bash-completion (1.1) bash-completion (1.1)