diff options
-rw-r--r-- | RELEASE-NOTES | 9 | ||||
-rwxr-xr-x | setup.py | 2 |
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: @@ -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', |