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 A916F158099 for ; Fri, 1 Dec 2023 02:33:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB4E52BC021; Fri, 1 Dec 2023 02:33:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B57BC2BC021 for ; Fri, 1 Dec 2023 02:33:48 +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 D4875335CEE for ; Fri, 1 Dec 2023 02:33:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E53CFB7 for ; Fri, 1 Dec 2023 02:33:46 +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: <1701398023.e9489f47523ac07f47d51768ff519c496ca841b0.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: e9489f47523ac07f47d51768ff519c496ca841b0 X-VCS-Branch: master Date: Fri, 1 Dec 2023 02:33:46 +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: f1f414ae-7c7b-4b62-905d-09721246801b X-Archives-Hash: 0f4e9fd17b47d1f9044fb90645fc2919 commit: e9489f47523ac07f47d51768ff519c496ca841b0 Author: Sam James gentoo org> AuthorDate: Fri Dec 1 02:33:41 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 1 02:33:43 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=e9489f47 NEWS: update Signed-off-by: Sam James gentoo.org> NEWS | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 97409d5868..0f7cef12ff 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,9 @@ Release notes take the form of the following optional categories: portage-3.0.56 (UNRELEASED) -------------- +In particular, this release improves dependency resolution robustness in +a few scenarios. + Breaking changes: * ebuild: no longer implicitly set NOCOLOR and NO_COLOR when color output is disabled for emerge itself. In order to obtain color-free logs, please @@ -18,13 +21,12 @@ Features: * sync: git: Add sync-git-verify-max-age-days option. 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: Adjust priorities to fix wrong merge order + (e.g. net-misc/curl with net-libs/nghttp2) (bug #918683). * resolver: Optimize find_smallest_cycle (bug #918682). @@ -35,6 +37,8 @@ Bug fixes: * emerge: Give output referring to emerge-fetch.log for FEATURES="parallel-fetch" while waiting for binpkgs (bug #760893). +* ebuild: Add missing newlines in error messages. + Cleanups: * tests: Add pytest markers: ft, unit and stress.