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, 18 Feb 2019 01:01:41
Message-Id: 1550450672.e5989e85ee6a5dd3b087c3c9184b250d43fd8839.zmedico@gentoo
1 commit: e5989e85ee6a5dd3b087c3c9184b250d43fd8839
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 18 00:42:23 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 18 00:44:32 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=e5989e85
7
8 Updates for portage-2.3.61 release
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11
12 RELEASE-NOTES | 9 +++++++++
13 setup.py | 2 +-
14 2 files changed, 10 insertions(+), 1 deletion(-)
15
16 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
17 index 46921cf71..ea31dfe35 100644
18 --- a/RELEASE-NOTES
19 +++ b/RELEASE-NOTES
20 @@ -1,6 +1,15 @@
21 Release Notes; upgrade information mainly.
22 Features/major bugfixes are listed in NEWS
23
24 +portage-2.3.61
25 +==================================
26 +* Bug Fixes:
27 + - Bug 677776 gnome2_icon_cache_update -> xdg_icon_cache_update
28 + - Bug 677800 Don't define a default for ACCEPT_LICENSE
29 + - Bug 678218 locks: handle sshfs hardlink inode numbers
30 + - FL-6227 cpuinfo: use better available CPU calculation
31 +
32 +
33 portage-2.3.60
34 ==================================
35 * Bug Fixes:
36
37 diff --git a/setup.py b/setup.py
38 index fe97bc776..bda3e22ad 100755
39 --- a/setup.py
40 +++ b/setup.py
41 @@ -662,7 +662,7 @@ class build_ext(_build_ext):
42
43 setup(
44 name = 'portage',
45 - version = '2.3.60',
46 + version = '2.3.61',
47 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
48 author = 'Gentoo Portage Development Team',
49 author_email = 'dev-portage@g.o',