diff options
author | Sam James <sam@gentoo.org> | 2023-10-22 20:03:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-22 20:03:25 +0100 |
commit | ea0822f781fb86fd99dda68de2504ef85bdb9d99 (patch) | |
tree | 88e7a22fe657ab84f283ff3dadcdaef521d56655 /NEWS | |
parent | NEWS: update (diff) | |
download | portage-ea0822f781fb86fd99dda68de2504ef85bdb9d99.tar.gz portage-ea0822f781fb86fd99dda68de2504ef85bdb9d99.tar.bz2 portage-ea0822f781fb86fd99dda68de2504ef85bdb9d99.zip |
NEWS: add minor blurb for last few releases
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |