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 6210015838C for ; Fri, 19 Jan 2024 06:37:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A716CE2B4F; Fri, 19 Jan 2024 06:37:28 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91735E2B4F for ; Fri, 19 Jan 2024 06:37:28 +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 DAAD6343323 for ; Fri, 19 Jan 2024 06:37:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 648F41018 for ; Fri, 19 Jan 2024 06:37:26 +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: <1705646209.a7846cf9dc41f03559f64f4ae8b118868197e316.sam@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: / X-VCS-Repository: proj/gentoolkit X-VCS-Files: NEWS meson.build X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a7846cf9dc41f03559f64f4ae8b118868197e316 X-VCS-Branch: master Date: Fri, 19 Jan 2024 06:37:26 +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: 1ae7267c-7015-41e3-bd9d-bab9779f4d7e X-Archives-Hash: db7d694018ad9b620a9e0752aceba8f1 commit: a7846cf9dc41f03559f64f4ae8b118868197e316 Author: Sam James gentoo org> AuthorDate: Fri Jan 19 06:36:49 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 19 06:36:49 2024 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=a7846cf9 NEWS, meson.build: prepare for gentoolkit-0.6.5 Signed-off-by: Sam James gentoo.org> NEWS | 4 ++++ meson.build | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7d8b7d0..f3bd744 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ News (new features/major bug fixes) +gentoolkit-0.6.5 +---------------- + * eclean: fix eclean-dist with no git3-src dir (bug #922455) + gentoolkit-0.6.4 ---------------- * Raise portage requirement to >=3.0.57 diff --git a/meson.build b/meson.build index 109fa82..c771738 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'gentoolkit', 'c', - version : '0.6.4', + version : '0.6.5', license : 'GPL-2.0-or-later', meson_version : '>=0.64.0' )