summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE-NOTES10
-rwxr-xr-xsetup.py2
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:
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 = 'dev-portage@gentoo.org',