diff options
author | Zac Medico <zmedico@gentoo.org> | 2021-01-11 01:01:30 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2021-01-11 01:39:51 -0800 |
commit | 9fdddccd4ac0dc5241298decebcf9479d67411ae (patch) | |
tree | d1682b806db54cbdbfc459c5c5d31ceabe5160cd | |
parent | global_event_loop: return running loop for current thread (diff) | |
download | portage-3.0.13.tar.gz portage-3.0.13.tar.bz2 portage-3.0.13.zip |
Updates for portage-3.0.13 releaseportage-3.0.13
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | RELEASE-NOTES | 7 | ||||
-rwxr-xr-x | setup.py | 2 |
3 files changed, 14 insertions, 1 deletions
@@ -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: @@ -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', |