commit: ea0822f781fb86fd99dda68de2504ef85bdb9d99 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 22 19:03:25 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 22 19:03:25 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ea0822f7
NEWS: add minor blurb for last few releases Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index 1f25f51b57..229a51fc43 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,9 @@ Bug fixes: portage-3.0.53 (2023-10-20) -------------- +Standard mix of bug fixes and new features, along with Zac's continued work +on preparing us for the spawn multiprocessing method. + Features: * GNUMAKEFLAGS: also specify "-l $(nproc)", that is, limit by load average, per default. @@ -51,6 +54,9 @@ Bug fixes: portage-3.0.52 (2023-10-03) -------------- +This release has a nice speedup for backtracking caching and supports eclean-pkg +removing invalid binpkgs. + Breaking changes: * FEATURES=pkgdir-index-trusted is now on by default. This improves performance with binpkgs, but does require that users run `emaint binhost --fix` if they @@ -96,6 +102,8 @@ Cleanups: portage-3.0.51 (2023-08-20) -------------- +This release features better debug logging in particular. + Features: * emerge: Set up logging immediately and respect --debug for log level. @@ -121,6 +129,9 @@ Bug fixes: portage-3.0.50 (2023-08-09) -------------- +This release has a major build system rework to support PEP517 by migrating +to meson-python, thanks to Chewi! + Breaking changes: * The minimum supported Python version is now >= Python 3.9.
