commit: 79feb5aa9421601a253f19d83ee9ef6a6619143d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jan 7 05:44:50 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jan 7 05:44:55 2026 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=79feb5aa
NEWS: update Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/NEWS b/NEWS index 356fe30178..cd6de9c0ec 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,33 @@ Release notes take the form of the following optional categories: * Bug fixes * Cleanups +portage-3.0.75 (UNRELEASED) +-------------- + +Features: + +* gpkg: Various improvements to verification and signing error messages + (bug #930730, bug #966958). + + Notably, we now include a summary of GnuPG error if possible, and we + clearly mark the raw GnuPG output as such. + +Bug fixes: + +* depgraph: Earlier slot operator backtracking (bug #964705, bug #968228). + + This fixes a failure to upgrade Qt in some cases as well as --usepkg + failing to resolve dependencies with REQUIRED_USE. + +* sync: Fix crash when sync-user is a UID (bug #968268). + +* bintree: Silence warning with file:// for Packages fetch (bug #966721). + +* estrip: copy build ID for splitdebug file from original source w/ FEATURES=-installsources + (bug #968220). + + Revert the original fix and fix it properly. + portage-3.0.74 (2025-01-01) --------------
