diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-09-19 16:49:47 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-09-19 17:14:08 -0700 |
commit | cbe1f25b75edfbcf0ce90830c069811be323422b (patch) | |
tree | 7bdfa6d1c2dd9cc8755bac2bccb9e683b0135669 | |
parent | postinst-qa-check.d: fix false positive and expensive eqatag on first run (diff) | |
download | portage-2.3.10.tar.gz portage-2.3.10.tar.bz2 portage-2.3.10.zip |
Updates for portage-2.3.10 releaseportage-2.3.10
-rw-r--r-- | RELEASE-NOTES | 7 | ||||
-rwxr-xr-x | setup.py | 2 |
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: @@ -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', |