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: Mon, 21 Jan 2019 00:12:31
Message-Id: 1548027918.808ade9a3abedc0103b5db091da8f860ef854d50.zmedico@gentoo
1 commit: 808ade9a3abedc0103b5db091da8f860ef854d50
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 20 23:45:02 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 20 23:45:18 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=808ade9a
7
8 Updates for portage-2.3.57 release
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11
12 RELEASE-NOTES | 8 ++++++++
13 setup.py | 2 +-
14 2 files changed, 9 insertions(+), 1 deletion(-)
15
16 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
17 index b6ccae5d8..9a53d871f 100644
18 --- a/RELEASE-NOTES
19 +++ b/RELEASE-NOTES
20 @@ -1,6 +1,14 @@
21 Release Notes; upgrade information mainly.
22 Features/major bugfixes are listed in NEWS
23
24 +portage-2.3.57
25 +==================================
26 +* Bug Fixes:
27 + - Bug 675756 emerge: compare new SLOT USE to installed SLOT
28 + - Bug 675826 INSTALL_MASK scalability: minimize fnmatch calls
29 + - Bug 675828 pid-sandbox: fix child process signal disposition
30 +
31 +
32 portage-2.3.56
33 ==================================
34 * Bug Fixes:
35
36 diff --git a/setup.py b/setup.py
37 index a8f841e84..2071a6945 100755
38 --- a/setup.py
39 +++ b/setup.py
40 @@ -662,7 +662,7 @@ class build_ext(_build_ext):
41
42 setup(
43 name = 'portage',
44 - version = '2.3.56',
45 + version = '2.3.57',
46 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
47 author = 'Gentoo Portage Development Team',
48 author_email = 'dev-portage@g.o',