diff options
author | Zac Medico <zmedico@gentoo.org> | 2020-08-08 23:05:00 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2020-08-08 23:05:16 -0700 |
commit | b837c6859614ba83572c1df1897a7335e0d9c177 (patch) | |
tree | a62cf8c43157a6753db8a110c931924640772b48 | |
parent | cnf/repo.postsync.d/example: add egencache --update-pkg-desc-index (bug 735626) (diff) | |
download | portage-3.0.2.tar.gz portage-3.0.2.tar.bz2 portage-3.0.2.zip |
Updates for portage-3.0.2 releaseportage-3.0.2
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r-- | RELEASE-NOTES | 10 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 228da8e77..cc1f53cbb 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,16 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-3.0.2 +================================== +* Bug Fixes: + - Bug 711174 Identified and fixed some FEATURES=compress-build-logs + corruption issues + - Bug 734990 Fix sync-rcu to recover from removed sync-rcu-store-dir + - Bug 735626 Add example postsync hook to call egencache + --update-pkg-desc-index + - Bug 736334 Add fork safety to sqlite cache module + portage-3.0.1 ================================== * Bug Fixes: @@ -655,7 +655,7 @@ class build_ext(_build_ext): setup( name = 'portage', - version = '3.0.1', + version = '3.0.2', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org', |