commit: 2fd9f7d11e13757efa12eb0754411ae744a00a77 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Oct 25 05:44:16 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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)
