commit: 052fd65625979531f0e9b6a8062c77229c5109e5
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 18 22:11:39 2018 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Apr 18 22:14:52 2018 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=052fd656
Updates for portage-2.3.31 release
RELEASE-NOTES | 7 +++++++
setup.py | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 3a9fa7f41..7d1e1681d 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.31
+==================================
+* Bug Fixes:
+ - Bug 653508 AssertionError: idle callback recursion
+ - Bug 640318 emerge --usepkgonly: propagate implicit IUSE and USE_EXPAND
+
+
portage-2.3.30
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 238ca7dc7..57acb7338 100755
--- a/setup.py
+++ b/setup.py
@@ -663,7 +663,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.30',
+ version = '2.3.31',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',