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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BE2815806E for ; Sun, 14 May 2023 05:02:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 264CEE086B; Sun, 14 May 2023 05:02:18 +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 0B420E086B for ; Sun, 14 May 2023 05:02:18 +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 AD640340E31 for ; Sun, 14 May 2023 05:02:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3C87A37 for ; Sun, 14 May 2023 05:02:14 +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: <1684040496.5ab5cef9b07b36fb0185e02bf11c1cbf30bd7e75.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: 5ab5cef9b07b36fb0185e02bf11c1cbf30bd7e75 X-VCS-Branch: master Date: Sun, 14 May 2023 05:02:14 +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: ea9b42ee-1879-4810-821e-aa649011071d X-Archives-Hash: d066345391ba15e0329a1038e7d06773 commit: 5ab5cef9b07b36fb0185e02bf11c1cbf30bd7e75 Author: Ulrich Müller gentoo org> AuthorDate: Sun May 14 05:01:36 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun May 14 05:01:36 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=5ab5cef9 NEWS: Delete erroneous header Signed-off-by: Ulrich Müller gentoo.org> NEWS | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index e282d3f3c..564e00cfb 100644 --- a/NEWS +++ b/NEWS @@ -1,15 +1,9 @@ -portage-3.0.49 (UNRELEASED) +portage-3.0.48 (UNRELEASED) -------------- Breaking changes: * Output deprecation warnings for portageq, prepstrip and prepallstrip when they are called from an ebuild (bug #906129, bug #906156). -Cleanups: -* Move the internal portageq wrapper script out of the ebuild-helpers - directory. - -portage-3.0.48 (UNRELEASED) --------------- Bug fixes: * fowners, fperms: Fix handling of relative pathnames (bug #905223). @@ -24,6 +18,9 @@ Bug fixes: Cleanups: * Convert printf-style %-formats into fstrings. +* Move the internal portageq wrapper script out of the ebuild-helpers + directory. + portage-3.0.47 (2023-04-30) --------------