aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-11-20 17:57:53 -0800
committerZac Medico <zmedico@gentoo.org>2017-11-20 17:57:53 -0800
commitd6a1753b34e4822b9a3d9886fb8174591b8622d4 (patch)
treec89c504e090feaa10bd5487df93a6b41244c8e84
parentbinarytree.populate: avoid lock when possible (bug 607872) (diff)
downloadportage-d6a1753b34e4822b9a3d9886fb8174591b8622d4.tar.gz
portage-d6a1753b34e4822b9a3d9886fb8174591b8622d4.tar.bz2
portage-d6a1753b34e4822b9a3d9886fb8174591b8622d4.zip
Updates for portage-2.3.15 releaseportage-2.3.15
-rw-r--r--RELEASE-NOTES9
-rwxr-xr-xsetup.py2
2 files changed, 10 insertions, 1 deletions
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 = 'dev-portage@gentoo.org',