summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2018-05-24 19:48:49 -0700
committerZac Medico <zmedico@gentoo.org>2018-05-24 19:49:57 -0700
commit26fceb3b147d27de82029e34b4f0dda9c7f436e8 (patch)
tree344258ab5c68efbde920d234d439cb11953b989d
parentAsyncioEventLoop: suppress BlockingIOError warning (bug 655656) (diff)
downloadportage-2.3.39.tar.gz
portage-2.3.39.tar.bz2
portage-2.3.39.zip
Updates for portage-2.3.39 releaseportage-2.3.39
-rw-r--r--RELEASE-NOTES9
-rwxr-xr-xsetup.py2
2 files changed, 10 insertions, 1 deletions
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 = 'dev-portage@gentoo.org',