commit: a946b605087c9245f5b74f8bc6c87f96b15a2ef2
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 2 19:15:42 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Oct 2 19:24:04 2017 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=a946b605
Updates for portage-2.3.11 release
RELEASE-NOTES | 14 ++++++++++++++
setup.py | 2 +-
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 8e5709079..81c54e550 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.11
+==================================
+* Bug Fixes:
+ - Bug 631820 postinst-qa-check.d/50xdg-utils unconditionally calls binaries
+ it doesn't depend on and gets confused
+ - Bug 631894 depgraph _minimize_children method randomly chooses packages
to
+ eliminate
+ - Bug 632202 slot conflict solver interferes with @preserved-rebuild
+ - Bug 632210 SlotConflictUpdateTestCase fails with @world
+ - Bug 632598 --autounmask USE changes can trigger unnecessary backtracking
+ - Bug 632696 Files found by xdg_desktop_database_check() leak to
+ xdg_mimeinfo_database_check()
+
+
portage-2.3.10
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 26f618c5b..256c5e354 100755
--- a/setup.py
+++ b/setup.py
@@ -659,7 +659,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.10',
+ version = '2.3.11',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',