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 830C015ACFC for ; Mon, 1 May 2023 07:54:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCCB8E084A; Mon, 1 May 2023 07:54:57 +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 9BA1FE084A for ; Mon, 1 May 2023 07:54:57 +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 A0A783414D4 for ; Mon, 1 May 2023 07:54:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BB4C8B7 for ; Mon, 1 May 2023 07:54:55 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1682927669.5a0990dcb30c6700d4a00d52abbd946aa39f33da.ulm@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 5a0990dcb30c6700d4a00d52abbd946aa39f33da X-VCS-Branch: master Date: Mon, 1 May 2023 07:54:55 +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: 26bece86-5199-4ae1-9b18-6709504889c0 X-Archives-Hash: 639f5a55958c25f31a49e80120ef0614 commit: 5a0990dcb30c6700d4a00d52abbd946aa39f33da Author: Ulrich Müller gentoo org> AuthorDate: Mon May 1 07:54:29 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon May 1 07:54:29 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=5a0990dc NEWS: Fix underlines Signed-off-by: Ulrich Müller gentoo.org> NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 602e42b44..49a3638ad 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ portage-3.0.48 (UNRELEASED) ---------------- +-------------- Bug fixes: * fowners, fperms: Fix handling of relative pathnames (bug #905223). @@ -15,7 +15,7 @@ Cleanups: * Convert printf-style %-formats into fstrings. portage-3.0.47 (2023-04-30) ---------------- +-------------- Security: * emerge-webrsync (the standalone tool) now verifies PGP signatures, see @@ -49,7 +49,7 @@ Bug fixes: * The PVR variable includes -r0 if explicitly specified (bug #875362). portage-3.0.46 (2023-04-07) ---------------- +-------------- Breaking changes: * Drop STREEBOG{256,512} support @@ -493,7 +493,7 @@ Bug fixes: * sync: git: Fix sync printing local repo path (bug #875812) portage-3.0.38.1 (2022-10-04) --------------- +---------------- Bug fixes: * ecompress: Fix typo in ___makeopts_jobs (bug #874597).