Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Tue, 11 Oct 2016 19:45:03
Message-Id: 1476212640.552f45964880fead24a913ab4e9ae1fee5cd79c3.dolsen@gentoo
1 commit: 552f45964880fead24a913ab4e9ae1fee5cd79c3
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 11 19:02:42 2016 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 11 19:04:00 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=552f4596
7
8 portage: Updates for a release
9
10 Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
11
12 RELEASE-NOTES | 11 +++++++++++
13 setup.py | 2 +-
14 2 files changed, 12 insertions(+), 1 deletion(-)
15
16 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
17 index 819e757..cdb069a 100644
18 --- a/RELEASE-NOTES
19 +++ b/RELEASE-NOTES
20 @@ -1,6 +1,17 @@
21 Release Notes; upgrade information mainly.
22 Features/major bugfixes are listed in NEWS
23
24 +portage-2.3.2
25 +==================================
26 +* Bug Fixes:
27 + - Bug 594822 GitSync.update: handle git rev-list failure
28 + - Bug 594982 doebuild_environment: disable ccache/distcc/icecc when necessary
29 + - Bug 595028 ebuild.sh: start phases in temporary HOME if available
30 + - Bug 595146 locks: use fcntl.flock if fcntl.lockf is broken
31 + - Bug 596102 einstalldocs: check whether default docs are indeed files
32 + - Bug 594744 setup.py: enable libc bindings optionally
33 +
34 +
35 portage-2.3.1
36 ==================================
37 * Bug Fixes:
38
39 diff --git a/setup.py b/setup.py
40 index eeabe70..a8d51b3 100755
41 --- a/setup.py
42 +++ b/setup.py
43 @@ -646,7 +646,7 @@ class build_ext(_build_ext):
44
45 setup(
46 name = 'portage',
47 - version = '2.3.1',
48 + version = '2.3.2',
49 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
50 author = 'Gentoo Portage Development Team',
51 author_email = 'dev-portage@g.o',