Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Tue, 05 Oct 2021 07:15:15
Message-Id: 1633418084.dfb509bf12d9517741f5474f31b489d7c88cb666.mgorny@gentoo
1 commit: dfb509bf12d9517741f5474f31b489d7c88cb666
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 5 07:14:44 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 5 07:14:44 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=dfb509bf
7
8 Prepare for 3.0.28 release
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 RELEASE-NOTES | 4 ++++
13 setup.py | 2 +-
14 2 files changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
17 index 937361db1..15ef69d9e 100644
18 --- a/RELEASE-NOTES
19 +++ b/RELEASE-NOTES
20 @@ -1,6 +1,10 @@
21 Release Notes; upgrade information mainly.
22 Features/major bugfixes are listed in NEWS
23
24 +portage-3.0.28
25 +==================================
26 + - Bug 816291: revert FILESDIR to symlink to fix SELinux regression.
27 +
28 portage-3.0.27
29 ==================================
30 - Bug 815871: fix creating FILESDIR when FEATURES=keepwork is used
31
32 diff --git a/setup.py b/setup.py
33 index 1157e5824..549fff650 100755
34 --- a/setup.py
35 +++ b/setup.py
36 @@ -805,7 +805,7 @@ def get_data_files(regular_files, venv_files):
37
38 setup(
39 name="portage",
40 - version="3.0.27",
41 + version="3.0.28",
42 url="https://wiki.gentoo.org/wiki/Project:Portage",
43 project_urls={
44 "Release Notes": "https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES",