Skip to content

Commit

Permalink
Release 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jul 1, 2017
1 parent d231255 commit 73ef9e5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
bash-completion (2.7)

[ Eli Young ]
* Makefile: update default compatdir (#132)

[ Ville Skyttä ]
* Make user completion file configurable, disable in tests
* test suite: Generalize xspec completion install check
* pyflakes: Remove redundant xspec completion
* test suite: Fix __expand_tilde_by_ref test expectation output
* pdfunite: New *.pdf completion

-- Ville Skyttä <[email protected]> Sat, 01 Jul 2017 14:08:43 +0300

bash-completion (2.6)

[ Björn Kautler ]
Expand Down
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

BASH_COMPLETION_VERSINFO=(2 6)
BASH_COMPLETION_VERSINFO=(2 7)

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.6])
AC_INIT([bash-completion], [2.7])
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 73ef9e5

Please sign in to comment.