summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2021-02-27 00:06:58 -0800
committerZac Medico <zmedico@gentoo.org>2021-02-27 00:07:09 -0800
commit6832c716526c369b846745537851e0a18aa2a457 (patch)
treecaee69d2396d3d78bba53e2a70acf0d206933307
parentman/emirrordist.1: fix --content-db description (diff)
downloadportage-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--NEWS3
-rw-r--r--RELEASE-NOTES9
-rwxr-xr-xsetup.py2
3 files changed, 13 insertions, 1 deletions
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 = 'dev-portage@gentoo.org',