From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1671506-garchives=archives.gentoo.org@lists.gentoo.org> 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 A7C95158083 for <garchives@archives.gentoo.org>; Wed, 18 Sep 2024 06:33:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 040A6E29E7; Wed, 18 Sep 2024 06:33:23 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF84CE29E7 for <gentoo-commits@lists.gentoo.org>; Wed, 18 Sep 2024 06:33:22 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07588342F9E for <gentoo-commits@lists.gentoo.org>; Wed, 18 Sep 2024 06:33:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 976CC14D3 for <gentoo-commits@lists.gentoo.org>; Wed, 18 Sep 2024 06:33:20 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1726641191.7b7b261ebedb7968a4d4a7cc400629a633d769d8.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: 7b7b261ebedb7968a4d4a7cc400629a633d769d8 X-VCS-Branch: master Date: Wed, 18 Sep 2024 06:33:20 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6c8dcf47-dc3a-4b2d-86dc-c5d7c8905a8c X-Archives-Hash: 5d1787d2e4ccc837621015254d7e8776 commit: 7b7b261ebedb7968a4d4a7cc400629a633d769d8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Sep 18 06:33:11 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 18 06:33:11 2024 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7b7b261e NEWS, meson.build: prepare for portage-3.0.66.1 Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 9 +++++++++ meson.build | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3dc23ed14c..6e3038f3ba 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,15 @@ Release notes take the form of the following optional categories: * Bug fixes * Cleanups +portage-3.0.66.1 (2024-09-18) +-------------- + +Bug fixes: +* JobStatusDisplay: Fix width of display. Notable with the new 'merge wait' + metric. + +* install-qa-check.d: 90config-impl-decl: Skip various false positives. + portage-3.0.66 (2024-09-11) -------------- diff --git a/meson.build b/meson.build index c6f8303d25..42ec97310c 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'portage', 'c', - version : '3.0.66', + version : '3.0.66.1', license : 'GPL-2.0-or-later', meson_version : '>=0.58.0' )