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 1BB72158094 for ; Tue, 23 Aug 2022 00:33:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07F35E095D; Tue, 23 Aug 2022 00:33:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CF279E095D for ; Tue, 23 Aug 2022 00:33:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3639B340DE9 for ; Tue, 23 Aug 2022 00:33:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4E9B58A for ; Tue, 23 Aug 2022 00:33:24 +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: <1661214799.ed11181a3ec315d476c2f06ba40e5cacda1f61e7.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: ed11181a3ec315d476c2f06ba40e5cacda1f61e7 X-VCS-Branch: master Date: Tue, 23 Aug 2022 00:33:24 +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: aace5c1f-509e-4edf-aa91-466a7f1625c3 X-Archives-Hash: ba7c800b0c7d33caf84484c836fc7dcf commit: ed11181a3ec315d476c2f06ba40e5cacda1f61e7 Author: Sam James gentoo org> AuthorDate: Tue Aug 23 00:32:20 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 23 00:33:19 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ed11181a NEWS: update for 3.0.35 Signed-off-by: Sam James gentoo.org> NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9cf67107a..8fb4269a9 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -portage-3.0.35 (UNRELEASED) +portage-3.0.35 (2022-08-23) -------------- Features: @@ -15,6 +15,10 @@ Bug fixes: consumer (gentoolkit, and only as of its most recent releases), so impact is not severe. +* portage: dbapi: porttree: fix _set_porttrees() to operate correctly if passed + a generator. Fixes e.g. blank emerge --metadata caches in /var/cache/edb + which affected eix (bug #865635). Regression from 3.0.31. + * logging: don't clutter with a global logger and instead scope to each module. Allows further logging refactoring in future.