From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2286B138334 for ; Sun, 26 May 2019 05:27:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35740E07D4; Sun, 26 May 2019 05:27:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19E4EE07D1 for ; Sun, 26 May 2019 05:27:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76A9E34501C for ; Sun, 26 May 2019 05:27:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29FA8452 for ; Sun, 26 May 2019 05:27:54 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1558846403.4e61f5040fc0f67e8a81a8404a6433c5db4fad12.zmedico@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: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 4e61f5040fc0f67e8a81a8404a6433c5db4fad12 X-VCS-Branch: master Date: Sun, 26 May 2019 05:27:54 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f44b5042-8746-4d63-8aaa-59816afa4e1d X-Archives-Hash: 62dab56e7fa72ad681d69e683af473e1 commit: 4e61f5040fc0f67e8a81a8404a6433c5db4fad12 Author: Zac Medico gentoo org> AuthorDate: Sun May 26 04:53:11 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun May 26 04:53:23 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=4e61f504 Updates for portage-2.3.67 release Signed-off-by: Zac Medico gentoo.org> RELEASE-NOTES | 14 ++++++++++++++ setup.py | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a04fe5132..cb220be35 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,20 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-2.3.67 +================================== +* Bug Fixes: + - Bug 516016 install-qa-check.d/80libraries: Fix false positive + - Bug 662468 Add bash ___is_indexed_array_var function + - Bug 685482 repoman: Check IUSE in _match_use for USE defaults + - Bug 685532 estrip: Fix inconsistent behavior with EAPI >= 7 + - Bug 685854 get_vm_info: Set C locale for subprocesses + - Bug 686194 Recognize riscv ABIs + - Bug 686282 estrip: Strip __gentoo_check_ldflags__ symbol + - Bug 686356 install-qa-check.d/10ignored-flags: Fix false positive + - Bug 686406 Fix ACCEPT_LICENSE=-* to behave as intended + + portage-2.3.66 ================================== * Bug Fixes: diff --git a/setup.py b/setup.py index 2a14345bc..3e6ea8caa 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 1998-2018 Gentoo Foundation +# Copyright 1998-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 from __future__ import print_function @@ -662,7 +662,7 @@ class build_ext(_build_ext): setup( name = 'portage', - version = '2.3.66', + version = '2.3.67', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org',