diff options
-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', |