aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2021-01-11 01:01:30 -0800
committerZac Medico <zmedico@gentoo.org>2021-01-11 01:39:51 -0800
commit9fdddccd4ac0dc5241298decebcf9479d67411ae (patch)
treed1682b806db54cbdbfc459c5c5d31ceabe5160cd
parentglobal_event_loop: return running loop for current thread (diff)
downloadportage-9fdddccd4ac0dc5241298decebcf9479d67411ae.tar.gz
portage-9fdddccd4ac0dc5241298decebcf9479d67411ae.tar.bz2
portage-9fdddccd4ac0dc5241298decebcf9479d67411ae.zip
Updates for portage-3.0.13 releaseportage-3.0.13
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r--NEWS6
-rw-r--r--RELEASE-NOTES7
-rwxr-xr-xsetup.py2
3 files changed, 14 insertions, 1 deletions
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 = 'dev-portage@gentoo.org',