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, 20 Mar 2023 17:25:05
Message-Id: 1679332663.b3f814db7a968633ada66e97aa05e9769240af26.ulm@gentoo
1 commit: b3f814db7a968633ada66e97aa05e9769240af26
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 20 17:17:43 2023 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 20 17:17:43 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=b3f814db
7
8 Update version to 1.4.22
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 ChangeLog | 5 +++++
13 configure.ac | 2 +-
14 2 files changed, 6 insertions(+), 1 deletion(-)
15
16 diff --git a/ChangeLog b/ChangeLog
17 index 3057a22..f807496 100644
18 --- a/ChangeLog
19 +++ b/ChangeLog
20 @@ -1,3 +1,8 @@
21 +2023-03-20 Ulrich Müller <ulm@g.o>
22 +
23 + * configure.ac: Update version to 1.4.22.
24 + * Tagged 1.4.22 release.
25 +
26 2023-03-16 Ulrich Müller <ulm@g.o>
27
28 * bin/eselect.in (trap): Don't output a message, because die()
29
30 diff --git a/configure.ac b/configure.ac
31 index 4a0fc9a..e767884 100644
32 --- a/configure.ac
33 +++ b/configure.ac
34 @@ -1,4 +1,4 @@
35 -AC_INIT(eselect, 1.4.21, eselect@g.o, eselect)
36 +AC_INIT(eselect, 1.4.22, eselect@g.o, eselect)
37 AC_PREREQ(2.59)
38 AC_CONFIG_SRCDIR(bin/eselect.in)
39 AC_CONFIG_AUX_DIR(config)