commit: f38e537aa83f6934cf83702c7e7d3cd11936d492 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Oct 25 05:51:41 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Oct 25 05:51:41 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=f38e537a
NEWS: fix omission from portage-3.0.54 news Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d0d666086d..9141ad9ff5 100644 --- a/NEWS +++ b/NEWS @@ -34,7 +34,9 @@ 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. +* StaticFileSet: Fix os.walk for utf8_mode (bug #916182). + +* create_trees: Handle bytes arguments for utf8_mode (bug #916149). This broke app-portage/unsymlink-lib. Cleanups: * MergeProcess: Support QueryCommand with spawn start method (bug #916106)
