commit: cbe1f25b75edfbcf0ce90830c069811be323422b
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 23:49:47 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Sep 20 00:14:08 2017 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=cbe1f25b
Updates for portage-2.3.10 release
RELEASE-NOTES | 7 +++++++
setup.py | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6133f77a9..8e5709079 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,13 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.10
+==================================
+* Bug Fixes:
+ - Bug 631454 First run of postinst_qa_check consumes too much time
+ and reports false positives
+
+
portage-2.3.9
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 0b658a2af..26f618c5b 100755
--- a/setup.py
+++ b/setup.py
@@ -659,7 +659,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.9',
+ version = '2.3.10',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',