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 90A53158030 for ; Mon, 27 Feb 2023 17:41:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 573D3E0794; Mon, 27 Feb 2023 17:40:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 3DFC0E077F for ; Mon, 27 Feb 2023 17:40:59 +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 3AFBE340E6D for ; Mon, 27 Feb 2023 17:40:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81E138C1 for ; Mon, 27 Feb 2023 17:40:56 +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: <1677518072.92ef7eeca4e90e8ce65fd0b00f438878f94d5e7c.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: bin/, / X-VCS-Repository: proj/eselect X-VCS-Files: ChangeLog bin/eselect.in configure.ac X-VCS-Directories: / bin/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 92ef7eeca4e90e8ce65fd0b00f438878f94d5e7c X-VCS-Branch: master Date: Mon, 27 Feb 2023 17:40:56 +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: 17a3957c-3d23-407c-b448-fa5b4cd51eaa X-Archives-Hash: 7433bf78343480483b4ad32a28a959f0 commit: 92ef7eeca4e90e8ce65fd0b00f438878f94d5e7c Author: Ulrich Müller gentoo org> AuthorDate: Mon Feb 27 17:14:32 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Feb 27 17:14:32 2023 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=92ef7eec Update version to 1.4.21 Signed-off-by: Ulrich Müller gentoo.org> ChangeLog | 3 +++ bin/eselect.in | 2 +- configure.ac | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 141e377..64a5b5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2023-02-27 Ulrich Müller + * configure.ac: Update version to 1.4.21. + * Tagged 1.4.21 release. + * misc/eselect.bashcomp (_eselect): Add --eprefix and --root options. diff --git a/bin/eselect.in b/bin/eselect.in index 8afbd7e..a521a6f 100755 --- a/bin/eselect.in +++ b/bin/eselect.in @@ -105,7 +105,7 @@ es_do_help() { es_do_version() { echo "eselect ${ESELECT_VERSION}" echo - echo "Copyright (c) 2005-2020 Gentoo Authors." + echo "Copyright (c) 2005-2023 Gentoo Authors." echo "Distributed under the terms of the GNU GPL version 2 or later." } diff --git a/configure.ac b/configure.ac index 00fd2d8..4a0fc9a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.20, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.21, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)