Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Mon, 02 Nov 2020 02:03:37
Message-Id: 1604282023.1260f8a32a7dff72b05268c7a8c0cc21cd5d0e28.zmedico@gentoo
1 commit: 1260f8a32a7dff72b05268c7a8c0cc21cd5d0e28
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 01:53:29 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 01:53:43 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=1260f8a3
7
8 Updates for portage-3.0.9 release
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11
12 RELEASE-NOTES | 9 +++++++++
13 setup.py | 2 +-
14 2 files changed, 10 insertions(+), 1 deletion(-)
15
16 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
17 index efcba5808..9a5de85dd 100644
18 --- a/RELEASE-NOTES
19 +++ b/RELEASE-NOTES
20 @@ -1,6 +1,15 @@
21 Release Notes; upgrade information mainly.
22 Features/major bugfixes are listed in NEWS
23
24 +portage-3.0.9
25 +==================================
26 +* Bug Fixes:
27 + - Bug 199722 Enable QA Notice for deprecated hasq/useq in *rm phases
28 + - Bug 704498 Fix pid-sandbox to handle Ctrl+Z correctly
29 + - Bug 752066 Add emerge --quickpkg-direct-root option
30 + - Bug 752147 Fix make.conf to expand special *ROOT variables
31 + - Bug 752153 Add @golang-rebuild package set
32 +
33 portage-3.0.8
34 ==================================
35 * Bug Fixes:
36
37 diff --git a/setup.py b/setup.py
38 index 1efe8c65b..869cf9992 100755
39 --- a/setup.py
40 +++ b/setup.py
41 @@ -655,7 +655,7 @@ class build_ext(_build_ext):
42
43 setup(
44 name = 'portage',
45 - version = '3.0.8',
46 + version = '3.0.9',
47 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
48 author = 'Gentoo Portage Development Team',
49 author_email = 'dev-portage@g.o',