aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-10-02 12:15:42 -0700
committerZac Medico <zmedico@gentoo.org>2017-10-02 12:24:04 -0700
commita946b605087c9245f5b74f8bc6c87f96b15a2ef2 (patch)
treecd355e777515600823a42dd08bf3563f3c2b7539
parentwant_restart_for_use_change: backtrack only if needed (bug 632598) (diff)
downloadportage-a946b605087c9245f5b74f8bc6c87f96b15a2ef2.tar.gz
portage-a946b605087c9245f5b74f8bc6c87f96b15a2ef2.tar.bz2
portage-a946b605087c9245f5b74f8bc6c87f96b15a2ef2.zip
Updates for portage-2.3.11 releaseportage-2.3.11
-rw-r--r--RELEASE-NOTES14
-rwxr-xr-xsetup.py2
2 files changed, 15 insertions, 1 deletions
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 = 'dev-portage@gentoo.org',