Skip to content

Commit 2334214

Browse files
committed
Release 2.5
1 parent 23cc43b commit 2334214

File tree

3 files changed

+59
-3
lines changed

3 files changed

+59
-3
lines changed

CHANGES

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1+
bash-completion (2.5)
2+
3+
[ BartDeWaal ]
4+
* Support for python gui source files (#91)
5+
6+
[ Ben Webber ]
7+
* mr: New completion
8+
9+
[ Christian Kujau ]
10+
* ssh-keygen: support ed25519 keys (#79)
11+
12+
[ Dara Adib ]
13+
* Add sidedoor to _ssh() completion (#106)
14+
15+
[ George Kola ]
16+
* .ipa is just a zip file and we should let unzip handle it (#71)
17+
18+
[ Miroslav Šustek ]
19+
* ant: parse targets in imported buildfiles (#84)
20+
21+
[ Reuben Thomas ]
22+
* Add more tests for ccache
23+
* ccache: fix completing compiler's flags
24+
25+
[ Ville Skyttä ]
26+
* test suite: Add java/javac non-completion fixture
27+
* javac: Complete -cp like -classpath
28+
* travis: Skip bluez and nis for now due to post-install script
29+
issues
30+
* test/config/*: Delete trailing whitespace
31+
* (test suite): Avoid loading user's ~/.bash_completion, fixes #87
32+
* ip: Recognize a as alias for address and l for link
33+
* ip: Recognize address in addition to addr
34+
* mr: Disable "clean" test case, command N/A before mr 1.20141023
35+
* ssh-keygen: Parse switches with _parse_usage, not _parse_help
36+
* mplayer: Associate with *.mjpg, *.mjpeg (Debian: #837779)
37+
* dd: Sync completions with coreutils 8.24
38+
* travis: Add mr
39+
* perl: Remove full path to cat in PERLDOC_PAGER call
40+
* deja-dup: New completion
41+
* CONTRIBUTING: Reorder sections
42+
* *: Move indentation settings to .editorconfig
43+
* make: Declare _make_target_extract_script like other functions
44+
* Travis: zopfli is AWOL?
45+
* *: Whitespace fixes
46+
47+
[ Zearin ]
48+
* Minor edits to README.md (mostly formatting) (#110)
49+
50+
[ l3nticular ]
51+
* Fix bug in 'make' completion when using BSD sed (#108)
52+
53+
[ osu ]
54+
* Add support for Include in ssh config (#70) (#80)
55+
56+
-- Ville Skyttä <[email protected]> Sat, 04 Feb 2017 18:07:27 +0200
57+
158
bash-completion (2.4)
259

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

17951852
-- Matthias Klose <[email protected]> Fri, 08 Feb 2008 16:46:34 +0100
1796-

bash_completion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#
2424
# https://github.com/scop/bash-completion
2525
#
26-
# RELEASE: 2.4
26+
# RELEASE: 2.5
2727

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

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.60])
2-
AC_INIT([bash-completion], [2.4])
2+
AC_INIT([bash-completion], [2.5])
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)