commit:     b837c6859614ba83572c1df1897a7335e0d9c177
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  9 06:05:00 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Aug  9 06:05:16 2020 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=b837c685

Updates for portage-3.0.2 release

Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 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-port...@gentoo.org',

Reply via email to