Skip to content

Commit 73ef9e5

Browse files
committed
Release 2.7
1 parent d231255 commit 73ef9e5

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGES

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
bash-completion (2.7)
2+
3+
[ Eli Young ]
4+
* Makefile: update default compatdir (#132)
5+
6+
[ Ville Skyttä ]
7+
* Make user completion file configurable, disable in tests
8+
* test suite: Generalize xspec completion install check
9+
* pyflakes: Remove redundant xspec completion
10+
* test suite: Fix __expand_tilde_by_ref test expectation output
11+
* pdfunite: New *.pdf completion
12+
13+
-- Ville Skyttä <ville.skytta@iki.fi> Sat, 01 Jul 2017 14:08:43 +0300
14+
115
bash-completion (2.6)
216

317
[ Björn Kautler ]

bash_completion

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#
2424
# https://github.com/scop/bash-completion
2525

26-
BASH_COMPLETION_VERSINFO=(2 6)
26+
BASH_COMPLETION_VERSINFO=(2 7)
2727

2828
if [[ $- == *v* ]]; then
2929
BASH_COMPLETION_ORIGINAL_V_VALUE="-v"

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.60])
2-
AC_INIT([bash-completion], [2.6])
2+
AC_INIT([bash-completion], [2.7])
33
AM_INIT_AUTOMAKE([foreign dist-xz no-dist-gzip -Wall -Werror])
44
AC_PROG_LN_S
55
AC_PROG_MKDIR_P

0 commit comments

Comments
 (0)