commit:     60bea8b50bf765d3674639ad63c02a3a0c0985ee
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 19 05:08:55 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 05:09:39 2020 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=60bea8b5

Updates for portage-3.0.4 release

Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

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

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 5051a3428..1e2239007 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,12 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-3.0.4
+==================================
+* Bug Fixes:
+    - Bug 737698 fix hang for API consumers, involving support for local
+      event loops which may run in threads
+
 portage-3.0.3
 ==================================
 * Bug Fixes:

diff --git a/setup.py b/setup.py
index 44b29dbdb..b9b956523 100755
--- a/setup.py
+++ b/setup.py
@@ -655,7 +655,7 @@ class build_ext(_build_ext):
 
 setup(
        name = 'portage',
-       version = '3.0.3',
+       version = '3.0.4',
        url = 'https://wiki.gentoo.org/wiki/Project:Portage',
        author = 'Gentoo Portage Development Team',
        author_email = '[email protected]',

Reply via email to