summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--RELEASE-NOTES8
-rwxr-xr-xsetup.py2
3 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 65cfa3e4f..5754aa24c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
News (mainly features/major bug fixes)
+portage-2.3.90
+--------------
+* The new PORTAGE_LOG_FILTER_FILE make.conf(5) variable specifies a
+ command that filters build log output to a log file. In order to
+ filter ANSI escape codes from build logs, ansifilter(1) is a
+ convenient setting for this variable.
+
portage-2.3.80
--------------
* The emerge --quickpkg-direct option enables use of installed packages
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 2060019f7..c8a848661 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,14 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.90
+==================================
+* Bug Fixes:
+ - Bug 601252 DISTDIR NFS root_squash support
+ - Bug 709746 new PORTAGE_LOG_FILTER_FILE variable specifies a
+ command that filters build log output to a log file
+ - Bug 710076 einstalldocs: Fix test for DOCS being unset
+
portage-2.3.89
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 66b3c08c3..59abff357 100755
--- a/setup.py
+++ b/setup.py
@@ -657,7 +657,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.89',
+ version = '2.3.90',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-portage@gentoo.org',