madsmith / bash-completion-lib

Automatically exported from code.google.com/p/bash-completion-lib
GNU General Public License v2.0
0 stars 0 forks source link

Add Ubuntu patches (20060301-0ubuntu2) #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
* Replace bash (<< 3.1dfsg-9), handle upgrade in preinst.
* Exclude hashed hostnames from ssh host completion results. Closes: #428085.
* Fix: ifup/down don't really complete. Closes: #463756.
* Allow perl completion to complete filenames, complete -I and -x arguments.
  Closes: #443394.
* Add find -wholename completion. Closes: #431220.
* Handle whitespaces in $HOME for _known_hosts() completion. Closes: #414821.
* dpkg -L: complete for removed-but-not-purged packages. Closes: #372156.
* Complete for apt-get autoremove. Closes: #433542, #443816, #445332.
* Update completion for mplayer (mka/flac). Closes: #340452.
* Add ping6/fping6 completion. Closes: #413170.
* Handle whitespace in paths for mount/umount completion. Closes: #367957.
* apt-get: Support --auto-remove. LP: #60666.

Original issue reported on code.google.com by fvu...@gmail.com on 24 May 2008 at 9:03

GoogleCodeExporter commented 8 years ago
Most of the code now comes from bash_completion-Debian-20060301-4 which also 
includes
20060301-0ubuntu2, so most of the patces should be included.  Tests should be 
written
to   make sure.

Original comment by fvu...@gmail.com on 29 Jun 2008 at 5:32

GoogleCodeExporter commented 8 years ago

Original comment by fvu...@gmail.com on 5 Sep 2008 at 4:00

GoogleCodeExporter commented 8 years ago
See https://bugs.launchpad.net/ubuntu for more information on Launchpad (LP) 
bugs.

Original comment by fvu...@gmail.com on 5 Oct 2008 at 7:55

GoogleCodeExporter commented 8 years ago
#428085
- Added handling of option `-F configfile' to ssh completion and _known_hosts
- Exclude hashed hostnames from ssh host completion results

To run automated test:

    $ ./runCompletionLib ssh.exp --debug

Fixed in r67.

Original comment by fvu...@gmail.com on 10 Oct 2008 at 8:49

GoogleCodeExporter commented 8 years ago
#428085
- Added handling of option `-F configfile' to scp completion and _known_hosts
- Exclude hashed hostnames from scp host completion results

To run automated test:

    $ ./runCompletionLib scp.exp --debug

Fixed in r71.

Original comment by fvu...@gmail.com on 31 Oct 2008 at 11:31

GoogleCodeExporter commented 8 years ago
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463756

Original comment by fvu...@gmail.com on 1 Nov 2008 at 10:49

GoogleCodeExporter commented 8 years ago
#463756
- Moved _configured_interfaces() from completionrc to separate file:
  include/_configured_interfaces
- Fixed argument completion of ifup/ifdown (Issue 5).

Fixed in r73.

Original comment by fvu...@gmail.com on 1 Nov 2008 at 11:38

GoogleCodeExporter commented 8 years ago
#443394
Allow perl completion to complete filenames, complete -I and -x arguments.

Fixed in r74.

Original comment by fvu...@gmail.com on 5 Nov 2008 at 12:29

GoogleCodeExporter commented 8 years ago
#431220
Add find -wholename completion.
Fixed in r75.

Original comment by fvu...@gmail.com on 5 Nov 2008 at 1:08

GoogleCodeExporter commented 8 years ago
#414821
Handle whitespaces in $HOME for _known_hosts() completion.
Fixes from Debian package were already added.

Allowed ssh/scp config file to contain spaces.
Added tests.

Fixed in r76.

Original comment by fvu...@gmail.com on 5 Nov 2008 at 9:15