summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE-NOTES13
-rwxr-xr-xsetup.py2
2 files changed, 14 insertions, 1 deletions
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 = 'dev-portage@gentoo.org',