commit: 5246f8ad343b330998db205807034fd9230844fb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Dec 5 00:44:51 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Dec 5 00:45:14 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=5246f8ad
NEWS: prepare for portage-3.0.41 Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index ad762993b..cd6403645 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -portage-3.0.41 (UNRELEASED) +portage-3.0.41 (2022-11-04) -------------- Features: @@ -6,11 +6,13 @@ Features: FEATURES="protect-owned"), Portage now has friendlier output by using ewarn rather than eerror. +* cleanups: Use pyupgrade on the codebase (up to Python 3.8) to use newer + idioms. + Bug fixes: * Fixed possible corruption of GPKG multi-instance binary packages on upgrade. Bug #877271. - portage-3.0.40 (2022-12-01) --------------
