From b837c6859614ba83572c1df1897a7335e0d9c177 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 8 Aug 2020 23:05:00 -0700 Subject: Updates for portage-3.0.2 release Signed-off-by: Zac Medico --- RELEASE-NOTES | 10 ++++++++++ setup.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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: diff --git a/setup.py b/setup.py index c016db98d..99bf46fa8 100755 --- a/setup.py +++ b/setup.py @@ -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', -- cgit v1.2.3-65-gdbad