diff options
author | Zac Medico <zmedico@gentoo.org> | 2018-04-16 19:55:03 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2018-04-16 19:55:03 -0700 |
commit | 97c4179e03e709a4281c36c6ac8c3ea9f8dfb529 (patch) | |
tree | 8955da08d87438df20d63bb98f746e57f6b2e1df | |
parent | rsync: default to sync-rsync-verify-jobs = 1 (bug 650696) (diff) | |
download | portage-2.3.29.tar.gz portage-2.3.29.tar.bz2 portage-2.3.29.zip |
Updates for portage-2.3.29 releaseportage-2.3.29
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | RELEASE-NOTES | 12 | ||||
-rwxr-xr-x | setup.py | 2 |
3 files changed, 18 insertions, 1 deletions
@@ -1,5 +1,10 @@ News (mainly features/major bug fixes) +portage-2.3.29 +---------------- +* Portage API consumers can use asyncio with portage's internal event + loop, see portage.util.futures.unix_events.DefaultEventLoopPolicy. + portage-2.3.25 ---------------- * Experimental support for EAPI 7_pre1. diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9835baa00..9cb516fb8 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.29 +================================== +* Bug Fixes: + - Bug 649588 asyncio.AbstractEventLoop implementation based on + internal event loop + - Bug 652938 binary packages built against older subslot trigger + downgrade of installed package + - Bug 653230 app-portage/porthole PORTDIR KeyError + - Bug 650696 default to sync-rsync-verify-jobs = 1 + - Bug 653352 Stripping of files broken with >=sys-apps/file-5.33 + + portage-2.3.28 ================================== * Bug Fixes: @@ -663,7 +663,7 @@ class build_ext(_build_ext): setup( name = 'portage', - version = '2.3.28', + version = '2.3.29', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org', |