commit: f7d45cf535f239f9ed25cf1467c90c98992c124e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 28 08:40:06 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 28 08:40:06 2021 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=f7d45cf5
Prepare for 3.0.25 release
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
NEWS | 4 ++++
RELEASE-NOTES | 7 +++++++
setup.py | 2 +-
3 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 58ccbe3fd..fa5c6ca8b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
News (mainly features/major bug fixes)
+portage-3.0.25
+--------------
+* fix Python < 3.8 compatibility of FILESDIR copying code.
+
portage-3.0.24
--------------
* remove doebuild(dbkey=...) support that was deprecated since 2013.
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 9cd45caac..c98b6c5a9 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,13 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-3.0.25
+==================================
+ - Bug 703520: output a QA notice when eend is called without
+ an argument
+ - Bug 815196: files copied to shadow FILESDIR are now owned
+ by portage:portage to fix access issues
+
portage-3.0.24
==================================
- Bug 814857: create a local copy of FILESDIR in order to avoid
diff --git a/setup.py b/setup.py
index a4105be68..f9933fff9 100755
--- a/setup.py
+++ b/setup.py
@@ -805,7 +805,7 @@ def get_data_files(regular_files, venv_files):
setup(
name="portage",
- version="3.0.24",
+ version="3.0.25",
url="https://wiki.gentoo.org/wiki/Project:Portage",
project_urls={
"Release Notes":
"https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES",