diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-08-16 17:06:03 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-08-16 17:22:15 -0700 |
commit | aba9f5fddfd40f5cbead12d3fa0245ffa2424de9 (patch) | |
tree | b744c3969f04c0e6627336879ea9f05bd2c5dbbc | |
parent | quickpkg: handle unsuccessful compressor exit in quickpkg_atom (diff) | |
download | portage-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-NOTES | 7 | ||||
-rwxr-xr-x | setup.py | 2 |
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: @@ -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', |