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: Fri, 30 Mar 2018 04:23:59
Message-Id: 1522381882.c0a2ba8067807f63934f8e4170ab2f6b2993d2e7.zmedico@gentoo
1 commit: c0a2ba8067807f63934f8e4170ab2f6b2993d2e7
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 30 03:05:32 2018 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 03:51:22 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=c0a2ba80
7
8 Updates for portage-2.3.27 release
9
10 RELEASE-NOTES | 6 ++++++
11 setup.py | 2 +-
12 2 files changed, 7 insertions(+), 1 deletion(-)
13
14 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
15 index aa79b95db..031c8c907 100644
16 --- a/RELEASE-NOTES
17 +++ b/RELEASE-NOTES
18 @@ -1,6 +1,12 @@
19 Release Notes; upgrade information mainly.
20 Features/major bugfixes are listed in NEWS
21
22 +portage-2.3.27
23 +==================================
24 +* Bug Fixes:
25 + - Bug 651952 INSTALL_MASK: honor install time config for binary packages
26 +
27 +
28 portage-2.3.26
29 ==================================
30 * Bug Fixes:
31
32 diff --git a/setup.py b/setup.py
33 index 1e820c833..322e67d73 100755
34 --- a/setup.py
35 +++ b/setup.py
36 @@ -663,7 +663,7 @@ class build_ext(_build_ext):
37
38 setup(
39 name = 'portage',
40 - version = '2.3.26',
41 + version = '2.3.27',
42 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
43 author = 'Gentoo Portage Development Team',
44 author_email = 'dev-portage@g.o',