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 89E4E158041 for ; Thu, 22 Feb 2024 07:14:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9843E29A9; Thu, 22 Feb 2024 07:14:37 +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 BD194E29A9 for ; Thu, 22 Feb 2024 07:14:37 +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 E8B5F343210 for ; Thu, 22 Feb 2024 07:14:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FB9A131B for ; Thu, 22 Feb 2024 07:14:35 +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: <1708586066.8a160730f4e68a9f296e58d50fd70aba0a43e214.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: 8a160730f4e68a9f296e58d50fd70aba0a43e214 X-VCS-Branch: master Date: Thu, 22 Feb 2024 07:14:35 +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: 858f1f19-3bfc-47fe-a738-c497e7039c3c X-Archives-Hash: 8dfcd44c989caa016e7a1566b98cef61 commit: 8a160730f4e68a9f296e58d50fd70aba0a43e214 Author: Sam James gentoo org> AuthorDate: Thu Feb 22 07:13:47 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 22 07:14:26 2024 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8a160730 NEWS: update Signed-off-by: Sam James gentoo.org> NEWS | 48 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 46 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 396723d8a8..46ab2fc5f7 100644 --- a/NEWS +++ b/NEWS @@ -9,9 +9,53 @@ Release notes take the form of the following optional categories: portage-3.0.62 (UNRELEASED) -------------- +A lot of asyncio fixes from Zac to kill off unsafe fork use (not reflected here, +at least for now, to make clear the user-visible changes in this release) and +a lot of misc. bug fixes. + Features: -* cnf: make.conf.example.arc: add for the arc arch. -* ELF: add entries for ARC machines +* cnf: make.conf.example.arc: Add for the arc arch. + +* ELF: Add entries for ARC machines + +* bintree: Use urllib to parse PORTAGE_BINHOST / sync-uri so IPv6 works (bug #921400). + +* FEATURES: Add FEATURES="merge-wait", enabled by default, to control whether + we do parallel merges of images to the live filesystem (bug #663324). + + If enabled, we serialize these merges. + + For now, this makes FEATURES="parallel-install" a no-op, but in future, it + will be improved to allow parallel merges, just not while any packages are + compiling. + +* estrip: Add FEATURES="dedupdebug" (bug #906368). + + This uses sys-devel/dwz to deduplicate installed DWARF debug information. + + Future improvements may be made for multifile support. + +* Support PROPERTIES="test_privileged" to not drop privileges for tests (bug #924585). + +Bug fixes: +* vartree: Make _needs_move() resilient to corrupt files on the live filesystem + (do a full copy/replace). + +* binpkgs: Handle SignatureException during package moves (bug #922142). + +* gpkg, bintree, binpkg: Add missing newlines to signed binpkg update notice. + +* emerge: Backtrack consistently regardless of --fetchonly (bug #922038). + +* emaint: Cleanup duplicate 'usage:' output. + +* installed_dynlibs: Resolve *.so symlinks (bug #921170). + +* bin: Consistently prefix eqawarn with 'QA Notice' (bug #728046). + +* _overlap_dnf: Deduplicate any-of blocks which improves performance (bug #891137). + +* tests: Handle larger PAGE_SIZE in environment size check (bug #923368). portage-3.0.61 (2024-01-05) --------------