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 CA6A315800F for ; Sat, 18 Feb 2023 10:15:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25CC8E0893; Sat, 18 Feb 2023 10:15:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0CDA5E0893 for ; Sat, 18 Feb 2023 10:15:37 +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 54100335DA0 for ; Sat, 18 Feb 2023 10:15:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3E9F888 for ; Sat, 18 Feb 2023 10:15:34 +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: <1676715321.cac983e4bf4985aecb45a776e0a3795bb78d035b.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: cac983e4bf4985aecb45a776e0a3795bb78d035b X-VCS-Branch: master Date: Sat, 18 Feb 2023 10:15:34 +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: 6a499c64-03a9-4417-b1d8-ce7d0822acd2 X-Archives-Hash: a219def59822745452139ea4328c1b1b commit: cac983e4bf4985aecb45a776e0a3795bb78d035b Author: Sam James gentoo org> AuthorDate: Sat Feb 18 10:15:21 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 18 10:15:21 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=cac983e4 NEWS: mention test changes for news Bug: https://bugs.gentoo.org/889330 Signed-off-by: Sam James gentoo.org> NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 8a4d95144..29e9de038 100644 --- a/NEWS +++ b/NEWS @@ -27,6 +27,8 @@ Bug fixes: * emaint: Changed default action for emaint target sync to 'auto'. +* tests: news: significantly improved test coverage (bug #889330). + portage-3.0.44 (2023-01-15) --------------