summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-09-19 16:49:47 -0700
committerZac Medico <zmedico@gentoo.org>2017-09-19 17:14:08 -0700
commitcbe1f25b75edfbcf0ce90830c069811be323422b (patch)
tree7bdfa6d1c2dd9cc8755bac2bccb9e683b0135669
parentpostinst-qa-check.d: fix false positive and expensive eqatag on first run (diff)
downloadportage-cbe1f25b75edfbcf0ce90830c069811be323422b.tar.gz
portage-cbe1f25b75edfbcf0ce90830c069811be323422b.tar.bz2
portage-cbe1f25b75edfbcf0ce90830c069811be323422b.zip
Updates for portage-2.3.10 releaseportage-2.3.10
-rw-r--r--RELEASE-NOTES7
-rwxr-xr-xsetup.py2
2 files changed, 8 insertions, 1 deletions
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 = 'dev-portage@gentoo.org',