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 939E3158087 for ; Sat, 8 Jan 2022 17:15:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFA8A2BC01A; Sat, 8 Jan 2022 17:15:00 +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 C448A2BC01A for ; Sat, 8 Jan 2022 17:15:00 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA3BB342F4F for ; Sat, 8 Jan 2022 17:14:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 253361BF for ; Sat, 8 Jan 2022 17:14:58 +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: <1641661329.5c8b0fe13e678ef26e87464895a461e4d8afed32.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: 5c8b0fe13e678ef26e87464895a461e4d8afed32 X-VCS-Branch: master Date: Sat, 8 Jan 2022 17:14:58 +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: 5f972cf3-436b-4b43-a61d-a17b289cfd02 X-Archives-Hash: cd873c8c5e5491c3749ee38c39dc101d commit: 5c8b0fe13e678ef26e87464895a461e4d8afed32 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jan 8 17:02:09 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jan 8 17:02:09 2022 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=5c8b0fe1 Update NEWS Signed-off-by: Ulrich Müller gentoo.org> NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 35f0538..ec35fb6 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ 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.19: + Bug fixes: + - Fixed bug #830707: Avoid empty root path in profile module. + + New features: + - New global option --root. + 1.4.18: New features: - Prefer realpath to readlink in configure check.