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 29A3359CA3 for ; Thu, 10 Mar 2016 23:27:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BB0D21C005; Thu, 10 Mar 2016 23:26:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39E2E21C005 for ; Thu, 10 Mar 2016 23:26:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 346D5340948 for ; Thu, 10 Mar 2016 23:26:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59D0D208D for ; Thu, 10 Mar 2016 23:26:53 +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: <1457651172.5d4fc0a6fd2245bcb62110e9183de9dbdc6bde1e.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: RELEASE-NOTES setup.py X-VCS-Directories: / X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 5d4fc0a6fd2245bcb62110e9183de9dbdc6bde1e X-VCS-Branch: master Date: Thu, 10 Mar 2016 23:26:53 +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: e36aaa70-4e6f-473a-9817-eae965c0ce0b X-Archives-Hash: 2c36780a23702e97e8df1d85dca43971 commit: 5d4fc0a6fd2245bcb62110e9183de9dbdc6bde1e Author: Brian Dolbec gentoo org> AuthorDate: Thu Mar 10 23:06:12 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Mar 10 23:06:12 2016 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=5d4fc0a6 Updates for a release RELEASE-NOTES | 20 ++++++++++++++++++++ setup.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6e3e591..efd446a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,26 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-2.2.28 +================================== +* Bug Fixes: + - Bug 572494 BinpkgFetcher: suppress PORTAGE_SSH_OPTS KeyError message + - Bug 572476 binarytree: fix PORTAGE_BINHOST KeyError + - Bug 572826 Fix KeyError for ACCEPT_KEYWORDS and ARCH + - Bug 540882 repoman: Re-add an if that bypasses the changes scan + - Bug 573070 Clarify no binary packages error + - Bug 573056 isolated-functions.sh: Output error message for nofatal die + - Bug 573386 UserQuery: handle unicode + - Bug 543706 Make config update tools stand out + - Bug 527004 Be extra clear on INSTALL_MASK & dirs + - Bug 574082 repoman: Deprecate games.eclass + - Bug 576488 portdbapi.aux_get: don't cache in memory unless frozen + - Bug 573920 eapply_user: allow empty directories + - Bug 576958 repoman: Make the output quiet when options.quiet=True +* Add sync-git-clone-extra-opts and sync-git-pull-extra-opts +* GLEP 67 portageq updates +* repoman: Fix _here_doc_re for "Unquoted Variable" false positives + portage-2.2.27 ================================== * Bug Fixes: diff --git a/setup.py b/setup.py index 62c2662..b066fae 100755 --- a/setup.py +++ b/setup.py @@ -615,7 +615,7 @@ def get_manpages(): setup( name = 'portage', - version = '2.2.27', + version = '2.2.28', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org',