From 73ef9e5fede295ce246a2a3fdc0addd4e113e0a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 1 Jul 2017 14:16:48 +0300 Subject: [PATCH] Release 2.7 --- CHANGES | 14 ++++++++++++++ bash_completion | 2 +- configure.ac | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 081f09e183d..7e0dc8fe892 100644 --- a/CHANGES +++ b/CHANGES @@ -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ä Sat, 01 Jul 2017 14:08:43 +0300 + bash-completion (2.6) [ Björn Kautler ] diff --git a/bash_completion b/bash_completion index c6de73a9df7..d16b10a5899 100644 --- a/bash_completion +++ b/bash_completion @@ -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" diff --git a/configure.ac b/configure.ac index a244fbc87b1..3ea55598bbb 100644 --- a/configure.ac +++ b/configure.ac @@ -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