summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-09-19 13:42:25 -0700
committerZac Medico <zmedico@gentoo.org>2017-09-19 13:50:56 -0700
commit1f10eb7c0b1dafaf0c355736f75f71817df1dbf5 (patch)
tree25994dbf1f445c4acd1641f7789020b27d9eb73b
parentmisc-functions.sh: Fix 'within' typo in comment (diff)
downloadportage-1f10eb7c0b1dafaf0c355736f75f71817df1dbf5.tar.gz
portage-1f10eb7c0b1dafaf0c355736f75f71817df1dbf5.tar.bz2
portage-1f10eb7c0b1dafaf0c355736f75f71817df1dbf5.zip
Updates for portage-2.3.9 releaseportage-2.3.9
-rw-r--r--RELEASE-NOTES12
-rwxr-xr-xsetup.py2
2 files changed, 13 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index ddd2308a3..6133f77a9 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,18 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.9
+==================================
+* Bug Fixes:
+ - Bug 627106 Add DOCS to environment blacklist
+ - Bug 628386 dev-python/pycparser-2.18 breaks "ebuild" command
+ - Bug 629010 Ban get_libdir in global scope
+ - Bug 629146 RepoConfigLoader: Fix compatibility with Python 3.7
+ - Bug 629148 gnome2-utils postinst: Restrict file types for false positives
+ - Bug 630538 Fix emerge --info when using webrsync (regression)
+ - Bug 630730 AsynchronousLock: missing dummy_threading for Python 3.7
+
+
portage-2.3.8
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 158c21e45..0b658a2af 100755
--- a/setup.py
+++ b/setup.py
@@ -659,7 +659,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.8',
+ version = '2.3.9',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-portage@gentoo.org',