commit:     0417ba494fac33377965a582ebc2386ffd8ca91e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  3 15:32:10 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct  3 15:32:10 2023 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=0417ba49

NEWS, meson.build: prepare for portage-3.0.52

Signed-off-by: Sam James <sam <AT> gentoo.org>

 NEWS        | 6 +++++-
 meson.build | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index c6d0247691..f7e1137b5b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-portage-3.0.52 (UNRELEASED)
+portage-3.0.52 (2023-10-03)
 --------------
 
 Breaking changes:
@@ -36,9 +36,13 @@ Bug fixes:
 * env-update: Write ${EPREFIX}/usr/etc/ld.so.conf with unprefixed paths on
   prefixed systems to fix the bfd linker in some obscure cases (bug #892549).
 
+* locks: Handle multiprocessing 'spawn' method (bug #915119).
+
 Cleanups:
 * vartree: Remove unused variables and parameters
 
+* locks: Drop obsolete EINTR wrapper
+
 portage-3.0.51 (2023-08-20)
 --------------
 

diff --git a/meson.build b/meson.build
index 7b54b61bab..56788a3dbb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project(
     'portage',
     'c',
-    version : '3.0.51',
+    version : '3.0.52',
     license : 'GPL-2.0-or-later',
     meson_version : '>=0.58.0'
 )

Reply via email to