commit: 80678f553d0fdf7addc155026d5f61ff85104219 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 22 22:15:18 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 22 22:15:18 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=80678f55
NEWS: update Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS b/NEWS index e54cdf435c..bdeeeaa4b4 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,10 @@ Breaking changes: Features: * sync: git: Pass --verbose to git when emerge --sync --verbose. +* 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). + Bug fixes: * SpawnProcess, ForkProcess: Pass stdin via fd_pipes for non-background. This fixes e.g. emerge --sync --ask (bug #916116). @@ -24,6 +28,16 @@ Bug fixes: * sync: git: Handle when git is configured with 'log.showSignature'. +Cleanups: +* MergeProcess: Support QueryCommand with spawn start method (bug #916106) + +* vardbapi.unpack_contents: Support spawn start method (bug #916112) + +* vardbapi.unpack_metadata: Support spawn start method (bug #916108) + +* ForkProcess: Implement fd_pipes via send_handle for spawn start method (non-fork) + (bug #915896). + portage-3.0.53 (2023-10-20) --------------
