commit: efbe5d63540c68c7961212b14215d5f9b20362ef
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 05:53:00 2019 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 05:56:10 2019 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=efbe5d63
Updates for portage-2.3.74 release
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
RELEASE-NOTES | 14 ++++++++++++++
setup.py | 2 +-
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index b2c34601d..5282d55a6 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,20 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.74
+==================================
+* Bug Fixes:
+ - Bug 587930 glsa-check: add exit code for affected GLSAs
+ - Bug 688902 Add FEATURES=pkgdir-index-trusted
+ - Bug 690758 Use RTNETLINK to configure the loopback interface
+ - Bug 692872 glsa-check: forward port --quiet option from
+ gentoolkit
+ - Bug 693026 rsync: proxychains compatibility
+ - Bug 693088 glsa-check: forward port remaining changes from
+ gentoolkit
+ - Bug 693096 emerge: deprecate --changelog option
+
+
portage-2.3.73
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 4030cacf1..c13edd791 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.73',
+ version = '2.3.74',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',