commit: c34464f3be62f3cd5fa19f32ec12145e2362aa7a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 22 19:01:38 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 22 19:01:38 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=c34464f3
NEWS: update Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 63b072f7ba..1f25f51b57 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,21 @@ portage-3.0.54 (UNRELEASED) -------------- -TODO - Breaking changes: * Finally ban non-PMS helpers portageq, prepinfo, prepman, prepstrip and prepallstrip (bug #899898, bug #906129, bug #906156). +Features: +* sync: git: Pass --verbose to git when emerge --sync --verbose. + +Bug fixes: +* SpawnProcess, ForkProcess: Pass stdin via fd_pipes for non-background. This + fixes e.g. emerge --sync --ask (bug #916116). + +* _emerge: Fix looking up package name for error colorization (bug #915551). + +* sync: git: Handle when git is configured with 'log.showSignature'. + portage-3.0.53 (2023-10-20) --------------
