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 4B3F5158087 for ; Wed, 19 Jan 2022 03:54:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F932E0824; Wed, 19 Jan 2022 03:54:39 +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 9F76FE0824 for ; Wed, 19 Jan 2022 03:54:38 +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 9F6C73431F4 for ; Wed, 19 Jan 2022 03:54:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8532287 for ; Wed, 19 Jan 2022 03:54:35 +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: <1641676823.18f8049b2a7db469beaec27804ad2969508f3e44.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: 18f8049b2a7db469beaec27804ad2969508f3e44 X-VCS-Branch: master Date: Wed, 19 Jan 2022 03:54:35 +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: deff8d2b-e3a5-4bdc-9874-bd39cc3dae9d X-Archives-Hash: 3725ed3c6e7fcbc407e492f32a8098a5 commit: 18f8049b2a7db469beaec27804ad2969508f3e44 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jan 8 21:20:23 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jan 8 21:20:23 2022 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=18f8049b Update version to 1.4.20 Signed-off-by: Ulrich Müller gentoo.org> ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ac7c78b..8089935 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2022-01-08 Ulrich Müller + * configure.ac: Update version to 1.4.20. + * Tagged 1.4.20 release. + * bin/eselect.in: Error out if --root has no option argument. * configure.ac: Update version to 1.4.19. diff --git a/configure.ac b/configure.ac index 6ee7e08..00fd2d8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.19, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.20, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)