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 9DF7A158094 for ; Tue, 19 Jul 2022 21:39:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBFD5E08F3; Tue, 19 Jul 2022 21:39:41 +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 42A3CE08F2 for ; Tue, 19 Jul 2022 21:39:41 +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 59B55340E33 for ; Tue, 19 Jul 2022 21:39:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB39852B for ; Tue, 19 Jul 2022 21:39:38 +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: <1658266775.3ed5987522fb52184f464c2ad2275f704da02b06.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: 3ed5987522fb52184f464c2ad2275f704da02b06 X-VCS-Branch: master Date: Tue, 19 Jul 2022 21:39:38 +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: 85595825-f702-450f-b50b-c8e3ca10b526 X-Archives-Hash: e6685dec9278be685abacb4986f2d771 commit: 3ed5987522fb52184f464c2ad2275f704da02b06 Author: Sam James gentoo org> AuthorDate: Tue Jul 19 21:39:06 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 19 21:39:35 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=3ed59875 NEWS: update Signed-off-by: Sam James gentoo.org> NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index 03772642b..e2cce3d72 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +portage-3.0.34 (UNRELEASED) +-------------- + +Bug fixes: +* checksum: fix trying to use discard on a frozenset(). + +* ebuild(5): fix typo + portage-3.0.33 (2022-07-18) --------------