commit: 04d254afe2760487cd706a87986be4c6db30fd06
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 9 08:09:44 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 9 08:09:44 2021 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=04d254af
Prepare for 3.0.29 release
Signed-off-by: Sam James <sam <AT> gentoo.org>
NEWS | 10 ++++++++++
RELEASE-NOTES | 5 +++++
setup.py | 2 +-
3 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 1e772fdfd..95fc4e5fa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
News (mainly features/major bug fixes)
+portage-3.0.29
+--------------
+* check for inconsistent/missing PROVIDES during package (and binpkg)
+ installation. See bug 811462.
+* avoid pulling in newer slots for upgrades in some cases. See bug 828136.
+* enable SONAME dependencies for binpkgs by default. See bug 687956.
+* add new options to allow avoiding building/using binpkgs for live ebuilds:
+ FEATURES="binpkg-live" and --usepkg-exclude-live.
+* add emphasis in output to user patches being applied.
+
portage-3.0.27
--------------
* improve blocker output to make it clear which blockers
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 15ef69d9e..f9e4a9854 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,11 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-3.0.29
+==================================
+ - Bug 811462: fixes to detect package (and binpkg) corruption due to broken
+ scanelf.
+
portage-3.0.28
==================================
- Bug 816291: revert FILESDIR to symlink to fix SELinux regression.
diff --git a/setup.py b/setup.py
index db4dc4bfe..2c551e1b6 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.28",
+ version="3.0.29",
url="https://wiki.gentoo.org/wiki/Project:Portage",
project_urls={
"Release Notes":
"https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES",