diff options
-rw-r--r-- | RELEASE-NOTES | 10 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 11 insertions, 1 deletions
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: @@ -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 = 'dev-portage@gentoo.org', |