commit:     1f10eb7c0b1dafaf0c355736f75f71817df1dbf5
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 20:42:25 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 20:50:56 2017 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=1f10eb7c

Updates for portage-2.3.9 release

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

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 = '[email protected]',

Reply via email to