From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1066501-garchives=archives.gentoo.org@lists.gentoo.org> 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 34FC1138334 for <garchives@archives.gentoo.org>; Fri, 11 Jan 2019 04:46:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AD8FE0AB6; Fri, 11 Jan 2019 04:46:00 +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 14760E0AB6 for <gentoo-commits@lists.gentoo.org>; Fri, 11 Jan 2019 04:45:58 +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 19D10335C67 for <gentoo-commits@lists.gentoo.org>; Fri, 11 Jan 2019 04:45:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F29484E7 for <gentoo-commits@lists.gentoo.org>; Fri, 11 Jan 2019 04:45:54 +0000 (UTC) From: "Zac Medico" <zmedico@gentoo.org> 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" <zmedico@gentoo.org> Message-ID: <1547181889.ad30112af58c8f8a8e1d0555152e084db70d44b2.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: ad30112af58c8f8a8e1d0555152e084db70d44b2 X-VCS-Branch: master Date: Fri, 11 Jan 2019 04:45:54 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d7ea8f97-aaed-45a9-8424-f08e67190802 X-Archives-Hash: bf862b69dff75c1ce516a36b9cf83d24 commit: ad30112af58c8f8a8e1d0555152e084db70d44b2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Fri Jan 11 04:42:34 2019 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Fri Jan 11 04:44:49 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ad30112a Updates for portage-2.3.55 release Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> RELEASE-NOTES | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 3df6baf6d..0a5d49bb6 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,12 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-2.3.55 +================================== +* Bug Fixes: + - Bug 673794 pid-sandbox: whitelist selected pkg_* phases + + portage-2.3.54 ================================== * Bug Fixes: diff --git a/setup.py b/setup.py index b43f09a03..b93e2dae0 100755 --- a/setup.py +++ b/setup.py @@ -662,7 +662,7 @@ class build_ext(_build_ext): setup( name = 'portage', - version = '2.3.54', + version = '2.3.55', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org',