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 F1A47158087 for ; Wed, 19 Jan 2022 03:54:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F60FE0823; Wed, 19 Jan 2022 03:54:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9DE39E0823 for ; Wed, 19 Jan 2022 03:54:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 579773431F2 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 A3975233 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: <1641676805.10ba3349d46544b4932fa36efef76685150b9df7.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: / X-VCS-Repository: proj/eselect X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 10ba3349d46544b4932fa36efef76685150b9df7 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: 99e2a435-ce57-4ac1-bddf-ae5020080811 X-Archives-Hash: 3b8d8275fdb667524574b5d64f3187a2 commit: 10ba3349d46544b4932fa36efef76685150b9df7 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jan 8 21:20:05 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jan 8 21:20:05 2022 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=10ba3349 Update NEWS Signed-off-by: Ulrich Müller gentoo.org> NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index ec35fb6..9e1396c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ This file contains a summary of changes in released versions. Please read the ChangeLog file for a more detailed listing of changes/bug fixes. +1.4.20: + Bug fixes: + - Error out if --root has no option argument. + 1.4.19: Bug fixes: - Fixed bug #830707: Avoid empty root path in profile module.