From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 92DBF158020 for ; Tue, 18 Oct 2022 00:31:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E056E08FF; Tue, 18 Oct 2022 00:31:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63C78E08FE for ; Tue, 18 Oct 2022 00:31:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F99134113A for ; Tue, 18 Oct 2022 00:31:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BC99615 for ; Tue, 18 Oct 2022 00:31:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1666053059.e68d2128b992a7cec075e69c3a85d0cf83706e96.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e68d2128b992a7cec075e69c3a85d0cf83706e96 X-VCS-Branch: master Date: Tue, 18 Oct 2022 00:31:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f1ffd9ec-9815-49f0-b0b6-cae2103cce94 X-Archives-Hash: d88b6ec30e2967cf88fde2db470dfb3b commit: e68d2128b992a7cec075e69c3a85d0cf83706e96 Author: Sam James gentoo org> AuthorDate: Tue Oct 18 00:30:59 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 18 00:30:59 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=e68d2128 NEWS: update for recent changes Signed-off-by: Sam James gentoo.org> NEWS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NEWS b/NEWS index bfbc46413..bca28bb7f 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,21 @@ Features: * -Wlto-type-mismatch * -Wodr +* ecompress, etc: Support additional compression suffixes for texinfo: + .xz, .lz, .lz4, .zst, .lzma (bug #757525). + +Bug fixes: +* Manifest: Fix Manifest.addFile() calls and add tests (bug #875860). + +* ecompress, etc: Pass --quiet to xz to reduce noise from "reducing threads" + messages. + +* ecompress, etc: Pass --memlimit-compress=50% to xz to avoid breakage + on 32-bit systems with large -Tn. Required for < xz-5.3.3_alpha and + has an equivalent effect to the limiting that comes with newer xz versions. + We don't need it for decompression as it's there by default in newer xz + and it's a no-op in older xz. + portage-3.0.38.1 (2022-10-04) --------------