commit: 1079f2d13cfe575e243b76b2f5128c0c4e222f51
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 14 23:24:40 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Jun 14 23:24:40 2020 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=1079f2d1
Updates for portage-2.3.101 release
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
NEWS | 7 +++++++
RELEASE-NOTES | 10 ++++++++++
setup.py | 2 +-
3 files changed, 18 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 4392f4c44..fdaba51d6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
News (mainly features/major bug fixes)
+portage-2.3.101
+--------------
+* The new PORTAGE_LOG_FILTER_FILE_CMD 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.100
--------------
* New BINPKG_COMPRESS=zstd default (does not apply to installed systems
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index cf4a04c29..b294d7fd1 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,16 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.101
+==================================
+* Bug Fixes:
+ - Bug 661518 repos.conf: Add bool sync-openpgp-key-refresh option
+ - Bug 709746 New PORTAGE_LOG_FILTER_FILE_CMD variable specifies a
+ command that filters build log output to a log file
+ - Bug 719810 Escape percent-signs in mirror url
+ - Bug 725934 _better_cache._scan_cat: Avoid stat calls
+ - Bug 728046 ecompress: Prefix eqawarn messages with QA Notice
+
portage-2.3.100
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 7d8cdcd04..e212dc96a 100755
--- a/setup.py
+++ b/setup.py
@@ -657,7 +657,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.100',
+ version = '2.3.101',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',