Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/eselect:master commit in: /
Date: Sat, 07 Dec 2013 13:28:04
Message-Id: 1386418401.f1a2382d59595084afef14cbccce6fb79f50f0a6.ulm@gentoo
1 commit: f1a2382d59595084afef14cbccce6fb79f50f0a6
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 7 12:13:21 2013 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 7 12:13:21 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=f1a2382d
7
8 Update version to 1.4.
9
10 ---
11 ChangeLog | 5 +++++
12 NEWS | 13 +++++++++++++
13 configure.ac | 2 +-
14 3 files changed, 19 insertions(+), 1 deletion(-)
15
16 diff --git a/ChangeLog b/ChangeLog
17 index 5c3750e..bab002a 100644
18 --- a/ChangeLog
19 +++ b/ChangeLog
20 @@ -1,3 +1,8 @@
21 +2013-12-07 Ulrich Müller <ulm@g.o>
22 +
23 + * configure.ac: Update version to 1.4.
24 + * Tagged 1.4 release.
25 +
26 2013-11-19 Ulrich Müller <ulm@g.o>
27
28 * libs/default.eselect.in (do_help): Don't reset output mode.
29
30 diff --git a/NEWS b/NEWS
31 index 818ae0d..e7506a9 100644
32 --- a/NEWS
33 +++ b/NEWS
34 @@ -1,6 +1,19 @@
35 This file contains a summary of changes in released versions. Please read the
36 ChangeLog file for a more detailed listing of changes/bug fixes.
37
38 +1.4:
39 + Bug fixes:
40 + - Fixed bug #460328: Don't warn about symlink path when using --force
41 + in profile module.
42 +
43 + New features:
44 + - In brief output mode, suppress line wrapping within lists (bug #490882).
45 + - Don't disable brief output mode in help action and modules list.
46 + - New option --only-names for 'eselect modules list'.
47 + - Removed deprecated list-modules and list-options global actions.
48 + - Removed deprecated --no-colour global option.
49 + - Suggest bash completions also for 'eselect' without any parameters yet.
50 +
51 1.3.8:
52 Bug fixes:
53 - Don't install man page for removed bashcomp module.
54
55 diff --git a/configure.ac b/configure.ac
56 index af5b792..bf91b57 100644
57 --- a/configure.ac
58 +++ b/configure.ac
59 @@ -1,4 +1,4 @@
60 -AC_INIT(eselect, 1.3.8, eselect@g.o, eselect)
61 +AC_INIT(eselect, 1.4, eselect@g.o, eselect)
62 AC_PREREQ(2.59)
63 AC_CONFIG_SRCDIR(bin/eselect.in)
64 AC_CONFIG_AUX_DIR(config)