commit: 6832c716526c369b846745537851e0a18aa2a457
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 08:06:58 2021 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 08:07:09 2021 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=6832c716
Updates for portage-3.0.16 release
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
NEWS | 3 +++
RELEASE-NOTES | 9 +++++++++
setup.py | 2 +-
3 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 99839807c..84299e0a2 100644
--- a/NEWS
+++ b/NEWS
@@ -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:
diff --git a/setup.py b/setup.py
index 2617c10ad..96d9932e0 100755
--- a/setup.py
+++ b/setup.py
@@ -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 = '[email protected]',