commit: 127c88fe5dac5a6e73fadeb0e6ba38826639b880
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 27 03:25:41 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Jul 27 03:25:47 2020 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=127c88fe
Updates for portage-3.0.0 release
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
RELEASE-NOTES | 7 +++++++
setup.py | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 3229891cf..228da8e77 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,13 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-3.0.1
+==================================
+* Bug Fixes:
+ - Bug 730192 Replace os.fork with multiprocessing.Process, and fix
+ regression in portage-3.0.0 involving eerror messages for fetch
+ failures
+
portage-3.0.0
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 08a3a6834..bef5c31fa 100755
--- a/setup.py
+++ b/setup.py
@@ -657,7 +657,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '3.0.0',
+ version = '3.0.1',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',