commit:     dfb509bf12d9517741f5474f31b489d7c88cb666
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  5 07:14:44 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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";,

Reply via email to