diff options
author | Sam James <sam@gentoo.org> | 2024-01-02 03:12:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-02 03:12:32 +0000 |
commit | f60d138d366d5474a2a53e49e1cc15b272e9b888 (patch) | |
tree | ca319e1685d29077138c929f1150901b9b382cae /NEWS | |
parent | gpkg: fix basename handling via aux_update (diff) | |
download | portage-f60d138d366d5474a2a53e49e1cc15b272e9b888.tar.gz portage-f60d138d366d5474a2a53e49e1cc15b272e9b888.tar.bz2 portage-f60d138d366d5474a2a53e49e1cc15b272e9b888.zip |
NEWS: update
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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) -------------- |