NEWS, meson.build: prepare for portage-3.0.62

Signed-off-by: Sam James <sam@gentoo.org>
diff --git a/NEWS b/NEWS
index 46ab2fc..3fbc727 100644
--- a/NEWS
+++ b/NEWS
@@ -6,12 +6,11 @@
 * 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 @@
 
 * 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 604cc4e..aeb3f93 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'
 )