summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2016-10-11 12:02:42 -0700
committerBrian Dolbec <dolsen@gentoo.org>2016-10-11 12:04:00 -0700
commit552f45964880fead24a913ab4e9ae1fee5cd79c3 (patch)
tree645cd521be329c35e7937f2755c3109fdfb9729d
parentRELEASE-NOTES: Fix Bug 477727 entry. is a Chromium bug (diff)
downloadportage-2.3.2.tar.gz
portage-2.3.2.tar.bz2
portage-2.3.2.zip
portage: Updates for a releaseportage-2.3.2
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
-rw-r--r--RELEASE-NOTES11
-rwxr-xr-xsetup.py2
2 files changed, 12 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 819e7578e..cdb069ae0 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 eeabe7056..a8d51b3a6 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-portage@gentoo.org',