commit: 08c59484c31b1612652b3ed9f7e059533d7e235e
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 29 07:18:35 2021 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Mar 29 07:20:25 2021 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=08c59484
Updates for portage-3.0.18 release
Signed-off-by: Zac Medico <zmedico <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 84299e0a2..2812f8a18 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
News (mainly features/major bug fixes)
+portage-3.0.18
+--------------
+* profile-repo-deps is supported in layout.conf profile-formats.
+
portage-3.0.16
--------------
* emirrordist supports the content-hash distfiles mirror layout.
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6fd9e2922..8c74f266c 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.18
+==================================
+* Bug Fixes:
+ - Bug 651208 profile-repo-deps profile-formats support
+ - Bug 719260 remove glsa --quiet blank line
+ - Bug 722748 suppress emerge --oneshot portage suggestion
+
portage-3.0.17
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index b6e798757..06e67f369 100755
--- a/setup.py
+++ b/setup.py
@@ -719,7 +719,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '3.0.17',
+ version = '3.0.18',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
project_urls = {
'Release Notes':
'https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES',