diff options
author | 2020-06-22 19:25:38 -0700 | |
---|---|---|
committer | 2020-06-22 19:25:38 -0700 | |
commit | 4ff55b5a31898b05e8efa64e0bbec5ddfe275b23 (patch) | |
tree | 137a17c45f247945e6767eaeafe4664bfdbdc834 | |
parent | Support PORTAGE_LOG_FILTER_FILE_CMD (bug 709746) (diff) | |
download | portage-2.3.102.tar.gz portage-2.3.102.tar.bz2 portage-2.3.102.zip |
Updates for portage-2.3.102 releaseportage-2.3.102
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r-- | RELEASE-NOTES | 6 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b294d7fd1..b2a5b4d6f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -4,6 +4,12 @@ Features/major bugfixes are listed in NEWS portage-2.3.101 ================================== * Bug Fixes: + - Bug 716636 Fix emerge hang triggered by unsafe remove_reader and + remove_writer calls related to bug 709746 + +portage-2.3.101 +================================== +* Bug Fixes: - Bug 661518 repos.conf: Add bool sync-openpgp-key-refresh option - Bug 709746 New PORTAGE_LOG_FILTER_FILE_CMD variable specifies a command that filters build log output to a log file @@ -657,7 +657,7 @@ class build_ext(_build_ext): setup( name = 'portage', - version = '2.3.101', + version = '2.3.102', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org', |