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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 75DF815800A for ; Thu, 10 Aug 2023 01:42:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AC022BC021; Thu, 10 Aug 2023 01:42:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 7BD6D2BC021 for ; Thu, 10 Aug 2023 01:42:19 +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 EF45A33FECD for ; Thu, 10 Aug 2023 01:42:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38B47B9F for ; Thu, 10 Aug 2023 01:42:16 +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: <1691631727.8f31c37475e4c230f7add81468d8825e01d81d37.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: 8f31c37475e4c230f7add81468d8825e01d81d37 X-VCS-Branch: master Date: Thu, 10 Aug 2023 01:42:16 +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: 9bca0713-c044-46cc-ab6c-8941a38bcc50 X-Archives-Hash: 2b1ce3e19abbcca5e2d067bbaf21e0a1 commit: 8f31c37475e4c230f7add81468d8825e01d81d37 Author: Sam James gentoo org> AuthorDate: Thu Aug 10 01:42:07 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 10 01:42:07 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8f31c374 NEWS: fix entry for cgroup removal Fixes: f8e3b11496bd6d602a690535c4a3bb32bb8e9744 Signed-off-by: Sam James gentoo.org> NEWS | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index c39e046717..bfa5527bd0 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,10 @@ Breaking changes: * Portage now installed with Meson and Python sdist + wheel now prepared with meson-python for PEP 517 compliance. +* FEATURES=cgroup was removed since it was based on version 1 cgroups, which + caused some issues and version 1 cgroups are obsolete. Use + FEATURES=pid-sandbox instead. + Bug fixes: * install-qa-check.d/05prefix: Fix prefixifying shebang for >= EAPI 7 ebuilds (bug #909147). @@ -31,11 +35,6 @@ Bug fixes: portage-3.0.49 (2023-06-21) -------------- -Breaking changes: -* FEATURES=cgroup was removed since it was based on version 1 cgroups, which - caused some issues and version 1 cgroups are obsolete. Use - FEATURES=pid-sandbox instead. - Bug fixes: * Adjust write tests for DISTDIR and PORTAGE_TMPDIR to work with automount directories (bug #485100, bug #890812).