commit: 7a072e17dc26355b60921223e5405f1e6e1dd0d4
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 2 16:39:40 2018 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Apr 2 16:53:24 2018 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7a072e17
Updates for portage-2.3.28 release
RELEASE-NOTES | 6 ++++++
setup.py | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 031c8c907..9835baa00 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,12 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.28
+==================================
+* Bug Fixes:
+ - Bug 649276 gpg key refresh needs exponential backoff with jitter
+
+
portage-2.3.27
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 322e67d73..2cdb3becd 100755
--- a/setup.py
+++ b/setup.py
@@ -663,7 +663,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.27',
+ version = '2.3.28',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',