commit: 08d38b4bc2ad52d1c89916dfeaf9d4a6a854268d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 29 21:38:24 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 29 21:42:23 2022 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=08d38b4b
NEWS: fix typo, change order of items
Signed-off-by: Sam James <sam <AT> gentoo.org>
NEWS | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 4dc1d0d19..2113a5488 100644
--- a/NEWS
+++ b/NEWS
@@ -11,11 +11,14 @@ Features:
checking for dependencies. Update @goland-rebuild accordingly which now
includes all packages depending on dev-lang/go (bug #827974, bug #865115)
-* bin: ecompress: xz: Pass -9 to xz for compression level like we do for bzip2
& gzip.
+* gpkg: Call xz and zstd with -T N where N is the number of jobs from
${MAKEOPTS}
+ for parallel compression (xz & zstd) and decompression (xz with newer
versions).
* bin: ecompress: xz, zstd: Pass -T N where N is the number of jobs from
${MAKEOPTS}
to xz, zstd for parallel compression.
+* bin: ecompress: xz: Pass -9 to xz for compression level like we do for bzip2
& gzip.
+
Bug fixes:
* emerge: Scheduler: Fix filenames for binpkgs in some cases - reuse existing
filename and don't allocate a new one (bug #872392).
@@ -29,7 +32,7 @@ Bug fixes:
* bin: isolated-functions.sh: return number of CPUs in ___makeopts_jobs as
default
instead of 1 to match Portage's behavior on the Python side.
-* bin: ecompress: Recognize .lz, .lzo, .lz4,, and .zst as compressed file
+* bin: ecompress: Recognize .lz, .lzo, .lz4, and .zst as compressed file
suffixes for the purposes of the internal compressed file collision check.
* bin: ecompress: zstd: Set '-q --rm' in PORTAGE_COMPRESS_FLAGS to behave