commit: 2317403c7ed9482c2272dfdb3d535471faa92412
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 1 06:44:45 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Mar 1 06:44:49 2020 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=2317403c
Updates for portage-2.3.90 release
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
NEWS | 7 +++++++
RELEASE-NOTES | 8 ++++++++
setup.py | 2 +-
3 files changed, 16 insertions(+), 1 deletion(-)
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 = '[email protected]',