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: Fri, 02 Aug 2019 03:48:05
Message-Id: 1564716675.0cd7c6ceece68c8345ed2b00b75354e3eafd616c.zmedico@gentoo
1 commit: 0cd7c6ceece68c8345ed2b00b75354e3eafd616c
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 2 03:31:02 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 2 03:31:15 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=0cd7c6ce
7
8 Updates for portage-2.3.70 release
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11
12 NEWS | 6 ++++++
13 RELEASE-NOTES | 9 +++++++++
14 setup.py | 2 +-
15 3 files changed, 16 insertions(+), 1 deletion(-)
16
17 diff --git a/NEWS b/NEWS
18 index 9e8d54f5f..c6e9b7228 100644
19 --- a/NEWS
20 +++ b/NEWS
21 @@ -1,5 +1,11 @@
22 News (mainly features/major bug fixes)
23
24 +portage-2.3.70
25 +--------------
26 +* The @live-rebuild package set now searches for PROPERTIES=live, see
27 + bug 233589. The @deprecated-live-rebuild package set provides the
28 + old behavior which was based on inherited eclasses.
29 +
30 portage-2.3.64
31 --------------
32 * New (council approved) default locations for the Gentoo repository,
33
34 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
35 index 82768bebc..5384d82e3 100644
36 --- a/RELEASE-NOTES
37 +++ b/RELEASE-NOTES
38 @@ -1,6 +1,15 @@
39 Release Notes; upgrade information mainly.
40 Features/major bugfixes are listed in NEWS
41
42 +portage-2.3.70
43 +==================================
44 +* Bug Fixes:
45 + - Bug 233589 Support PROPERTIES=live
46 + - Bug 690304 dispatch-conf unicode safety
47 + - Bug 690446 emaint -c binhost support for binpkg-multi-instance
48 + - Bug 690758 network-sandbox support for AI_ADDRCONFIG
49 +
50 +
51 portage-2.3.69
52 ==================================
53 * Bug Fixes:
54
55 diff --git a/setup.py b/setup.py
56 index 69e90a68d..d4ef01f8b 100755
57 --- a/setup.py
58 +++ b/setup.py
59 @@ -662,7 +662,7 @@ class build_ext(_build_ext):
60
61 setup(
62 name = 'portage',
63 - version = '2.3.69',
64 + version = '2.3.70',
65 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
66 author = 'Gentoo Portage Development Team',
67 author_email = 'dev-portage@g.o',