commit: d6a1753b34e4822b9a3d9886fb8174591b8622d4
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 21 01:57:53 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Nov 21 01:57:53 2017 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d6a1753b
Updates for portage-2.3.15 release
RELEASE-NOTES | 9 +++++++++
setup.py | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 3bfcf3bd1..157d1900b 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,15 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.15
+==================================
+* Bug Fixes:
+ - Bug 607872 UseManager: reject atoms with USE flags
+ - Bug 636798 binarytree.populate: avoid lock when possible
+ - Bug 637902 quickpkg: fix stat sanity check for binpkg-multi-instance
+ - Bug 638148 Fix mis-parsing Manifests with numerical checksums
+
+
portage-2.3.14
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index d25a8a4c9..e65ea42fc 100755
--- a/setup.py
+++ b/setup.py
@@ -663,7 +663,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.14',
+ version = '2.3.15',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',