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 5DA39158094 for ; Wed, 20 Jul 2022 02:16:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D284E0C33; Wed, 20 Jul 2022 02:16:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A759E0C33 for ; Wed, 20 Jul 2022 02:16:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D8199340E19 for ; Wed, 20 Jul 2022 02:16:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 440D0542 for ; Wed, 20 Jul 2022 02:16:00 +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: <1658283214.787fb71e34be91d150415f4f5e874054390c2de0.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: 787fb71e34be91d150415f4f5e874054390c2de0 X-VCS-Branch: master Date: Wed, 20 Jul 2022 02:16:00 +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: c9c2b964-2743-4441-b555-6f1e20ab7560 X-Archives-Hash: 4f6f13bba78f8fd91ae315f2c34e5436 commit: 787fb71e34be91d150415f4f5e874054390c2de0 Author: Sam James gentoo org> AuthorDate: Wed Jul 20 02:13:34 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 20 02:13:34 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=787fb71e NEWS: update for 3.0.34 Signed-off-by: Sam James gentoo.org> NEWS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e2cce3d72..dc2102a8d 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,12 @@ -portage-3.0.34 (UNRELEASED) +portage-3.0.34 (2022-07-20) -------------- Bug fixes: * checksum: fix trying to use discard on a frozenset(). -* ebuild(5): fix typo +* ebuild(5): mention doexe behavior is undefined if exeinto not yet called. + +* ebuild(5): fix typos. portage-3.0.33 (2022-07-18) --------------