commit:     db097ff0ef0df7f6ad6dd51498615f0cae93f309
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed May 16 21:37:17 2018 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed May 16 21:37:54 2018 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=db097ff0

Updates for portage-2.3.37 release

 RELEASE-NOTES | 9 +++++++++
 setup.py      | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 594e5a705..4da398380 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,15 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.3.37
+==================================
+* repos.conf: Use openpgp-keys-* as key provider for gemato
+* Bug Fixes:
+    - Bug 654390 use asyncio's default event loop
+    - Bug 655414 fix has/best_version for cross-prefix portageq
+    - Bug 655860 fix ROOT overrides for has/best_version
+
+
 portage-2.3.36
 ==================================
 * Bug Fixes:

diff --git a/setup.py b/setup.py
index 25bb30006..94248cc61 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
 
 setup(
        name = 'portage',
-       version = '2.3.36',
+       version = '2.3.37',
        url = 'https://wiki.gentoo.org/wiki/Project:Portage',
        author = 'Gentoo Portage Development Team',
        author_email = '[email protected]',

Reply via email to