commit: 88efda1035ecbcdba434c8528162a0924c9949e1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 5 19:12:03 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 5 19:12:03 2025 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=88efda10
NEWS, meson.build: prepare for portage-3.0.71
Signed-off-by: Sam James <sam <AT> gentoo.org>
NEWS | 12 ++++++++++++
meson.build | 2 +-
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index caa77b267a..0ea0bf1402 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,18 @@ Release notes take the form of the following optional
categories:
* Bug fixes
* Cleanups
+portage-3.0.71 (2025-11-05)
+--------------
+
+Bug fixes:
+
+* bintree: Fix --getbinpkg crash with frozen repo in binrepos.conf (bug
#965453).
+
+* bintree: Fix fetching Packages index in some cases, mostly with various
+ sync-uri (bug #965464).
+
+* news: Skip news if profile is invalid (bug #953800).
+
portage-3.0.70 (2025-11-01)
--------------
diff --git a/meson.build b/meson.build
index eee54e65d8..e9adcba93c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'portage',
'c',
- version : '3.0.70',
+ version : '3.0.71',
license : 'GPL-2.0-or-later',
meson_version : '>=0.58.0'
)