diff options
-rw-r--r-- | RELEASE-NOTES | 7 | ||||
-rwxr-xr-x | setup.py | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b07febc36..02a4022e8 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,13 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-2.3.86 +================================== +* Bug Fixes: + - Bug 706278 Adjust || preference for slot upgrades + - Bug 706298 Suppress package.keywords warning for API consumers + + portage-2.3.85 ================================== * Bug Fixes: @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 1998-2019 Gentoo Authors +# Copyright 1998-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 from __future__ import print_function @@ -662,7 +662,7 @@ class build_ext(_build_ext): setup( name = 'portage', - version = '2.3.85', + version = '2.3.86', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org', |