diff options
author | Zac Medico <zmedico@gentoo.org> | 2018-05-24 19:48:49 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2018-05-24 19:49:57 -0700 |
commit | 26fceb3b147d27de82029e34b4f0dda9c7f436e8 (patch) | |
tree | 344258ab5c68efbde920d234d439cb11953b989d | |
parent | AsyncioEventLoop: suppress BlockingIOError warning (bug 655656) (diff) | |
download | portage-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-NOTES | 9 | ||||
-rwxr-xr-x | setup.py | 2 |
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: @@ -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', |