aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-02-22 07:17:53 +0000
committerSam James <sam@gentoo.org>2024-02-22 07:18:19 +0000
commitb3f488e770f88a73c75482e3aace9ebf0e51b52f (patch)
tree70b93065ed4b6552f5927e9e5e5fe6c4bba164f1
parentNEWS: update (diff)
downloadportage-b3f488e770f88a73c75482e3aace9ebf0e51b52f.tar.gz
portage-b3f488e770f88a73c75482e3aace9ebf0e51b52f.tar.bz2
portage-b3f488e770f88a73c75482e3aace9ebf0e51b52f.zip
NEWS, meson.build: prepare for portage-3.0.62portage-3.0.62
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--NEWS14
-rw-r--r--meson.build2
2 files changed, 11 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 46ab2fc5f..3fbc72786 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 604cc4eae..aeb3f93e6 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'
)