commit: f3f8e1df19d613dbb8635cdeede239a312a9f44b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Dec 1 02:31:53 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Dec 1 02:32:14 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=f3f8e1df
NEWS: update Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index eb5eb4ab08..97409d5868 100644 --- a/NEWS +++ b/NEWS @@ -20,8 +20,25 @@ Features: Bug fixes: * ebuild: Add missing newlines in error messages. +* resolver: Handle merge order correctly for some circular dependencies + (e.g. app-alternatives/gzip with app-arch/pigz and sys-libs/zlib) + (bug #690436, bug #917259). + +* resolver: Adjust priorities to fix wrong merge order (bug #918683). + +* resolver: Optimize find_smallest_cycle (bug #918682). + +* emerge: Fix PROMPT_COMMAND crash on shutdown (bug #917033). + +* emerge: Fix crash on some build failures (bug #917315). + +* emerge: Give output referring to emerge-fetch.log for FEATURES="parallel-fetch" + while waiting for binpkgs (bug #760893). + Cleanups: -* Add pytest markers: ft, unit and stress. +* tests: Add pytest markers: ft, unit and stress. + +* tests: Add test for trust helper --pretend issue (bug #915842). portage-3.0.55 (2023-11-06) --------------
