commit: d973f84ee797d49b58d60ce91200ffb37c39e771
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 00:06:03 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 10:27:23 2017 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d973f84e
Updates for portage-2.3.8 release
RELEASE-NOTES | 7 +++++++
setup.py | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index a8f9ae6d7..ddd2308a3 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.8
+==================================
+* Bug Fixes:
+ - Bug 628010 quickpkg: revert accidental changes to "protect" function
+ - Bug 628060 quickpkg: revert premature return from quickpkg_atom
+
+
portage-2.3.7
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index a73dc2e63..158c21e45 100755
--- a/setup.py
+++ b/setup.py
@@ -659,7 +659,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.7',
+ version = '2.3.8',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',