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 1E88B15838C for ; Thu, 18 Jan 2024 20:57:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A2342BC018; Thu, 18 Jan 2024 20:57:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 119662BC018 for ; Thu, 18 Jan 2024 20:57:46 +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 3B3693431AF for ; Thu, 18 Jan 2024 20:57:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A059F979 for ; Thu, 18 Jan 2024 20:57:43 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1705611339.34fe86949036b7b03af3942dd6901904b0f0313e.mattst88@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: / X-VCS-Repository: proj/gentoolkit X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 34fe86949036b7b03af3942dd6901904b0f0313e X-VCS-Branch: master Date: Thu, 18 Jan 2024 20:57:43 +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: 20caf3b2-ebf8-44b4-9270-4bcb739eb82d X-Archives-Hash: 0794e2126365b4d43e8fa7ddd5686dc2 commit: 34fe86949036b7b03af3942dd6901904b0f0313e Author: Matt Turner gentoo org> AuthorDate: Thu Jan 18 20:53:34 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jan 18 20:55:39 2024 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=34fe8694 NEWS: Populate for 0.6.2, 0.6.3, 0.6.4 Signed-off-by: Matt Turner gentoo.org> NEWS | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 14325a8..7d8b7d0 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,25 @@ News (new features/major bug fixes) +gentoolkit-0.6.4 +---------------- + * Raise portage requirement to >=3.0.57 + * Strip libc dependencies from eclean-pkg --changed-deps calculations + + +gentoolkit-0.6.3 +---------------- + * Fix handling invalid binpkgs + * Migrate to PEP517 meson-python build + + +gentoolkit-0.6.2 +---------------- + * Add --clean-invalid option for eclean-pkg + * Fix merge-driver-ekeyword compatibility with git >= 2.42 + * Fix eclean-pkg compatibility with FEATURES=pkgdir-index-trusted + * Support the NO_COLOR environment variable + + gentoolkit-0.6.1 ---------------- * Fix custom TMPL implementation for depends commit 3e35553df4673 @@ -9,7 +29,7 @@ gentoolkit-0.6.1 gentoolkit-0.6.0 ---------------- - * merge-driver-ekeyword Fis type annotations + * merge-driver-ekeyword Fix type annotations * equery changes removal * Convert from tab indent to spaces, format cleanup * Add github action to check formatting, add unit testing