From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 438B715A7D9 for ; Mon, 20 Mar 2023 17:25:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76538E091B; Mon, 20 Mar 2023 17:25:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B026E091B for ; Mon, 20 Mar 2023 17:25:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 192E8341282 for ; Mon, 20 Mar 2023 17:25:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B7F28E0 for ; Mon, 20 Mar 2023 17:25:00 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1679332663.b3f814db7a968633ada66e97aa05e9769240af26.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: / X-VCS-Repository: proj/eselect X-VCS-Files: ChangeLog configure.ac X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b3f814db7a968633ada66e97aa05e9769240af26 X-VCS-Branch: master Date: Mon, 20 Mar 2023 17:25:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6874de57-7aaf-4ee9-9ee1-04b26c884a4c X-Archives-Hash: 2cf6035d42a87a8f0edea8bae90e334b commit: b3f814db7a968633ada66e97aa05e9769240af26 Author: Ulrich Müller gentoo org> AuthorDate: Mon Mar 20 17:17:43 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Mar 20 17:17:43 2023 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=b3f814db Update version to 1.4.22 Signed-off-by: Ulrich Müller gentoo.org> ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3057a22..f807496 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-03-20 Ulrich Müller + + * configure.ac: Update version to 1.4.22. + * Tagged 1.4.22 release. + 2023-03-16 Ulrich Müller * bin/eselect.in (trap): Don't output a message, because die() diff --git a/configure.ac b/configure.ac index 4a0fc9a..e767884 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.21, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.22, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)