commit: f712aaef6178f8409a8971234d1e4a0fa2e592cf
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 7 16:30:28 2021 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Mar 7 16:30:45 2021 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=f712aaef
Updates for portage-3.0.17 release
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
RELEASE-NOTES | 5 +++++
setup.py | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 87af750dd..6fd9e2922 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.17
+==================================
+* Bug Fixes:
+ - Bug 773469 emerge --binpkg-respect-use=y implies --autounmask-use=n
+
portage-3.0.16
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 20ebc2fce..e473e7db5 100755
--- a/setup.py
+++ b/setup.py
@@ -716,7 +716,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '3.0.16',
+ version = '3.0.17',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
project_urls = {
'Release Notes':
'https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES',