aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2021-03-29 00:18:35 -0700
committerZac Medico <zmedico@gentoo.org>2021-03-29 00:20:25 -0700
commit08c59484c31b1612652b3ed9f7e059533d7e235e (patch)
tree698588e578d3944b240d9c6188786de6ec007b47
parentSyncRepos: suppress portage update message if PYTHON_TARGETS changed (diff)
downloadgentoo-portage-08c59484c31b1612652b3ed9f7e059533d7e235e.tar.xz
gentoo-portage-08c59484c31b1612652b3ed9f7e059533d7e235e.zip
Updates for portage-3.0.18 releaseportage-3.0.18
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r--NEWS4
-rw-r--r--RELEASE-NOTES7
-rwxr-xr-xsetup.py2
3 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 84299e0a2bb38..2812f8a18bc8c 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 6fd9e2922a7ec..8c74f266c54af 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 b6e798757bfeb..06e67f3694a7d 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',