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: Sat, 03 Feb 2018 03:45:10
Message-Id: 1517628430.d32a4c1c24ff2de33b4ca8303eef4cd812d17834.zmedico@gentoo
1 commit: d32a4c1c24ff2de33b4ca8303eef4cd812d17834
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 03:26:49 2018 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 03:27:10 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d32a4c1c
7
8 Updates for portage-2.3.24 release
9
10 RELEASE-NOTES | 8 ++++++++
11 setup.py | 2 +-
12 2 files changed, 9 insertions(+), 1 deletion(-)
13
14 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
15 index 27f9a1381..593e67aaf 100644
16 --- a/RELEASE-NOTES
17 +++ b/RELEASE-NOTES
18 @@ -1,6 +1,14 @@
19 Release Notes; upgrade information mainly.
20 Features/major bugfixes are listed in NEWS
21
22 +portage-2.3.24
23 +==================================
24 +* Bug Fixes:
25 + - Bug 645002 dep_zapdeps: sort by new_slot_count for DNF only
26 + - Bug 645780 emerge: disable --changed-deps-report by default
27 + - Bug 646458 emerge: enable --dynamic-deps=y by default once again
28 +
29 +
30 portage-2.3.23
31 ==================================
32 * Bug Fixes:
33
34 diff --git a/setup.py b/setup.py
35 index 67b983cdf..e3ca7f4c3 100755
36 --- a/setup.py
37 +++ b/setup.py
38 @@ -663,7 +663,7 @@ class build_ext(_build_ext):
39
40 setup(
41 name = 'portage',
42 - version = '2.3.23',
43 + version = '2.3.24',
44 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
45 author = 'Gentoo Portage Development Team',
46 author_email = 'dev-portage@g.o',