From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BE21858973 for ; Mon, 18 Jan 2016 18:58:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3075E21C011; Mon, 18 Jan 2016 18:58:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD43721C011 for ; Mon, 18 Jan 2016 18:58:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 775C534092E for ; Mon, 18 Jan 2016 18:58:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB212CB1 for ; Mon, 18 Jan 2016 18:58:04 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1453142318.d2b36c40342cae68983c14a464f9b1202a25ea1b.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS RELEASE-NOTES setup.py X-VCS-Directories: / X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: d2b36c40342cae68983c14a464f9b1202a25ea1b X-VCS-Branch: master Date: Mon, 18 Jan 2016 18:58:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ff553a43-c22c-4954-8e24-68c32e602b98 X-Archives-Hash: 45b0fc1c20a3b6f1879061546aa8de76 commit: d2b36c40342cae68983c14a464f9b1202a25ea1b Author: Brian Dolbec gentoo org> AuthorDate: Mon Jan 18 18:38:38 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Mon Jan 18 18:38:38 2016 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d2b36c40 Updates for the release NEWS | 6 ++++++ RELEASE-NOTES | 25 +++++++++++++++++++++++++ setup.py | 2 +- 3 files changed, 32 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index dd04a44..48dd7f2 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ News (mainly features/major bug fixes) + +portage-2.2.26 +-------------- +* EAPI 6 stable portage release + + portage-2.2.25 -------------- * EAPI 6 final fully implemented. diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6a81495..6e3e591 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,30 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-2.2.27 +================================== +* Bug Fixes: + - Bug 532224 Fixes commit 28828655da86 @profile pkg set support + - Bug 566024 Fix logic when deep is True + - Bug 567932 SyncManager.sync: always return 4-tuple + - Bug 561686 _dep_check_composite_db._visible: verify that highest_visible + matches + - Bug 567920 Manifest._apply_max_mtime: account for removals and renames + - Bug 567746 repoman: use metadata.dtd from rsync tree if available + - Bug 568354 depgraph._resolve: consider unresolved @system atoms fatal + - Bug 567360 doebuild: Support finding lib* for ccache/distcc/icecc + masquerade dir + - Bug 568054 repoman: Do not check for PATCHES array in EAPI 6 and later. + - Bug 568934 flat_hash: enable md5 validation for /var/cache/edb/dep + - Bug 569942 elog/mod_save: fix CATEGORY KeyError + - Bug 486362 repoman: add clutter to inherit.deprecated + - Bug 562652 emaint/.../merges: Rename --purge-tracker option + - Bug 570530 INSTALL_MASK: enable matching of broken symlinks + - Bug 570672 emerge: Add --autounmask-only parameter + - Bug 570798 support bsddb3 module + + + portage-2.2.26 ================================== * Bug Fixes: @@ -13,6 +37,7 @@ portage-2.2.26 - Bug 566704 depgraph: autounmask for conditional USE deps * other EAPI 6 code changes: eapply_user, several corrections + portage-2.2.25 ================================== * Bug Fixes: diff --git a/setup.py b/setup.py index 3c0ce0c..62c2662 100755 --- a/setup.py +++ b/setup.py @@ -615,7 +615,7 @@ def get_manpages(): setup( name = 'portage', - version = '2.2.26', + version = '2.2.27', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org',