commit: 9ed1252e189c78cd388a5c855a38ab43f4641848
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 25 01:40:10 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 25 01:40:10 2022 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=9ed1252e
NEWS: reflect recent changes
Signed-off-by: Sam James <sam <AT> gentoo.org>
NEWS | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/NEWS b/NEWS
index b14bcd135..e2a49b4d7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+portage-3.0.38 (UNRELEASED)
+--------------
+
+Features:
+* unpack now calls xz(1) with -T N where N is the number of jobs from
${MAKEOPTS}.
+ This allows decompression in parallel with new enough xz (>= xz-utils 5.3.3
alpha)
+ and where the source file was compressed using the parallel xz compressor
+ (which becomes the default with newer xz too).
+
+Bug fixes:
+* emerge: Scheduler: Fix filenames for binpkgs in some cases - reuse existing
+ filename and don't allocate a new one (bug #872392).
+
portage-3.0.37 (2022-09-23)
--------------