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, 11 Dec 2017 04:03:58
Message-Id: 1512964236.df2b69e2b412754fb47318215409599aee91b744.zmedico@gentoo
1 commit: df2b69e2b412754fb47318215409599aee91b744
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 11 03:50:36 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 11 03:50:36 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=df2b69e2
7
8 Updates for portage-2.3.18 release
9
10 RELEASE-NOTES | 9 +++++++++
11 setup.py | 2 +-
12 2 files changed, 10 insertions(+), 1 deletion(-)
13
14 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
15 index f1cfc671a..cc09ee145 100644
16 --- a/RELEASE-NOTES
17 +++ b/RELEASE-NOTES
18 @@ -1,6 +1,15 @@
19 Release Notes; upgrade information mainly.
20 Features/major bugfixes are listed in NEWS
21
22 +portage-2.3.18
23 +==================================
24 +* Bug Fixes:
25 + - Bug 640290 PORTAGE_XATTR_EXCLUDE: add common user.* attributes
26 + - Bug 640318 handle binary package IUSE_IMPLICIT divergence
27 + - Bug 640376 doins: remove file before creating symlink
28 + - Bug 640450 fix binary package extraction for USERLAND_BSD
29 +
30 +
31 portage-2.3.17
32 ==================================
33 * Bug Fixes:
34
35 diff --git a/setup.py b/setup.py
36 index a584cd803..a9e639801 100755
37 --- a/setup.py
38 +++ b/setup.py
39 @@ -663,7 +663,7 @@ class build_ext(_build_ext):
40
41 setup(
42 name = 'portage',
43 - version = '2.3.17',
44 + version = '2.3.18',
45 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
46 author = 'Gentoo Portage Development Team',
47 author_email = 'dev-portage@g.o',