aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-12-10 19:50:36 -0800
committerZac Medico <zmedico@gentoo.org>2017-12-10 19:50:36 -0800
commitdf2b69e2b412754fb47318215409599aee91b744 (patch)
tree4c23976f4babeec986bc08ca0bd6740fc0d887ef
parentHandle binary package IUSE_IMPLICIT divergence (bug 640318) (diff)
downloadportage-df2b69e2b412754fb47318215409599aee91b744.tar.gz
portage-df2b69e2b412754fb47318215409599aee91b744.tar.bz2
portage-df2b69e2b412754fb47318215409599aee91b744.zip
Updates for portage-2.3.18 releaseportage-2.3.18
-rw-r--r--RELEASE-NOTES9
-rwxr-xr-xsetup.py2
2 files changed, 10 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index f1cfc671a..cc09ee145 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.18
+==================================
+* Bug Fixes:
+ - Bug 640290 PORTAGE_XATTR_EXCLUDE: add common user.* attributes
+ - Bug 640318 handle binary package IUSE_IMPLICIT divergence
+ - Bug 640376 doins: remove file before creating symlink
+ - Bug 640450 fix binary package extraction for USERLAND_BSD
+
+
portage-2.3.17
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index a584cd803..a9e639801 100755
--- a/setup.py
+++ b/setup.py
@@ -663,7 +663,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.17',
+ version = '2.3.18',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-portage@gentoo.org',