commit: dbef3ec7503ae7f9eeaf718ee032cdbd78c33c04
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 19 07:33:15 2018 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Nov 19 07:33:28 2018 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=dbef3ec7
Updates for portage-2.3.52 release
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
RELEASE-NOTES | 10 ++++++++++
setup.py | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index c8fdc0255..87309e3c3 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,16 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.52
+==================================
+* Bug Fixes:
+ - Bug 603594 Run RANLIB after stripping static archives to fix LTO
+ - Bug 659582 Support FEATURES=pid-sandbox
+ - Bug 668206 doebuild: skip timestamp check for deleted distfiles
+ - Bug 668638 *-qa-check.d: fix entering EROOT in EAPI 7
+ - Bug 670082 portageq get_repo_path: fix <eroot> parameter
+
+
portage-2.3.51
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index f9cc6a6eb..b0bc51468 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.51',
+ version = '2.3.52',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',