aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-09-29 00:55:37 +0100
committerSam James <sam@gentoo.org>2022-09-29 00:56:09 +0100
commit3b7690dd28df227e6c3beaf522cf976d3da4f165 (patch)
treeb7d773bba0e134224bcf3894c5124d9ed913336e
parentportage: news: reformatted for PEP8; add docstrings; add type annotation (diff)
downloadportage-3b7690dd.tar.gz
portage-3b7690dd.tar.bz2
portage-3b7690dd.zip
NEWS: update for recent changes
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 120af7c87..8586e35cd 100644
--- a/NEWS
+++ b/NEWS
@@ -7,12 +7,20 @@ Features:
and where the source file was compressed using the parallel xz compressor
(which becomes the default with newer xz too).
+* portage: sets: Parse INCLUDES/EXCLUDES in VariableSet which allows properly
+ checking for dependencies. Update @goland-rebuild accordingly which now
+ includes all packages depending on dev-lang/go (bug #827974, bug #865115)
+
Bug fixes:
* emerge: Scheduler: Fix filenames for binpkgs in some cases - reuse existing
filename and don't allocate a new one (bug #872392).
* dbapi: bintree: Avoid fetching 'Packages' multiple times (bug #864259).
+* binpkg: Handle failure of various BINPKG_COMPRESS_* commands (bug #871570).
+
+* data: Fix PORTAGE_USERNAME default (bug #873088).
+
portage-3.0.37 (2022-09-23)
--------------