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 A150A15800A for ; Sat, 5 Aug 2023 19:00:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E44722BC013; Sat, 5 Aug 2023 19:00:17 +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 C601C2BC013 for ; Sat, 5 Aug 2023 19:00:17 +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 8ABD0335DC6 for ; Sat, 5 Aug 2023 19:00:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3AFEEF7 for ; Sat, 5 Aug 2023 19:00:14 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1691221179.6e49f75d97ededac164ed1897b022df10270cfb1.arthurzam@gentoo> Subject: [gentoo-commits] proj/pkgcore/pkgcore:master commit in: / X-VCS-Repository: proj/pkgcore/pkgcore X-VCS-Files: NEWS.rst X-VCS-Directories: / X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 6e49f75d97ededac164ed1897b022df10270cfb1 X-VCS-Branch: master Date: Sat, 5 Aug 2023 19:00: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: 579fb0ed-f3f4-43e5-a2a9-0cc94e30e43a X-Archives-Hash: b630ea0c1f18800926be76cf3528c5c1 commit: 6e49f75d97ededac164ed1897b022df10270cfb1 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Aug 5 07:39:39 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Aug 5 07:39:39 2023 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=6e49f75d new release 0.12.22 Signed-off-by: Arthur Zamarin gentoo.org> NEWS.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 4f8ffe7e3..f35743245 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,22 @@ Release Notes ============= +---------------------------- +pkgcore 0.12.22 (2023-08-05) +---------------------------- + +- manifest: fix missing errors when all ebuilds for a package are masked as bad. + This fixes a long standing bug that ``pkgdev manifest`` wasn't working + without any helpful error messages when all ebuilds for a package fail to + source. (YiFei Zhu, Eric Huber, #406) + +- multiplex.tree: fix config name and type (Arthur Zamarin) + +- pkgsets.glsa: exclude metadata files from warning (Arthur Zamarin) + +- manifest: pass ``$PATH`` environment variable to calls of ``FETCHCOMMAND`` + (Arthur Zamarin, https://github.com/pkgcore/pkgdev/issues/145) + ---------------------------- pkgcore 0.12.21 (2023-04-21) ----------------------------