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: Sat, 31 Aug 2019 06:21:53
Message-Id: 1567230970.efbe5d63540c68c7961212b14215d5f9b20362ef.zmedico@gentoo
1 commit: efbe5d63540c68c7961212b14215d5f9b20362ef
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 31 05:53:00 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 31 05:56:10 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=efbe5d63
7
8 Updates for portage-2.3.74 release
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11
12 RELEASE-NOTES | 14 ++++++++++++++
13 setup.py | 2 +-
14 2 files changed, 15 insertions(+), 1 deletion(-)
15
16 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
17 index b2c34601d..5282d55a6 100644
18 --- a/RELEASE-NOTES
19 +++ b/RELEASE-NOTES
20 @@ -1,6 +1,20 @@
21 Release Notes; upgrade information mainly.
22 Features/major bugfixes are listed in NEWS
23
24 +portage-2.3.74
25 +==================================
26 +* Bug Fixes:
27 + - Bug 587930 glsa-check: add exit code for affected GLSAs
28 + - Bug 688902 Add FEATURES=pkgdir-index-trusted
29 + - Bug 690758 Use RTNETLINK to configure the loopback interface
30 + - Bug 692872 glsa-check: forward port --quiet option from
31 + gentoolkit
32 + - Bug 693026 rsync: proxychains compatibility
33 + - Bug 693088 glsa-check: forward port remaining changes from
34 + gentoolkit
35 + - Bug 693096 emerge: deprecate --changelog option
36 +
37 +
38 portage-2.3.73
39 ==================================
40 * Bug Fixes:
41
42 diff --git a/setup.py b/setup.py
43 index 4030cacf1..c13edd791 100755
44 --- a/setup.py
45 +++ b/setup.py
46 @@ -662,7 +662,7 @@ class build_ext(_build_ext):
47
48 setup(
49 name = 'portage',
50 - version = '2.3.73',
51 + version = '2.3.74',
52 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
53 author = 'Gentoo Portage Development Team',
54 author_email = 'dev-portage@g.o',