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 51AF5138334 for ; Mon, 3 Sep 2018 18:25:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 476A8E08D6; Mon, 3 Sep 2018 18:25:26 +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 203A8E08D6 for ; Mon, 3 Sep 2018 18:25:26 +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 D60FB335C95 for ; Mon, 3 Sep 2018 18:25:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B5313B8 for ; Mon, 3 Sep 2018 18:25:23 +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: <1535997024.afd0eb8b4b926f6bbb92a2a20c799ec7b528f706.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: afd0eb8b4b926f6bbb92a2a20c799ec7b528f706 X-VCS-Branch: master Date: Mon, 3 Sep 2018 18:25:23 +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: 710250b4-c9fc-4ba7-8856-e97d77b50b63 X-Archives-Hash: 4655d420897336ca4ca9e5c588b2a633 commit: afd0eb8b4b926f6bbb92a2a20c799ec7b528f706 Author: Zac Medico gentoo org> AuthorDate: Mon Sep 3 17:50:24 2018 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Sep 3 17:50:24 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=afd0eb8b Updates for portage-2.3.49 release RELEASE-NOTES | 6 ++++++ setup.py | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 53b622780..0725ce218 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.49 +================================== +* Bug Fixes: + - Bug 665038 enable has/best_version -b in any phase for prefix + + portage-2.3.48 ================================== * Bug Fixes: diff --git a/setup.py b/setup.py index 670886c4d..8c4515470 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 1998-2014 Gentoo Foundation +# Copyright 1998-2018 Gentoo Foundation # 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.48', + version = '2.3.49', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org',