commit:     b3f488e770f88a73c75482e3aace9ebf0e51b52f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 07:17:53 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 07:18:19 2024 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=b3f488e7

NEWS, meson.build: prepare for portage-3.0.62

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

 NEWS        | 14 ++++++++++----
 meson.build |  2 +-
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index 46ab2fc5f7..3fbc727861 100644
--- a/NEWS
+++ b/NEWS
@@ -6,12 +6,11 @@ Release notes take the form of the following optional 
categories:
 * Bug fixes
 * Cleanups
 
-portage-3.0.62 (UNRELEASED)
+portage-3.0.62 (2024-02-22)
 --------------
 
-A lot of asyncio fixes from Zac to kill off unsafe fork use (not reflected 
here,
-at least for now, to make clear the user-visible changes in this release) and
-a lot of misc. bug fixes.
+This release has a lot of misc. bug fixes as well as many asyncio fixes from 
Zac to
+kill off unsafe fork use.
 
 Features:
 * cnf: make.conf.example.arc: Add for the arc arch.
@@ -57,6 +56,13 @@ Bug fixes:
 
 * tests: Handle larger PAGE_SIZE in environment size check (bug #923368).
 
+Cleanups:
+* tests: Add a job with multiprocessing set to the 'spawn' method.
+
+* tests: Fix missing playground cleanups.
+
+* process.spawn: Add abstraction for os.fork() to allow migrating callers to 
it.
+
 portage-3.0.61 (2024-01-05)
 --------------
 

diff --git a/meson.build b/meson.build
index 604cc4eae1..aeb3f93e68 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project(
     'portage',
     'c',
-    version : '3.0.61',
+    version : '3.0.62',
     license : 'GPL-2.0-or-later',
     meson_version : '>=0.58.0'
 )

Reply via email to