commit: b74dded561d6e020896b6885eeb397d005d88f68
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 9 06:54:39 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Apr 9 06:55:25 2020 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=b74dded5
Updates for portage-2.3.98 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 bdabb7e9b..f3dc78ef9 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,11 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.98
+==================================
+* Bug Fixes:
+ - Bug 711322 always wakeup for empty merge queue
+
portage-2.3.97
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 47fcc6938..b64646b15 100755
--- a/setup.py
+++ b/setup.py
@@ -657,7 +657,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.97',
+ version = '2.3.98',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',