commit: 04576b58c9c4e74218e3e82cbae6c0515e251d8f
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 10:55:44 2021 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 11:02:55 2021 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=04576b58
Updates for portage-3.0.14 release
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
RELEASE-NOTES | 13 +++++++++++++
setup.py | 2 +-
2 files changed, 14 insertions(+), 1 deletion(-)
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:
diff --git a/setup.py b/setup.py
index bd27a5343..5bd899e2c 100755
--- a/setup.py
+++ b/setup.py
@@ -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 = '[email protected]',