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: Tue, 30 Apr 2019 02:57:49
Message-Id: 1556592255.7fc51281bfea20d3cb42924ee3024a71eadad79d.zmedico@gentoo
1 commit: 7fc51281bfea20d3cb42924ee3024a71eadad79d
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 30 02:44:15 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 30 02:44:15 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7fc51281
7
8 Updates for portage-2.3.66 release
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11
12 RELEASE-NOTES | 7 +++++++
13 setup.py | 2 +-
14 2 files changed, 8 insertions(+), 1 deletion(-)
15
16 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
17 index 86a92403b..a04fe5132 100644
18 --- a/RELEASE-NOTES
19 +++ b/RELEASE-NOTES
20 @@ -1,6 +1,13 @@
21 Release Notes; upgrade information mainly.
22 Features/major bugfixes are listed in NEWS
23
24 +portage-2.3.66
25 +==================================
26 +* Bug Fixes:
27 + - Bug 175612 download distfiles to temp file and rename atomically
28 + - Bug 651678 enable FEATURES=strict-keepdir behavior for new EAPIs
29 +
30 +
31 portage-2.3.65
32 ==================================
33 * Bug Fixes:
34
35 diff --git a/setup.py b/setup.py
36 index e83ff7468..2a14345bc 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.65',
44 + version = '2.3.66',
45 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
46 author = 'Gentoo Portage Development Team',
47 author_email = 'dev-portage@g.o',