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, 08 Jan 2022 17:15:01
Message-Id: 1641661392.9f400f67f09805f7b55666e205d282d73b32143e.ulm@gentoo
1 commit: 9f400f67f09805f7b55666e205d282d73b32143e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 8 17:03:12 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 8 17:03:12 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=9f400f67
7
8 Update version to 1.4.19
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 ChangeLog | 3 +++
13 configure.ac | 2 +-
14 2 files changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/ChangeLog b/ChangeLog
17 index 0f0579d..d40ac8d 100644
18 --- a/ChangeLog
19 +++ b/ChangeLog
20 @@ -1,5 +1,8 @@
21 2022-01-08 Ulrich Müller <ulm@g.o>
22
23 + * configure.ac: Update version to 1.4.19.
24 + * Tagged 1.4.19 release.
25 +
26 * bin/eselect.in: New global option --root.
27 (es_do_help): Document it.
28 * doc/user-guide.txt:
29
30 diff --git a/configure.ac b/configure.ac
31 index 8bc63b0..6ee7e08 100644
32 --- a/configure.ac
33 +++ b/configure.ac
34 @@ -1,4 +1,4 @@
35 -AC_INIT(eselect, 1.4.18, eselect@g.o, eselect)
36 +AC_INIT(eselect, 1.4.19, eselect@g.o, eselect)
37 AC_PREREQ(2.59)
38 AC_CONFIG_SRCDIR(bin/eselect.in)
39 AC_CONFIG_AUX_DIR(config)