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 2665C158087 for ; Tue, 5 Oct 2021 07:15:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45233E085A; Tue, 5 Oct 2021 07:15:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25BE7E085A for ; Tue, 5 Oct 2021 07:15:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15ED1342FC4 for ; Tue, 5 Oct 2021 07:15:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BC4B108 for ; Tue, 5 Oct 2021 07:15:11 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1633418084.dfb509bf12d9517741f5474f31b489d7c88cb666.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dfb509bf12d9517741f5474f31b489d7c88cb666 X-VCS-Branch: master Date: Tue, 5 Oct 2021 07:15:11 +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: 69d7e076-665c-4c93-8d12-2059f8f82bb6 X-Archives-Hash: 64ce61c0573dd5ffc38d982854d3d3dd commit: dfb509bf12d9517741f5474f31b489d7c88cb666 Author: Michał Górny gentoo org> AuthorDate: Tue Oct 5 07:14:44 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Oct 5 07:14:44 2021 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=dfb509bf Prepare for 3.0.28 release Signed-off-by: Michał Górny gentoo.org> RELEASE-NOTES | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 937361db1..15ef69d9e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,10 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-3.0.28 +================================== + - Bug 816291: revert FILESDIR to symlink to fix SELinux regression. + portage-3.0.27 ================================== - Bug 815871: fix creating FILESDIR when FEATURES=keepwork is used diff --git a/setup.py b/setup.py index 1157e5824..549fff650 100755 --- a/setup.py +++ b/setup.py @@ -805,7 +805,7 @@ def get_data_files(regular_files, venv_files): setup( name="portage", - version="3.0.27", + version="3.0.28", url="https://wiki.gentoo.org/wiki/Project:Portage", project_urls={ "Release Notes": "https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES",