aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE-NOTES4
-rwxr-xr-xsetup.py2
2 files changed, 5 insertions, 1 deletions
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",