From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC595158089 for ; Tue, 3 Oct 2023 15:32:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F344E2BC024; Tue, 3 Oct 2023 15:32:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D98262BC024 for ; Tue, 3 Oct 2023 15:32:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D32D0335C34 for ; Tue, 3 Oct 2023 15:32:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AA98951 for ; Tue, 3 Oct 2023 15:32:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1696347130.0417ba494fac33377965a582ebc2386ffd8ca91e.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS meson.build X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0417ba494fac33377965a582ebc2386ffd8ca91e X-VCS-Branch: master Date: Tue, 3 Oct 2023 15:32:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b5761701-00c4-4bde-a342-4b880dc8219b X-Archives-Hash: fd32144147bb84e4c733f42bff266c2b commit: 0417ba494fac33377965a582ebc2386ffd8ca91e Author: Sam James gentoo org> AuthorDate: Tue Oct 3 15:32:10 2023 +0000 Commit: Sam James gentoo 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 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' )