commit: 8253b6211616f77e6de037022431d0e11578ad71
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 4 10:07:27 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Mar 4 10:09:59 2020 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8253b621
Updates for portage-2.3.92 release
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
RELEASE-NOTES | 13 +++++++++++++
setup.py | 2 +-
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 2d993bdca..586f10390 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,19 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.92
+==================================
+* Bug Fixes:
+ - Bug 601252 emerge --pretend --fetchonly event loop recursion
+ - Bug 709334 socks5-server.py async and await coroutine syntax
+ - Bug 709746 Rename PORTAGE_LOG_FILTER_FILE_CMD from
+ PORTAGE_LOG_FILTER_FILE
+ - Bug 711322 emerge hang after src_install
+ - Bug 711362 egencache AttributeError: 'NoneType' object has no
+ attribute 'ebuild'
+ - Bug 711400 AttributeError: 'NoneType' object has no attribute
+ 'depth'
+
portage-2.3.91
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 6fac64687..5499b9762 100755
--- a/setup.py
+++ b/setup.py
@@ -657,7 +657,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.91',
+ version = '2.3.92',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',