Updates for portage-2.3.90 release

Signed-off-by: Zac Medico <zmedico@gentoo.org>
diff --git a/NEWS b/NEWS
index 65cfa3e..5754aa2 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 2060019..c8a8486 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 66b3c08..59abff3 100755
--- a/setup.py
+++ b/setup.py
@@ -657,7 +657,7 @@
 
 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',