File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
15
bash-completion (2.6)
2
16
3
17
[ Björn Kautler ]
Original file line number Diff line number Diff line change 23
23
#
24
24
# https://github.com/scop/bash-completion
25
25
26
- BASH_COMPLETION_VERSINFO=(2 6 )
26
+ BASH_COMPLETION_VERSINFO=(2 7 )
27
27
28
28
if [[ $- == * v* ]]; then
29
29
BASH_COMPLETION_ORIGINAL_V_VALUE=" -v"
Original file line number Diff line number Diff line change 1
1
AC_PREREQ ( [ 2.60] )
2
- AC_INIT ( [ bash-completion] , [ 2.6 ] )
2
+ AC_INIT ( [ bash-completion] , [ 2.7 ] )
3
3
AM_INIT_AUTOMAKE ( [ foreign dist-xz no-dist-gzip -Wall -Werror] )
4
4
AC_PROG_LN_S
5
5
AC_PROG_MKDIR_P
You can’t perform that action at this time.
0 commit comments