aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-12-07 21:22:47 -0800
committerZac Medico <zmedico@gentoo.org>2017-12-07 21:22:47 -0800
commit92fe38696ca03f37a956e1c6f70af46c284abaeb (patch)
treeedead84ea9d89d3ac22fbf017b9c24ea10d0b291
parentphase-helpers.sh: make use() tolerate missing IUSE for binary packages (diff)
downloadportage-92fe38696ca03f37a956e1c6f70af46c284abaeb.tar.gz
portage-92fe38696ca03f37a956e1c6f70af46c284abaeb.tar.bz2
portage-92fe38696ca03f37a956e1c6f70af46c284abaeb.zip
Updates for portage-2.3.17 releaseportage-2.3.17
-rw-r--r--NEWS5
-rw-r--r--RELEASE-NOTES9
-rwxr-xr-xsetup.py2
3 files changed, 15 insertions, 1 deletions
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 = 'dev-portage@gentoo.org',