commit: 9fdddccd4ac0dc5241298decebcf9479d67411ae
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 09:01:30 2021 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Jan 11 09:39:51 2021 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=9fdddccd
Updates for portage-3.0.13 release
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
NEWS | 6 ++++++
RELEASE-NOTES | 7 +++++++
setup.py | 2 +-
3 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index c9bd5cfb5..685e42b2c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
News (mainly features/major bug fixes)
+portage-3.0.13
+--------------
+* FETCHCOMMAND now supports a \${DIGESTS} placeholder which expands
+ to a space separated list of digests. Refer to the FETCHCOMMAND
+ documentation in the make.conf(5) man page.
+
portage-3.0.6
--------------
* emerge --search now detects regular expressions automatically. This
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 0bbe7ad07..c2a5607cd 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,13 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-3.0.13
+==================================
+* Bug Fixes:
+ - Bug 763339 always allow event loops to run in threads
+ - Bug 764764 fix virtual/dist-kernel slot operator rebuilds
+ - Bug 764905 wrap asyncio child watcher for thread safety
+
portage-3.0.12
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index be69fffdb..bd27a5343 100755
--- a/setup.py
+++ b/setup.py
@@ -655,7 +655,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '3.0.12',
+ version = '3.0.13',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',