summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE-NOTES7
-rwxr-xr-xsetup.py4
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:
diff --git a/setup.py b/setup.py
index 9cba3834e..125368c44 100755
--- a/setup.py
+++ b/setup.py
@@ -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',