diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | RELEASE-NOTES | 18 | ||||
-rwxr-xr-x | setup.py | 2 |
3 files changed, 24 insertions, 1 deletions
@@ -1,5 +1,10 @@ News (mainly features/major bug fixes) +portage-2.3.72 +-------------- +* The glsa-check program is now provided by portage, and it has been + removed from gentoolkit. See bug 463952. + portage-2.3.70 -------------- * The @live-rebuild package set now searches for PROPERTIES=live, see diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e225f2640..c32679f15 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,24 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-2.3.72 +================================== +* Allow ESYSROOT and BROOT in the pkg_setup phase, following a recent + change to PMS. +* Bug Fixes: + - Bug 463952 glsa-check: install in /usr/bin + - Bug 646090 preserve-libs: get dep graph from EROOT + - Bug 690484 detect internal collisions for /usr merge + - Bug 690786 repoman: support metadata/layout.conf restrict-allowed + - Bug 691776 unpack: Unconditionally die if an unpacker returns + an error + - Bug 691638 Show get/setfattr stderr + - Bug 692024 econf: Unconditionally die on error in EAPIs 0 to 3 + - Bug 692262 QA Notice: EXPORT_FUNCTIONS is called before inherit + in kernel-2.eclass + - Bug 692412 emerge IndexError for ambiguous package atom with pypy + + portage-2.3.71 ================================== * Bug Fixes: @@ -662,7 +662,7 @@ class build_ext(_build_ext): setup( name = 'portage', - version = '2.3.71', + version = '2.3.72', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org', |