diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-08-30 22:53:00 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-08-30 22:56:10 -0700 |
commit | efbe5d63540c68c7961212b14215d5f9b20362ef (patch) | |
tree | 06ea089b563c5a925ffc53887ad8efd9acb7ec6e | |
parent | emerge: deprecate --changelog option (bug 693096) (diff) | |
download | portage-2.3.74.tar.gz portage-2.3.74.tar.bz2 portage-2.3.74.zip |
Updates for portage-2.3.74 releaseportage-2.3.74
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r-- | RELEASE-NOTES | 14 | ||||
-rwxr-xr-x | setup.py | 2 |
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: @@ -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', |