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 45D36158013 for ; Sun, 10 Dec 2023 22:27:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EEBC2BC013; Sun, 10 Dec 2023 22:27:04 +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 5D6472BC013 for ; Sun, 10 Dec 2023 22:27:04 +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 4CF81342FFC for ; Sun, 10 Dec 2023 22:27:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D82B0119 for ; Sun, 10 Dec 2023 22:27:01 +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: <1702247219.5eaf8e7d7761de8e7396d99cee93050690fd560f.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: 5eaf8e7d7761de8e7396d99cee93050690fd560f X-VCS-Branch: master Date: Sun, 10 Dec 2023 22:27:01 +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: 1be23ccd-37a4-45b8-9007-4c6bd4dcce96 X-Archives-Hash: 074787bcaaab57d8117005924024d47f commit: 5eaf8e7d7761de8e7396d99cee93050690fd560f Author: Sam James gentoo org> AuthorDate: Sun Dec 10 22:26:51 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 10 22:26:59 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=5eaf8e7d NEWS: update Signed-off-by: Sam James gentoo.org> NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 6409f0bd83..ab512e94be 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,11 @@ Release notes take the form of the following optional categories: portage-3.0.57 (UNRELEASED) -------------- +This release has a series of binpkg robustness fixes. Notably, it includes +a workaround/fix for binpkgs built against a newer glibc to ensure that they +aren't merged on a binpkg consumer before merging a newer glibc, which has been +a longstanding cause of frustration for binpkg users. + Features: * emerge: Make --binpkg-changed-deps output far more concise (don't show packages missing from the merge list).