[Bash-completion-commits] [SCM] bash-completion branch, 2.x, updated. 1.90-122-g9621998

David Paleino dapal at debian.org
Sat Jan 7 23:17:44 UTC 2012


The following commit has been merged in the 2.x branch:
commit 9621998546a02d8a8f5a241e36a03099d6bced68
Author: David Paleino <dapal at debian.org>
Date:   Sun Jan 8 00:06:33 2012 +0100

    Release 1.99 -- hopefully the last 2.0 preview

diff --git a/CHANGES b/CHANGES
index 17667d0..e650f5e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,79 @@
+bash-completion (1.99)
+
+  * Hopefully the last 2.0 preview.
+
+  [ David Paleino ]
+  * Correctly list purgeable packages for dpkg --listfiles and dpkg
+    --purge (Debian: #647684)
+  * Fix bash_completion paths in README (Debian: #647941)
+
+  [ Florian Hubold ]
+  * xv: Add *.eps and *.ps to filename completions (Alioth: #313477)
+
+  [ Igor Murzov ]
+  * Add and use _sysvdirs() function that sets correct SysV init
+    directory.
+  * cppcheck: Add new options introduced in cppcheck-1.52.
+  * cppcheck: Several ids separated by commas can be given for
+    --enable=.
+  * _known_hosts_real: Add some quotes (Alioth #313158)
+  * Merge completions/service into the bash_completion script.
+  * _modules: Follow symlinks in /lib/modules/$(uname -r) (Alioth:
+    #313461)
+  * mount, umount: Add linux-specific completions.
+  * mount: Don't suggest short options.
+  * pidof: Don't check OS type (Alioth #311403)
+  * removepkg: Make it possible to complete filenames.
+  * umount: Fix for completion of relative paths.
+  * upgradepkg: Support oldpackage%newpackage notation.
+  * wine: Complete all files after an .exe (Alioth #313131)
+  * New completions:
+    - htop, nethogs.
+
+  [ Jan Kratochvil ]
+  * rpm: Treat -r as --root (RedHat: #759224).
+
+  [ Raphaël Droz ]
+  * Added a word about compopt -o nospace in styleguide.txt.
+  * _ip_addresses: Make it locale agnostic.
+
+  [ Ville Skyttä ]
+  * cc, c++: Install gcc completion if compiler looks like GCC
+    (Alioth: #311408).
+  * cppcheck: Offer header filename completions too.
+  * curl: Add bunch of new option argument completions.
+  * dequote: Use printf instead of echo (Alioth: #312163).
+  * dict: Speed up word completion with common use cases and large
+    word lists.
+  * dmesg: Adapt to versions returning long options.
+  * Document $split && return.
+  * _filedir, _tilde: Ignore compopt stderr for direct invocations in
+    unit tests.
+  * Include doc/ in dist tarball.
+  * _known_hosts_real: Handle more than two hostnames per known hosts
+    line (Debian: #647352).
+  * _known_hosts_real: Include hosts reported by ruptime (Alioth:
+    #313308).
+  * _known_hosts_real: Support > 1 files per *KnownHostsFile line
+    (Debian: #650514).
+  * lintian: Use <<< instead of echo and a pipe (Alioth: #312163).
+  * lrzip: -T no longer takes an argument since version 0.570.
+  * _mac_addresses: Grab addresses from FreeBSD's ifconfig -a output
+    too.
+  * make: Add -j/--jobs completion, complete up to number of CPUs * 2.
+  * _muttconffiles: Use printf instead of echo (Alioth: #312163).
+  * _parse_help, _parse_usage: If first arg is "-", read from stdin.
+  * rpm: Add --delsign completion, don't suggest --resign (identical
+    to --addsign).
+  * _variables: New function split from _init_completion.
+  * vi and friends: Fix /etc/ld.so.conf.d/* completion (Alioth:
+    #312409).
+  * New completions:
+    - plague-client, desktop-file-validate, valgrind, ccache, iperf,
+      koji, lzip, udevadm.
+
+ -- David Paleino <d.paleino at gmail.com>  Sat, 07 Jan 2012 23:52:36 +0100
+
 bash-completion (1.90)
 
   * bash-completion 2 preview: dynamic loading of completions.
diff --git a/bash_completion b/bash_completion
index 51c8a13..374e20c 100644
--- a/bash_completion
+++ b/bash_completion
@@ -24,7 +24,7 @@
 #
 #   http://bash-completion.alioth.debian.org/
 #
-#   RELEASE: 1.90
+#   RELEASE: 1.99
 
 if [[ $- == *v* ]]; then
     BASH_COMPLETION_ORIGINAL_V_VALUE="-v"
diff --git a/configure.ac b/configure.ac
index 34b0fdd..999f653 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([bash-completion], [1.90])
+AC_INIT([bash-completion], [1.99])
 AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip -Wall -Werror])
 AC_PROG_LN_S
 AC_SUBST(compatdir, $sysconfdir/bash_completion.d)

-- 
bash-completion



More information about the Bash-completion-commits mailing list