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: Tue, 30 Jan 2018 06:21:45
Message-Id: 1517292658.90c230e11567f87a9b8d4d3e3b2b550436c831a2.zmedico@gentoo
1 commit: 90c230e11567f87a9b8d4d3e3b2b550436c831a2
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 30 06:10:49 2018 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 30 06:10:58 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=90c230e1
7
8 Updates for portage-2.3.21 release
9
10 RELEASE-NOTES | 9 +++++++++
11 setup.py | 2 +-
12 2 files changed, 10 insertions(+), 1 deletion(-)
13
14 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
15 index d19a8c7bb..4ea143c7b 100644
16 --- a/RELEASE-NOTES
17 +++ b/RELEASE-NOTES
18 @@ -1,6 +1,15 @@
19 Release Notes; upgrade information mainly.
20 Features/major bugfixes are listed in NEWS
21
22 +portage-2.3.21
23 +==================================
24 +* Bug Fixes:
25 + - Bug 612972 fix global scope DISTDIR setting to be consistent
26 + - Bug 645416 dep_zapdeps: fix virtual/rust handling
27 + - Bug 645780 add --changed-deps-report option
28 +* Rync tree verification with gemato and gentoo-keys
29 +
30 +
31 portage-2.3.20
32 ==================================
33 * Bug Fixes:
34
35 diff --git a/setup.py b/setup.py
36 index 59012a061..ee60f8465 100755
37 --- a/setup.py
38 +++ b/setup.py
39 @@ -663,7 +663,7 @@ class build_ext(_build_ext):
40
41 setup(
42 name = 'portage',
43 - version = '2.3.20',
44 + version = '2.3.21',
45 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
46 author = 'Gentoo Portage Development Team',
47 author_email = 'dev-portage@g.o',