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 02:04:26
Message-Id: 1511229473.d6a1753b34e4822b9a3d9886fb8174591b8622d4.zmedico@gentoo
1 commit: d6a1753b34e4822b9a3d9886fb8174591b8622d4
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 21 01:57:53 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 21 01:57:53 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d6a1753b
7
8 Updates for portage-2.3.15 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 3bfcf3bd1..157d1900b 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.15
23 +==================================
24 +* Bug Fixes:
25 + - Bug 607872 UseManager: reject atoms with USE flags
26 + - Bug 636798 binarytree.populate: avoid lock when possible
27 + - Bug 637902 quickpkg: fix stat sanity check for binpkg-multi-instance
28 + - Bug 638148 Fix mis-parsing Manifests with numerical checksums
29 +
30 +
31 portage-2.3.14
32 ==================================
33 * Bug Fixes:
34
35 diff --git a/setup.py b/setup.py
36 index d25a8a4c9..e65ea42fc 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.14',
44 + version = '2.3.15',
45 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
46 author = 'Gentoo Portage Development Team',
47 author_email = 'dev-portage@g.o',