commit:     bb8a74aff1e23926438baf2738bb8aae878a801f
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 14 06:10:54 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 06:54:31 2020 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=bb8a74af

Updates for portage-3.0.7 release

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

 RELEASE-NOTES | 7 +++++++
 setup.py      | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 40565e92a..a594d7d4f 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,13 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-3.0.7
+==================================
+* Bug Fixes:
+    - Bug 737470 egencache: add --external-cache-only option
+    - Bug 741474 get_mirror_url: urlquote only for ftp, http, and https
+    - Bug 742446 support riscv ilp32 and ilp32d ABIs
+
 portage-3.0.6
 ==================================
 * Bug Fixes:

diff --git a/setup.py b/setup.py
index 81d260fac..681fed079 100755
--- a/setup.py
+++ b/setup.py
@@ -655,7 +655,7 @@ class build_ext(_build_ext):
 
 setup(
        name = 'portage',
-       version = '3.0.6',
+       version = '3.0.7',
        url = 'https://wiki.gentoo.org/wiki/Project:Portage',
        author = 'Gentoo Portage Development Team',
        author_email = 'dev-port...@gentoo.org',

Reply via email to