commit: 92fe38696ca03f37a956e1c6f70af46c284abaeb
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 8 05:22:47 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Dec 8 05:22:47 2017 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=92fe3869
Updates for portage-2.3.17 release
NEWS | 5 +++++
RELEASE-NOTES | 9 +++++++++
setup.py | 2 +-
3 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 503a3d4e6..eced7bf58 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
News (mainly features/major bug fixes)
+portage-2.3.17
+----------------
+* The doins ebuild helper has been rewritten in python for performance, and
+ it does in-kernel file copying on Linux.
+
portage-2.3.14
----------------
* Repository metadata/layout.conf supports manifest-required-hashes
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 014ea7840..f1cfc671a 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,15 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.17
+==================================
+* Bug Fixes:
+ - Bug 586214 fix KeyError when profile is missing ARCH variable
+ - Bug 615620 disable pygcrypt checksum backend
+ - Bug 624526 rewrite doins in python
+ - Bug 639346 eval disjunctive build deps earlier
+
+
portage-2.3.16
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 4d6078fad..a584cd803 100755
--- a/setup.py
+++ b/setup.py
@@ -663,7 +663,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.16',
+ version = '2.3.17',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',