commit: 67b36e44818900ee8f289c342e49330fcb712e1d
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 27 22:04:41 2018 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Dec 27 22:05:09 2018 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=67b36e44
Updates for portage-2.3.53 release
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
NEWS | 3 ++-
RELEASE-NOTES | 12 ++++++++++++
setup.py | 2 +-
3 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index e65205c42..ef11d6a34 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,11 @@
News (mainly features/major bug fixes)
-portage-next
+portage-2.3.53
--------------
* Renamed PORT_LOGDIR and PORT_LOGDIR_CLEAN variables to
PORTAGE_LOGDIR and PORTAGE_LOGDIR_CLEAN to match other existing
similar variables
+* Enable FEATURES={ipc,network,pid}-sandbox by default
portage-2.3.42
----------------
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 87309e3c3..a8634fe15 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,18 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.53
+==================================
+* Bug Fixes:
+ - Bug 585986 prepend EPREFIX PATH, omit host PATH by default
+ - Bug 668538 add PORTAGE_LOGDIR alias for PORT_LOGDIR
+ - Bug 669496 drop privileges for git merge
+ - Bug 671472 compat_corouting save throw return
+ - Bug 671824 EBUILD_PHASES: add instprep
+ - Bug 672440 portage.process.spawn default env to os.environ
+ - Bug 673224 ExtractKernelVersion ParseError
+
+
portage-2.3.52
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index b0bc51468..839cb1c98 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.52',
+ version = '2.3.53',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',