aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-10-05 08:33:41 +0200
committerMichał Górny <mgorny@gentoo.org>2021-10-05 08:33:41 +0200
commitd267666df935c53834a21bb08c7304e63975c8e6 (patch)
treeaa77ebd09509bd2e23841ac2e26cd21d06b7360d
parentUse distinct colors for output msg types (diff)
downloadportage-d267666d.tar.gz
portage-d267666d.tar.bz2
portage-d267666d.zip
Prepare for 3.0.27 releaseportage-3.0.27
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--NEWS6
-rw-r--r--RELEASE-NOTES4
-rwxr-xr-xsetup.py2
3 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4b04e4d71..1e772fdfd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
News (mainly features/major bug fixes)
+portage-3.0.27
+--------------
+* improve blocker output to make it clear which blockers
+ are not satisfied.
+* use distinct colors for einfo/elog and ewarn/eqawarn.
+
portage-3.0.26
--------------
* fix broken FILESDIR copying logic.
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6c5e58b6d..937361db1 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.27
+==================================
+ - Bug 815871: fix creating FILESDIR when FEATURES=keepwork is used
+
portage-3.0.25 (yanked)
==================================
- Bug 703520: output a QA notice when eend is called without
diff --git a/setup.py b/setup.py
index fefdc1266..1157e5824 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.26",
+ version="3.0.27",
url="https://wiki.gentoo.org/wiki/Project:Portage",
project_urls={
"Release Notes": "https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES",