diff options
author | Zac Medico <zmedico@gentoo.org> | 2021-01-19 02:55:44 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2021-01-19 03:02:55 -0800 |
commit | 04576b58c9c4e74218e3e82cbae6c0515e251d8f (patch) | |
tree | c976167b2296bfde8549101231aec6f5086e9060 | |
parent | binarytree.move_ent: copy on write for package move (diff) | |
download | portage-3.0.14.tar.gz portage-3.0.14.tar.bz2 portage-3.0.14.zip |
Updates for portage-3.0.14 releaseportage-3.0.14
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r-- | RELEASE-NOTES | 13 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c2a5607cd..430b24a64 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,19 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-3.0.14 +================================== +* Bug Fixes: + - Bug 571126 KeyError during package moves "global updates" + triggered by FEATURES=binpkg-multi-instance (same + root cause as bug 765847) + - Bug 739004 Add @changed-subslot package set + - Bug 765847 Spurious package file renames during application of + package moves with FEATURES=binpkg-multi-instance + - Bug 766012 Copy on write when applying a package move to a binary + package, so that the old version of a binary package + will remain available until eclean-pkg deletes it + portage-3.0.13 ================================== * Bug Fixes: @@ -655,7 +655,7 @@ class build_ext(_build_ext): setup( name = 'portage', - version = '3.0.13', + version = '3.0.14', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org', |