Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Tue, 23 Aug 2022 00:33:29
Message-Id: 1661214799.ed11181a3ec315d476c2f06ba40e5cacda1f61e7.sam@gentoo
1 commit: ed11181a3ec315d476c2f06ba40e5cacda1f61e7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 23 00:32:20 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 23 00:33:19 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ed11181a
7
8 NEWS: update for 3.0.35
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 NEWS | 6 +++++-
13 1 file changed, 5 insertions(+), 1 deletion(-)
14
15 diff --git a/NEWS b/NEWS
16 index 9cf67107a..8fb4269a9 100644
17 --- a/NEWS
18 +++ b/NEWS
19 @@ -1,4 +1,4 @@
20 -portage-3.0.35 (UNRELEASED)
21 +portage-3.0.35 (2022-08-23)
22 --------------
23
24 Features:
25 @@ -15,6 +15,10 @@ Bug fixes:
26 consumer (gentoolkit, and only as of its most recent releases), so
27 impact is not severe.
28
29 +* portage: dbapi: porttree: fix _set_porttrees() to operate correctly if passed
30 + a generator. Fixes e.g. blank emerge --metadata caches in /var/cache/edb
31 + which affected eix (bug #865635). Regression from 3.0.31.
32 +
33 * logging: don't clutter with a global logger and instead scope to
34 each module. Allows further logging refactoring in future.