summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-02 03:12:32 +0000
committerSam James <sam@gentoo.org>2024-01-02 03:12:32 +0000
commitf60d138d366d5474a2a53e49e1cc15b272e9b888 (patch)
treeca319e1685d29077138c929f1150901b9b382cae
parentgpkg: fix basename handling via aux_update (diff)
downloadportage-f60d138d366d5474a2a53e49e1cc15b272e9b888.tar.gz
portage-f60d138d366d5474a2a53e49e1cc15b272e9b888.tar.bz2
portage-f60d138d366d5474a2a53e49e1cc15b272e9b888.zip
NEWS: update
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 71fd82a3d..60082db57 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)
--------------