Skip to content

Commit

Permalink
Release 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Feb 4, 2017
1 parent 23cc43b commit 2334214
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 3 deletions.
58 changes: 57 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,60 @@
bash-completion (2.5)

[ BartDeWaal ]
* Support for python gui source files (#91)

[ Ben Webber ]
* mr: New completion

[ Christian Kujau ]
* ssh-keygen: support ed25519 keys (#79)

[ Dara Adib ]
* Add sidedoor to _ssh() completion (#106)

[ George Kola ]
* .ipa is just a zip file and we should let unzip handle it (#71)

[ Miroslav Šustek ]
* ant: parse targets in imported buildfiles (#84)

[ Reuben Thomas ]
* Add more tests for ccache
* ccache: fix completing compiler's flags

[ Ville Skyttä ]
* test suite: Add java/javac non-completion fixture
* javac: Complete -cp like -classpath
* travis: Skip bluez and nis for now due to post-install script
issues
* test/config/*: Delete trailing whitespace
* (test suite): Avoid loading user's ~/.bash_completion, fixes #87
* ip: Recognize a as alias for address and l for link
* ip: Recognize address in addition to addr
* mr: Disable "clean" test case, command N/A before mr 1.20141023
* ssh-keygen: Parse switches with _parse_usage, not _parse_help
* mplayer: Associate with *.mjpg, *.mjpeg (Debian: #837779)
* dd: Sync completions with coreutils 8.24
* travis: Add mr
* perl: Remove full path to cat in PERLDOC_PAGER call
* deja-dup: New completion
* CONTRIBUTING: Reorder sections
* *: Move indentation settings to .editorconfig
* make: Declare _make_target_extract_script like other functions
* Travis: zopfli is AWOL?
* *: Whitespace fixes

[ Zearin ]
* Minor edits to README.md (mostly formatting) (#110)

[ l3nticular ]
* Fix bug in 'make' completion when using BSD sed (#108)

[ osu ]
* Add support for Include in ssh config (#70) (#80)

-- Ville Skyttä <ville.skytta@iki.fi> Sat, 04 Feb 2017 18:07:27 +0200

bash-completion (2.4)

[ Arash Esbati ]
Expand Down Expand Up @@ -1793,4 +1850,3 @@ bash-completion (20060301-0ubuntu1) hardy; urgency=low
Ubuntu: #139666.

-- Matthias Klose <doko@ubuntu.com> Fri, 08 Feb 2008 16:46:34 +0100

2 changes: 1 addition & 1 deletion bash_completion
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#
# https://github.com/scop/bash-completion
#
# RELEASE: 2.4
# RELEASE: 2.5

if [[ $- == *v* ]]; then
BASH_COMPLETION_ORIGINAL_V_VALUE="-v"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.60])
AC_INIT([bash-completion], [2.4])
AC_INIT([bash-completion], [2.5])
AM_INIT_AUTOMAKE([foreign dist-xz no-dist-gzip -Wall -Werror])
AC_PROG_LN_S
AC_PROG_MKDIR_P
Expand Down

0 comments on commit 2334214

Please sign in to comment.