commit:     4b0e02a47c3d76cc38c9d8d52b7c07c6e7e1b43c
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 19 04:09:20 2019 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Aug 19 04:14:57 2019 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=4b0e02a4

Updates for portage-2.3.72 release

Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 NEWS          |  5 +++++
 RELEASE-NOTES | 18 ++++++++++++++++++
 setup.py      |  2 +-
 3 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index c6e9b7228..e09468a87 100644
--- a/NEWS
+++ b/NEWS
@@ -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:

diff --git a/setup.py b/setup.py
index c71deb97f..f37232481 100755
--- a/setup.py
+++ b/setup.py
@@ -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 = '[email protected]',

Reply via email to