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 2067B158086 for ; Tue, 28 Dec 2021 09:42:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A86E2BC01E; Tue, 28 Dec 2021 09:42:01 +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 05F092BC016 for ; Tue, 28 Dec 2021 09:41:59 +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 4D669342FDE for ; Tue, 28 Dec 2021 09:41:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB0E71BD for ; Tue, 28 Dec 2021 09:41: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: <1640682258.eaa80176847ddd7c389ad7de178f0234bedfec2b.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: eaa80176847ddd7c389ad7de178f0234bedfec2b X-VCS-Branch: master Date: Tue, 28 Dec 2021 09:41: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: 51d87ff0-384d-4307-84dd-8e511f19695d X-Archives-Hash: 7f38c4149f57d752ce0b99c17d674c3c commit: eaa80176847ddd7c389ad7de178f0234bedfec2b Author: Ulrich Müller gentoo org> AuthorDate: Tue Dec 28 09:04:18 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Dec 28 09:04:18 2021 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=eaa80176 Update NEWS Signed-off-by: Ulrich Müller gentoo.org> NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 04a081f..35f0538 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.18: + New features: + - Prefer realpath to readlink in configure check. + - New options "new" and "all" in news module list action (bug #771075). + - Recognise loongarch*/loong in package-manager lib. + - Don't use absolute paths in visual module. + 1.4.17: Bug fixes: - Fixed bug #718920: Handling of stacked runlevels in rc module.