aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE-NOTES14
-rwxr-xr-xsetup.py2
2 files changed, 15 insertions, 1 deletions
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 = 'dev-portage@gentoo.org',