summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',