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: Wed, 20 Feb 2019 00:58:13
Message-Id: 1550623710.47662a812bb5a5266d372427701441310cfd8654.zmedico@gentoo
1 commit: 47662a812bb5a5266d372427701441310cfd8654
2 Author: Zac Medico <zachary.medico <AT> sony <DOT> com>
3 AuthorDate: Wed Feb 20 00:47:27 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 20 00:48:30 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=47662a81
7
8 Updates for portage-2.3.62 release
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 RELEASE-NOTES | 6 ++++++
14 setup.py | 2 +-
15 2 files changed, 7 insertions(+), 1 deletion(-)
16
17 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
18 index ea31dfe35..b817561ef 100644
19 --- a/RELEASE-NOTES
20 +++ b/RELEASE-NOTES
21 @@ -1,6 +1,12 @@
22 Release Notes; upgrade information mainly.
23 Features/major bugfixes are listed in NEWS
24
25 +portage-2.3.62
26 +==================================
27 +* Bug Fixes:
28 + - Bug 678278 unprivileged sync emergelog lock permission denied
29 +
30 +
31 portage-2.3.61
32 ==================================
33 * Bug Fixes:
34
35 diff --git a/setup.py b/setup.py
36 index bda3e22ad..1fbbffd5e 100755
37 --- a/setup.py
38 +++ b/setup.py
39 @@ -662,7 +662,7 @@ class build_ext(_build_ext):
40
41 setup(
42 name = 'portage',
43 - version = '2.3.61',
44 + version = '2.3.62',
45 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
46 author = 'Gentoo Portage Development Team',
47 author_email = 'dev-portage@g.o',