summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',