Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=LqvlW3Sq; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=WvuWyBAB Received: by mail.netbsd.org (Postfix, from userid 605) id AE7CF84E6E; Mon, 29 Apr 2024 13:44:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714398269; bh=JDcuY39Q3pM/QXkJL9mGIWtwUs3KHwA7t1j3TZt79FA=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=LqvlW3SqghvquGowRFj4iSsEDgCDLHvq3bZWVrKa2hrGBoCRdFFnyR+b+Iz6R2p9V ULvfc9dExVzNSSZRxQ/Fhg4ltZbvD8dXnP+QDbFh8ci7AYQAekRsns66vtQkfpjfy5 8xI6MmoJeGoBuTnHVzTJ98yWA2FKn8t/0T0shExo= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 986B284D0E for ; Mon, 29 Apr 2024 13:44:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id biFQlgEEXzI1 for ; Mon, 29 Apr 2024 13:44:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2A21384D05 for ; Mon, 29 Apr 2024 13:44:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714398268; bh=JDcuY39Q3pM/QXkJL9mGIWtwUs3KHwA7t1j3TZt79FA=; h=Date:From:Subject:To:Reply-To; b=WvuWyBABuNGoUui9X6+6sFNqKVfFXf+ZJoPhf9PdWq6Rd43tmkS2mBF99JtGSwiUK FQPtZLjQXwUzGjrR9zz5LBP0ZA0nC9Wplpn79e9sAzIjs9ICE5n7Xrt5xXMy1X9I/i dJ3YWQ/qAAm6VC/ZA7ExmjeYPnhcEbHQ7gXHTT5o= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 222D2FA2C; Mon, 29 Apr 2024 13:44:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714398268256360" MIME-Version: 1.0 Date: Mon, 29 Apr 2024 13:44:28 +0000 From: "pin" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240429134428.222D2FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714398268256360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Mon Apr 29 13:44:28 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated misc/tui-journal to 0.8.3 To generate a diff of this commit: cvs rdiff -u -r1.2871 -r1.2872 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714398268256360 Content-Disposition: inline Content-Length: 713 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.2871 pkgsrc/doc/CHANGES-2024:1.2872 --- pkgsrc/doc/CHANGES-2024:1.2871 Mon Apr 29 13:43:22 2024 +++ pkgsrc/doc/CHANGES-2024 Mon Apr 29 13:44:27 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2871 2024/04/29 13:43:22 pin Exp $ +$NetBSD: CHANGES-2024,v 1.2872 2024/04/29 13:44:27 pin Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4695,3 +4695,4 @@ Changes to the packages collection and i Updated sysutils/broot to 1.37.0 [pin 2024-04-29] Updated textproc/csview to 1.3.1 [pin 2024-04-29] Updated textproc/csvlens to 0.9.0 [pin 2024-04-29] + Updated misc/tui-journal to 0.8.3 [pin 2024-04-29] --_----------=_1714398268256360--