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 12B27158020 for ; Sun, 20 Nov 2022 03:17:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B1C6E0A6A; Sun, 20 Nov 2022 03:17:16 +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 1171EE0A6A for ; Sun, 20 Nov 2022 03:17:16 +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 EE4F6341186 for ; Sun, 20 Nov 2022 03:17:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83893523 for ; Sun, 20 Nov 2022 03:17:13 +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: <1668914226.bb7aaf633ef248049ac7ba46cab02f2ca70df32f.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: bb7aaf633ef248049ac7ba46cab02f2ca70df32f X-VCS-Branch: master Date: Sun, 20 Nov 2022 03:17:13 +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: 1f696040-934e-43bd-8957-fa45c83ae6c1 X-Archives-Hash: 51b81175c007a4e66a181512e77c1a1b commit: bb7aaf633ef248049ac7ba46cab02f2ca70df32f Author: Sam James gentoo org> AuthorDate: Sun Nov 20 03:17:06 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 20 03:17:06 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=bb7aaf63 NEWS: update for recent changes Signed-off-by: Sam James gentoo.org> NEWS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/NEWS b/NEWS index 7c96eef7e..7b97f2a86 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +portage-3.0.40 (UNRELEASED) +-------------- + +Features: +* /etc/portage/sets.conf can now be a directory. Ditto for the Portage extension + supporting sets.conf in ebuild repositories. + +* Tests added for VariableSet changes to check @golang-rebuild works as + intended. + +Bug fixes: +* Clobber repositories using sync-type=git to match rsync behavior. This + helps with issues where git-synced repositories can become confused + if the remote is a CDN and then starts to diverge, preventing further + syncs. + +* Fix DeprecationWarning in sets. + portage-3.0.39 (2022-11-20) --------------