commit: 593c4ab403e03f9219f475b7e7bc754471590c4b
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 14 04:14:50 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 04:31:20 2017 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=593c4ab4
Updates for portage-2.3.14 release
NEWS | 5 +++++
RELEASE-NOTES | 8 ++++++++
setup.py | 2 +-
3 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index c773530e3..503a3d4e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
News (mainly features/major bug fixes)
+portage-2.3.14
+----------------
+* Repository metadata/layout.conf supports manifest-required-hashes
+ attribute (default value is SHA512).
+
portage-2.3.12
----------------
* better_cache implemented to use less expensive os.listdir() instead of
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index e457919f3..3bfcf3bd1 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,14 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.14
+==================================
+* Bug Fixes:
+ - Bug 635540 dep_zapdeps: install new package, avoid downgrade
+ - Bug 637284 vardbapi.removeFromContents: update NEEDED
+ - Bug 632026 dep_check: use DNF to optimize overlapping virtual || deps
+
+
portage-2.3.13
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index a2d10bd73..cc7bbcf4f 100755
--- a/setup.py
+++ b/setup.py
@@ -659,7 +659,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.13',
+ version = '2.3.14',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',