Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:portage-2.3.11 commit in: /
Date: Mon, 02 Oct 2017 20:49:32
Message-Id: 1506972244.a946b605087c9245f5b74f8bc6c87f96b15a2ef2.zmedico@gentoo
1 commit: a946b605087c9245f5b74f8bc6c87f96b15a2ef2
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 2 19:15:42 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 2 19:24:04 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=a946b605
7
8 Updates for portage-2.3.11 release
9
10 RELEASE-NOTES | 14 ++++++++++++++
11 setup.py | 2 +-
12 2 files changed, 15 insertions(+), 1 deletion(-)
13
14 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
15 index 8e5709079..81c54e550 100644
16 --- a/RELEASE-NOTES
17 +++ b/RELEASE-NOTES
18 @@ -1,6 +1,20 @@
19 Release Notes; upgrade information mainly.
20 Features/major bugfixes are listed in NEWS
21
22 +portage-2.3.11
23 +==================================
24 +* Bug Fixes:
25 + - Bug 631820 postinst-qa-check.d/50xdg-utils unconditionally calls binaries
26 + it doesn't depend on and gets confused
27 + - Bug 631894 depgraph _minimize_children method randomly chooses packages to
28 + eliminate
29 + - Bug 632202 slot conflict solver interferes with @preserved-rebuild
30 + - Bug 632210 SlotConflictUpdateTestCase fails with @world
31 + - Bug 632598 --autounmask USE changes can trigger unnecessary backtracking
32 + - Bug 632696 Files found by xdg_desktop_database_check() leak to
33 + xdg_mimeinfo_database_check()
34 +
35 +
36 portage-2.3.10
37 ==================================
38 * Bug Fixes:
39
40 diff --git a/setup.py b/setup.py
41 index 26f618c5b..256c5e354 100755
42 --- a/setup.py
43 +++ b/setup.py
44 @@ -659,7 +659,7 @@ class build_ext(_build_ext):
45
46 setup(
47 name = 'portage',
48 - version = '2.3.10',
49 + version = '2.3.11',
50 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
51 author = 'Gentoo Portage Development Team',
52 author_email = 'dev-portage@g.o',