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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 82EBC158099 for ; Fri, 1 Dec 2023 02:32:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF1662BC021; Fri, 1 Dec 2023 02:32:20 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 944502BC021 for ; Fri, 1 Dec 2023 02:32:20 +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 6AE56335CEE for ; Fri, 1 Dec 2023 02:32:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94731FB7 for ; Fri, 1 Dec 2023 02:32:17 +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: <1701397934.f3f8e1df19d613dbb8635cdeede239a312a9f44b.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: f3f8e1df19d613dbb8635cdeede239a312a9f44b X-VCS-Branch: master Date: Fri, 1 Dec 2023 02:32:17 +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: 1468be21-4aa3-44fb-bcd1-d8758582cb51 X-Archives-Hash: 77a64d44bcf303a5a4b095af39d2377f commit: f3f8e1df19d613dbb8635cdeede239a312a9f44b Author: Sam James gentoo org> AuthorDate: Fri Dec 1 02:31:53 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 1 02:32:14 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=f3f8e1df NEWS: update Signed-off-by: Sam James gentoo.org> NEWS | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index eb5eb4ab08..97409d5868 100644 --- a/NEWS +++ b/NEWS @@ -20,8 +20,25 @@ Features: Bug fixes: * ebuild: Add missing newlines in error messages. +* resolver: Handle merge order correctly for some circular dependencies + (e.g. app-alternatives/gzip with app-arch/pigz and sys-libs/zlib) + (bug #690436, bug #917259). + +* resolver: Adjust priorities to fix wrong merge order (bug #918683). + +* resolver: Optimize find_smallest_cycle (bug #918682). + +* emerge: Fix PROMPT_COMMAND crash on shutdown (bug #917033). + +* emerge: Fix crash on some build failures (bug #917315). + +* emerge: Give output referring to emerge-fetch.log for FEATURES="parallel-fetch" + while waiting for binpkgs (bug #760893). + Cleanups: -* Add pytest markers: ft, unit and stress. +* tests: Add pytest markers: ft, unit and stress. + +* tests: Add test for trust helper --pretend issue (bug #915842). portage-3.0.55 (2023-11-06) --------------