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 96C22138334 for ; Thu, 11 Jul 2019 04:07:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32E98E0893; Thu, 11 Jul 2019 04:07:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E0FE3E087C for ; Thu, 11 Jul 2019 04:07:11 +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 235D6347724 for ; Thu, 11 Jul 2019 04:07:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88A1155B for ; Thu, 11 Jul 2019 04:07:06 +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: <1562815910.b0f115a58930207646b3bb53dcc1a314cb184d17.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: b0f115a58930207646b3bb53dcc1a314cb184d17 X-VCS-Branch: master Date: Thu, 11 Jul 2019 04:07:06 +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: ae5dcc12-50bf-4893-935d-b99d92cd80e7 X-Archives-Hash: 8cf406765ba81e70a405acc9b7e58dc2 commit: b0f115a58930207646b3bb53dcc1a314cb184d17 Author: Zac Medico gentoo org> AuthorDate: Thu Jul 11 03:31:39 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Jul 11 03:31:50 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=b0f115a5 Updates for portage-2.3.69 release Signed-off-by: Zac Medico gentoo.org> RELEASE-NOTES | 10 ++++++++++ setup.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8cec50a3c..82768bebc 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,16 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-2.3.69 +================================== +* Bug Fixes: + - Bug 642604 handle empty EPREFIX, ROOT, SYSROOT, etc settings + - Bug 680810 ebuild.sh: suppress export error messages for eix-update + - Bug 689072 default repo.conf sync-openpgp-keyserver to + hkps://keys.gentoo.org in order to prevent key poisoning + - Bug 689506 default repos.conf sync-webrsync-verify-signature + + portage-2.3.68 ================================== * Bug Fixes: diff --git a/setup.py b/setup.py index b9f674d7b..69e90a68d 100755 --- a/setup.py +++ b/setup.py @@ -662,7 +662,7 @@ class build_ext(_build_ext): setup( name = 'portage', - version = '2.3.68', + version = '2.3.69', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org',