commit: ed11181a3ec315d476c2f06ba40e5cacda1f61e7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Aug 23 00:32:20 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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.