commit: f60d138d366d5474a2a53e49e1cc15b272e9b888 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jan 2 03:12:32 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jan 2 03:12:32 2024 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=f60d138d
NEWS: update Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS b/NEWS index 71fd82a3d0..60082db577 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,20 @@ Release notes take the form of the following optional categories: * Bug fixes * Cleanups +portage-3.0.60 (UNRELEASED) +-------------- + +Bug fixes: +* EbuildBinpkg: Avoid crash with verification failure in some cases (bug #921089). + +* dbapi: Raise CorruptionKeyError - which is treated as a warning - during pkgmoves + to avoid falling over in the event of a corrupt Packages index (bug #920828). + +* EbuildFetchTestCase: Fix key order assumption (bug #921107). + +* gpkg: Fix basename handling via aux_update (in particular with FEATURES="binpkg-multi-instance") + (bug #920828). + portage-3.0.59 (2023-12-27) --------------
