Updates for portage-2.3.11 release
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 8e57090..81c54e5 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 26f618c..256c5e3 100755
--- a/setup.py
+++ b/setup.py
@@ -659,7 +659,7 @@
 
 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',