diff options
author | Zac Medico <zmedico@gentoo.org> | 2021-02-27 00:06:58 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2021-02-27 00:07:09 -0800 |
commit | 6832c716526c369b846745537851e0a18aa2a457 (patch) | |
tree | caee69d2396d3d78bba53e2a70acf0d206933307 | |
parent | man/emirrordist.1: fix --content-db description (diff) | |
download | portage-3.0.16.tar.gz portage-3.0.16.tar.bz2 portage-3.0.16.zip |
Updates for portage-3.0.16 releaseportage-3.0.16
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | RELEASE-NOTES | 9 | ||||
-rwxr-xr-x | setup.py | 2 |
3 files changed, 13 insertions, 1 deletions
@@ -1,5 +1,8 @@ News (mainly features/major bug fixes) +portage-3.0.16 +-------------- +* emirrordist supports the content-hash distfiles mirror layout. portage-3.0.15 -------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ced60eec2..87af750dd 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,15 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-3.0.16 +================================== +* Bug Fixes: + - Bug 721680 Add emirrordist shelve dump/restore + - Bug 749333 PORTAGE_REPOSITORIES: don't override repos with aliases + - Bug 756778 emirrordist --content-db for content-hash layout support + - Bug 772785 don't enable binpkg-multi-instance for existing installs + - Bug 772806 prevent infinite loop after empty os.path.dirname result + portage-3.0.15 ================================== * Bug Fixes: @@ -655,7 +655,7 @@ class build_ext(_build_ext): setup( name = 'portage', - version = '3.0.15', + version = '3.0.16', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org', |