diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | RELEASE-NOTES | 8 | ||||
-rwxr-xr-x | setup.py | 2 |
3 files changed, 16 insertions, 1 deletions
@@ -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: @@ -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', |