summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-08-16 17:06:03 -0700
committerZac Medico <zmedico@gentoo.org>2017-08-16 17:22:15 -0700
commitaba9f5fddfd40f5cbead12d3fa0245ffa2424de9 (patch)
treeb744c3969f04c0e6627336879ea9f05bd2c5dbbc
parentquickpkg: handle unsuccessful compressor exit in quickpkg_atom (diff)
downloadportage-2.3.8.tar.gz
portage-2.3.8.tar.bz2
portage-2.3.8.zip
portage-2.3.8 releaseportage-2.3.8
-rw-r--r--RELEASE-NOTES7
-rwxr-xr-xsetup.py2
2 files changed, 8 insertions, 1 deletions
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 = 'dev-portage@gentoo.org',