commit: 17abcfd2083b624ed3d0db0dc571551907eeefe9 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Sun Aug 4 21:08:07 2019 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sun Aug 4 21:08:16 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=17abcfd2
Updates for portage-2.3.71 release Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> RELEASE-NOTES | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5384d82e3..e225f2640 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,13 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-2.3.71 +================================== +* Bug Fixes: + - Bug 691290 Fix RTNETLINK answers: Operation not supported messages + when IPv6 is disabled + + portage-2.3.70 ================================== * Bug Fixes: diff --git a/setup.py b/setup.py index d4ef01f8b..156537a31 100755 --- a/setup.py +++ b/setup.py @@ -662,7 +662,7 @@ class build_ext(_build_ext): setup( name = 'portage', - version = '2.3.70', + version = '2.3.71', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-port...@gentoo.org',