commit: a1d9e1dc42539e08761a20eb9d7e5f98dd0ef303
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 12 08:04:50 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 12 08:05:48 2021 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=a1d9e1dc
Prepare for 3.0.30 release
Signed-off-by: Sam James <sam <AT> gentoo.org>
NEWS | 5 +++++
setup.py | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 95fc4e5fa..da4d2d040 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
News (mainly features/major bug fixes)
+portage-3.0.30
+--------------
+* fix warning/crash on bad PROVIDES in package. See bug 828966.
+* avoid infinite loop in _optimized_copyfile. See bug 828844.
+
portage-3.0.29
--------------
* check for inconsistent/missing PROVIDES during package (and binpkg)
diff --git a/setup.py b/setup.py
index 2c551e1b6..b525454e0 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.29",
+ version="3.0.30",
url="https://wiki.gentoo.org/wiki/Project:Portage",
project_urls={
"Release Notes":
"https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES",