summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2018-04-16 19:55:03 -0700
committerZac Medico <zmedico@gentoo.org>2018-04-16 19:55:03 -0700
commit97c4179e03e709a4281c36c6ac8c3ea9f8dfb529 (patch)
tree8955da08d87438df20d63bb98f746e57f6b2e1df
parentrsync: default to sync-rsync-verify-jobs = 1 (bug 650696) (diff)
downloadportage-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--NEWS5
-rw-r--r--RELEASE-NOTES12
-rwxr-xr-xsetup.py2
3 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ab8328229..f71cc33f7 100644
--- a/NEWS
+++ b/NEWS
@@ -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:
diff --git a/setup.py b/setup.py
index 2cdb3becd..16864168d 100755
--- a/setup.py
+++ b/setup.py
@@ -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',