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 876B6158020 for ; Thu, 1 Dec 2022 05:19:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6173E0769; Thu, 1 Dec 2022 05:19:33 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1790E0769 for ; Thu, 1 Dec 2022 05:19:33 +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 0F201340F76 for ; Thu, 1 Dec 2022 05:19:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A56E8756 for ; Thu, 1 Dec 2022 05:19:31 +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: <1669871964.983af46f7b0484a56479286a75325ebacce8c1e1.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: 983af46f7b0484a56479286a75325ebacce8c1e1 X-VCS-Branch: master Date: Thu, 1 Dec 2022 05:19:31 +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: 2b62e633-86e8-406f-8a57-ba68ee3e6ca5 X-Archives-Hash: 23d9dfdd6e3334d4093178271506b3da commit: 983af46f7b0484a56479286a75325ebacce8c1e1 Author: Sam James gentoo org> AuthorDate: Thu Dec 1 05:19:24 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 1 05:19:24 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=983af46f NEWS: add placeholders for 3.0.41 Signed-off-by: Sam James gentoo.org> NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index fc5c9810e..d64fcac91 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +portage-3.0.41 (UNRELEASED) +-------------- + +Features: +* TODO + +Bug fixes: +* TODO + portage-3.0.40 (2022-12-01) --------------