commit: b46fd55817d3dff90e90faf7b7bfa3b42eeb8f26
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 21 21:02:38 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Nov 21 21:03:34 2017 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=b46fd558
Updates for portage-2.3.16 release
RELEASE-NOTES | 7 +++++++
setup.py | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 157d1900b..014ea7840 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.16
+==================================
+* Bug Fixes:
+ - Bug 638292 avoid unnecessary $PKGDIR/Packages index re-write
+ - Bug 638320 emaint binhost: use _populate_local instead of _populate
+
+
portage-2.3.15
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index e65ea42fc..4d6078fad 100755
--- a/setup.py
+++ b/setup.py
@@ -663,7 +663,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.15',
+ version = '2.3.16',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',