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 31622158089 for ; Wed, 25 Oct 2023 05:44:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BCD32BC016; Wed, 25 Oct 2023 05:44:53 +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 F41D52BC016 for ; Wed, 25 Oct 2023 05:44:52 +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 EFBE6335C0F for ; Wed, 25 Oct 2023 05:44:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 751B712BE for ; Wed, 25 Oct 2023 05:44:50 +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: <1698212656.2fd9f7d11e13757efa12eb0754411ae744a00a77.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: 2fd9f7d11e13757efa12eb0754411ae744a00a77 X-VCS-Branch: master Date: Wed, 25 Oct 2023 05:44:50 +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: e54fc5ec-e0c8-416e-8fa7-7ce180b614b7 X-Archives-Hash: 352d8fae7137e1d36060b01aecf8bb30 commit: 2fd9f7d11e13757efa12eb0754411ae744a00a77 Author: Sam James gentoo org> AuthorDate: Wed Oct 25 05:44:16 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 25 05:44:16 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=2fd9f7d1 NEWS: update Signed-off-by: Sam James gentoo.org> NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index bdeeeaa4b4..e44d25d62c 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,9 @@ Release notes take the form of the following optional categories: portage-3.0.54 (UNRELEASED) -------------- +Zac has continued working on preparing us for the 'spawn' multiprocessing +method. + Breaking changes: * Finally ban non-PMS helpers portageq, prepinfo, prepman, prepstrip and prepallstrip (bug #899898, bug #906129, bug #906156). @@ -16,6 +19,9 @@ Breaking changes: Features: * sync: git: Pass --verbose to git when emerge --sync --verbose. +* sync: git: Forcefully update git remote to match sync-uri for non-volatile + repositories (bug #905869). + * emerge: Make --binpkg-respect-use output far more concise (don't show packages missing from the merge list and don't show packages w/ multiple BUILD_IDs). @@ -28,6 +34,8 @@ Bug fixes: * sync: git: Handle when git is configured with 'log.showSignature'. +* StaticFileSet: Fix os.walk for utf8_mode (bug #916182). This broke app-portage/unsymlink-lib. + Cleanups: * MergeProcess: Support QueryCommand with spawn start method (bug #916106)