Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Sun, 01 Mar 2020 07:02:28
Message-Id: 1583045089.2317403c7ed9482c2272dfdb3d535471faa92412.zmedico@gentoo
1 commit: 2317403c7ed9482c2272dfdb3d535471faa92412
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 1 06:44:45 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 1 06:44:49 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=2317403c
7
8 Updates for portage-2.3.90 release
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11
12 NEWS | 7 +++++++
13 RELEASE-NOTES | 8 ++++++++
14 setup.py | 2 +-
15 3 files changed, 16 insertions(+), 1 deletion(-)
16
17 diff --git a/NEWS b/NEWS
18 index 65cfa3e4f..5754aa24c 100644
19 --- a/NEWS
20 +++ b/NEWS
21 @@ -1,5 +1,12 @@
22 News (mainly features/major bug fixes)
23
24 +portage-2.3.90
25 +--------------
26 +* The new PORTAGE_LOG_FILTER_FILE make.conf(5) variable specifies a
27 + command that filters build log output to a log file. In order to
28 + filter ANSI escape codes from build logs, ansifilter(1) is a
29 + convenient setting for this variable.
30 +
31 portage-2.3.80
32 --------------
33 * The emerge --quickpkg-direct option enables use of installed packages
34
35 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
36 index 2060019f7..c8a848661 100644
37 --- a/RELEASE-NOTES
38 +++ b/RELEASE-NOTES
39 @@ -1,6 +1,14 @@
40 Release Notes; upgrade information mainly.
41 Features/major bugfixes are listed in NEWS
42
43 +portage-2.3.90
44 +==================================
45 +* Bug Fixes:
46 + - Bug 601252 DISTDIR NFS root_squash support
47 + - Bug 709746 new PORTAGE_LOG_FILTER_FILE variable specifies a
48 + command that filters build log output to a log file
49 + - Bug 710076 einstalldocs: Fix test for DOCS being unset
50 +
51 portage-2.3.89
52 ==================================
53 * Bug Fixes:
54
55 diff --git a/setup.py b/setup.py
56 index 66b3c08c3..59abff357 100755
57 --- a/setup.py
58 +++ b/setup.py
59 @@ -657,7 +657,7 @@ class build_ext(_build_ext):
60
61 setup(
62 name = 'portage',
63 - version = '2.3.89',
64 + version = '2.3.90',
65 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
66 author = 'Gentoo Portage Development Team',
67 author_email = 'dev-portage@g.o',