Updates for portage-2.3.101 release

Signed-off-by: Zac Medico <zmedico@gentoo.org>
diff --git a/NEWS b/NEWS
index 4392f4c..fdaba51 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 cf4a04c..b294d7f 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 7d8cdcd..e212dc9 100755
--- a/setup.py
+++ b/setup.py
@@ -657,7 +657,7 @@
 
 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 = 'dev-portage@gentoo.org',