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, 21 Nov 2017 21:25:52
Message-Id: 1511298214.b46fd55817d3dff90e90faf7b7bfa3b42eeb8f26.zmedico@gentoo
1 commit: b46fd55817d3dff90e90faf7b7bfa3b42eeb8f26
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 21 21:02:38 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 21 21:03:34 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=b46fd558
7
8 Updates for portage-2.3.16 release
9
10 RELEASE-NOTES | 7 +++++++
11 setup.py | 2 +-
12 2 files changed, 8 insertions(+), 1 deletion(-)
13
14 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
15 index 157d1900b..014ea7840 100644
16 --- a/RELEASE-NOTES
17 +++ b/RELEASE-NOTES
18 @@ -1,6 +1,13 @@
19 Release Notes; upgrade information mainly.
20 Features/major bugfixes are listed in NEWS
21
22 +portage-2.3.16
23 +==================================
24 +* Bug Fixes:
25 + - Bug 638292 avoid unnecessary $PKGDIR/Packages index re-write
26 + - Bug 638320 emaint binhost: use _populate_local instead of _populate
27 +
28 +
29 portage-2.3.15
30 ==================================
31 * Bug Fixes:
32
33 diff --git a/setup.py b/setup.py
34 index e65ea42fc..4d6078fad 100755
35 --- a/setup.py
36 +++ b/setup.py
37 @@ -663,7 +663,7 @@ class build_ext(_build_ext):
38
39 setup(
40 name = 'portage',
41 - version = '2.3.15',
42 + version = '2.3.16',
43 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
44 author = 'Gentoo Portage Development Team',
45 author_email = 'dev-portage@g.o',