commit:     26fceb3b147d27de82029e34b4f0dda9c7f436e8
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri May 25 02:48:49 2018 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri May 25 02:49:57 2018 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=26fceb3b

Updates for portage-2.3.39 release

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

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index e35b70ca9..e243142db 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,15 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.3.39
+==================================
+* Bug Fixes:
+    - Bug 646190 exclude soname deps for internal libs without DT_SONAME
+    - Bug 655656 signal wakeup fd BlockingIOError messages
+    - Bug 655996 SELinux enhancements for musl and cleanups
+    - Bug 656394 emerge -pf RuntimeError event loop is already running
+
+
 portage-2.3.38
 ==================================
 * Bug Fixes:

diff --git a/setup.py b/setup.py
index 51b310385..f3f45f4d3 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
 
 setup(
        name = 'portage',
-       version = '2.3.38',
+       version = '2.3.39',
        url = 'https://wiki.gentoo.org/wiki/Project:Portage',
        author = 'Gentoo Portage Development Team',
        author_email = '[email protected]',

Reply via email to