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 366DE15ACFC for ; Sun, 30 Apr 2023 23:30:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A1B2E0802; Sun, 30 Apr 2023 23:30:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 F1C00E0802 for ; Sun, 30 Apr 2023 23:30:11 +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 CE323341329 for ; Sun, 30 Apr 2023 23:30:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36AD1A49 for ; Sun, 30 Apr 2023 23:30:09 +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: <1682897406.2202207d676a0708cba60f344074abee6b936bda.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2202207d676a0708cba60f344074abee6b936bda X-VCS-Branch: master Date: Sun, 30 Apr 2023 23:30:09 +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: c202396a-91d7-4225-b094-3285b598600e X-Archives-Hash: ffb9574000298f4cad12a07ad4d01ce3 commit: 2202207d676a0708cba60f344074abee6b936bda Author: Oskari Pirhonen gmail com> AuthorDate: Wed Mar 22 01:14:12 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 30 23:30:06 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=2202207d NEWS: mention %-formats to fstrings Signed-off-by: Oskari Pirhonen gmail.com> Signed-off-by: Sam James gentoo.org> NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 6c06d4e42..8932289ba 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ +portage-3.0.48 (UNRELEASED) +--------------- Bug fixes: * fowners, fperms: Fix handling of relative pathnames (bug #905223). +Cleanups: +* Convert printf-style %-formats into fstrings. + portage-3.0.47 (2023-04-30) ---------------