commit:     552f45964880fead24a913ab4e9ae1fee5cd79c3
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 19:02:42 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 19:04:00 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=552f4596

portage: Updates for a release

Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>

 RELEASE-NOTES | 11 +++++++++++
 setup.py      |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 819e757..cdb069a 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,17 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.3.2
+==================================
+* Bug Fixes:
+    - Bug 594822 GitSync.update: handle git rev-list failure
+    - Bug 594982 doebuild_environment: disable ccache/distcc/icecc when 
necessary
+    - Bug 595028 ebuild.sh: start phases in temporary HOME if available
+    - Bug 595146 locks: use fcntl.flock if fcntl.lockf is broken
+    - Bug 596102 einstalldocs: check whether default docs are indeed files
+    - Bug 594744 setup.py: enable libc bindings optionally
+
+
 portage-2.3.1
 ==================================
 * Bug Fixes:

diff --git a/setup.py b/setup.py
index eeabe70..a8d51b3 100755
--- a/setup.py
+++ b/setup.py
@@ -646,7 +646,7 @@ class build_ext(_build_ext):
 
 setup(
        name = 'portage',
-       version = '2.3.1',
+       version = '2.3.2',
        url = 'https://wiki.gentoo.org/wiki/Project:Portage',
        author = 'Gentoo Portage Development Team',
        author_email = 'dev-port...@gentoo.org',

Reply via email to