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 0CBF4158089 for ; Sun, 22 Oct 2023 19:03:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F0E12BC01F; Sun, 22 Oct 2023 19:03:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 282C22BC01F for ; Sun, 22 Oct 2023 19:03:37 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 706FE335C7A for ; Sun, 22 Oct 2023 19:03:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEA3612B0 for ; Sun, 22 Oct 2023 19:03:33 +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: <1698001405.ea0822f781fb86fd99dda68de2504ef85bdb9d99.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: ea0822f781fb86fd99dda68de2504ef85bdb9d99 X-VCS-Branch: master Date: Sun, 22 Oct 2023 19:03:33 +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: c2099b4d-ad86-4267-9122-d80a52e40af0 X-Archives-Hash: 771d5c7861ac0f66f148db97749a8f7b commit: ea0822f781fb86fd99dda68de2504ef85bdb9d99 Author: Sam James gentoo org> AuthorDate: Sun Oct 22 19:03:25 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 22 19:03:25 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ea0822f7 NEWS: add minor blurb for last few releases Signed-off-by: Sam James gentoo.org> NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index 1f25f51b57..229a51fc43 100644 --- a/NEWS +++ b/NEWS @@ -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.