diff options
author | 2018-01-29 22:10:49 -0800 | |
---|---|---|
committer | 2018-01-29 22:10:58 -0800 | |
commit | 90c230e11567f87a9b8d4d3e3b2b550436c831a2 (patch) | |
tree | 2536c89df3ca51fa541c4bd544df284b12b31387 | |
parent | emerge: add --changed-deps-report option (bug 645780) (diff) | |
download | portage-2.3.21.tar.gz portage-2.3.21.tar.bz2 portage-2.3.21.zip |
Updates for portage-2.3.21 releaseportage-2.3.21
-rw-r--r-- | RELEASE-NOTES | 9 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d19a8c7bb..4ea143c7b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,15 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-2.3.21 +================================== +* Bug Fixes: + - Bug 612972 fix global scope DISTDIR setting to be consistent + - Bug 645416 dep_zapdeps: fix virtual/rust handling + - Bug 645780 add --changed-deps-report option +* Rync tree verification with gemato and gentoo-keys + + portage-2.3.20 ================================== * Bug Fixes: @@ -663,7 +663,7 @@ class build_ext(_build_ext): setup( name = 'portage', - version = '2.3.20', + version = '2.3.21', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org', |