commit:     97c4179e03e709a4281c36c6ac8c3ea9f8dfb529
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 17 02:55:03 2018 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Apr 17 02:55:03 2018 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=97c4179e

Updates for portage-2.3.29 release

 NEWS          |  5 +++++
 RELEASE-NOTES | 12 ++++++++++++
 setup.py      |  2 +-
 3 files changed, 18 insertions(+), 1 deletion(-)

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 = '[email protected]',

Reply via email to