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 AEAA9158099 for ; Fri, 1 Dec 2023 02:47:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCDE02BC021; Fri, 1 Dec 2023 02:47:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A334D2BC021 for ; Fri, 1 Dec 2023 02:47:41 +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 B1962335CEE for ; Fri, 1 Dec 2023 02:47:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1CC712A0 for ; Fri, 1 Dec 2023 02:47:38 +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: <1701398849.84e1358fbd35910a778502f00d939b5cbb77c548.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: 84e1358fbd35910a778502f00d939b5cbb77c548 X-VCS-Branch: master Date: Fri, 1 Dec 2023 02:47:38 +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: 9ff822ff-5fa8-4bf8-9e05-26a9688fb05d X-Archives-Hash: 25ba7899f2fe838f993a96972c9f8626 commit: 84e1358fbd35910a778502f00d939b5cbb77c548 Author: Sam James gentoo org> AuthorDate: Fri Dec 1 02:47:29 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 1 02:47:29 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=84e1358f NEWS, meson.build: prepare for portage-3.0.56 Signed-off-by: Sam James gentoo.org> NEWS | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0f7cef12ff..ce9ed282b5 100644 --- a/NEWS +++ b/NEWS @@ -6,7 +6,7 @@ Release notes take the form of the following optional categories: * Bug fixes * Cleanups -portage-3.0.56 (UNRELEASED) +portage-3.0.56 (2023-12-01) -------------- In particular, this release improves dependency resolution robustness in diff --git a/meson.build b/meson.build index b760ebf1a0..425e6310f8 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'portage', 'c', - version : '3.0.55', + version : '3.0.56', license : 'GPL-2.0-or-later', meson_version : '>=0.58.0' )