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: Mon, 01 Sep 2014 16:55:49
Message-Id: 1409589665.268353c6f752917fed3c50171db78bf8ab459945.ulm@gentoo
1 commit: 268353c6f752917fed3c50171db78bf8ab459945
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 1 16:41:05 2014 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 1 16:41:05 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=268353c6
7
8 Update version to 1.4.3.
9
10 ---
11 ChangeLog | 5 +++++
12 configure.ac | 2 +-
13 2 files changed, 6 insertions(+), 1 deletion(-)
14
15 diff --git a/ChangeLog b/ChangeLog
16 index ca4c7c9..b27214b 100644
17 --- a/ChangeLog
18 +++ b/ChangeLog
19 @@ -1,3 +1,8 @@
20 +2014-09-01 Ulrich Müller <ulm@g.o>
21 +
22 + * configure.ac: Update version to 1.4.3.
23 + * Tagged 1.4.3 release.
24 +
25 2014-08-28 Ulrich Müller <ulm@g.o>
26
27 * modules/kernel.eselect (find_targets): Changed heuristic for
28
29 diff --git a/configure.ac b/configure.ac
30 index 21be69f..ab6e76a 100644
31 --- a/configure.ac
32 +++ b/configure.ac
33 @@ -1,4 +1,4 @@
34 -AC_INIT(eselect, 1.4.2, eselect@g.o, eselect)
35 +AC_INIT(eselect, 1.4.3, eselect@g.o, eselect)
36 AC_PREREQ(2.59)
37 AC_CONFIG_SRCDIR(bin/eselect.in)
38 AC_CONFIG_AUX_DIR(config)