diff options
author | Zac Medico <zmedico@gentoo.org> | 2020-08-30 23:46:24 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2020-08-30 23:48:17 -0700 |
commit | 5c7222dab4d262754ac282ead8d88dd5b83505b6 (patch) | |
tree | 46fc94d63e5f2d5b3d80cc950d6bc43aedd5e345 | |
parent | Use cached portage.getpid() function (bug 739540) (diff) | |
download | portage-3.0.5.tar.gz portage-3.0.5.tar.bz2 portage-3.0.5.zip |
Updates for portage-3.0.5 releaseportage-3.0.5
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r-- | RELEASE-NOTES | 8 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1e2239007..9279b11ef 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,14 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-3.0.5 +================================== +* Bug Fixes: + - Bug 439688 dephgraph: Allow elimination of highest version after + slot conflict, which prevents unecessary rebuilds for dev-lang/go + after backtracking for a missed update + - Bug 739540 Use cached portage.getpid() function to avoid syscalls + portage-3.0.4 ================================== * Bug Fixes: @@ -655,7 +655,7 @@ class build_ext(_build_ext): setup( name = 'portage', - version = '3.0.4', + version = '3.0.5', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org', |