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 F173D158094 for ; Mon, 11 Jul 2022 23:02:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5272E1040; Mon, 11 Jul 2022 23:02:08 +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 82B89E1040 for ; Mon, 11 Jul 2022 23:02:08 +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 8FB6F3410B7 for ; Mon, 11 Jul 2022 23:02:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED65D52F for ; Mon, 11 Jul 2022 23:02:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657580464.143dee6b545e34f4a4e7f55a89a805c7256423eb.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 143dee6b545e34f4a4e7f55a89a805c7256423eb X-VCS-Branch: master Date: Mon, 11 Jul 2022 23:02:05 +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: c1b8c61a-4e96-4d3f-8685-0e999350307b X-Archives-Hash: b9cb5ba848b7855ed93c6b673caed75b commit: 143dee6b545e34f4a4e7f55a89a805c7256423eb Author: Sam James gentoo org> AuthorDate: Mon Jul 11 22:59:00 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 11 23:01:04 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=143dee6b NEWS: update for 3.0.32 Signed-off-by: Sam James gentoo.org> NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index f0495a520..17b42da0f 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ portage-3.0.32 (UNRELEASED) -------------- Bug fixes: +* Fix marking all news items as relevant. See bug #857669. + +* Allow nested ebegin again while there's a lack of consensus on banning it. + * Fix doc generation by removing reference to removed EAPIs. See bug #857486. portage-3.0.31 (2022-07-10)