From owner-dev-commits-doc-all@freebsd.org Sun Sep 26 07:40:26 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BF108673782 for ; Sun, 26 Sep 2021 07:40:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHHk24nlvz3GR6; Sun, 26 Sep 2021 07:40:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 84C2119E25; Sun, 26 Sep 2021 07:40:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18Q7eQ2A052318; Sun, 26 Sep 2021 07:40:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18Q7eQOL052317; Sun, 26 Sep 2021 07:40:26 GMT (envelope-from git) Date: Sun, 26 Sep 2021 07:40:26 GMT Message-Id: <202109260740.18Q7eQOL052317@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Yasuhiro Kimura Subject: git: c0d166c705 - main - Add a news item about Yasuhiro Kimura as new ports committer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yasu X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c0d166c705ca9fabb276873fd2f344a839d1a0ed Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Sep 2021 07:40:26 -0000 The branch main has been updated by yasu (ports committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=c0d166c705ca9fabb276873fd2f344a839d1a0ed commit c0d166c705ca9fabb276873fd2f344a839d1a0ed Author: Yasuhiro Kimura AuthorDate: 2021-09-25 23:54:00 +0000 Commit: Yasuhiro Kimura CommitDate: 2021-09-26 07:40:02 +0000 Add a news item about Yasuhiro Kimura as new ports committer It corresponds to the 3rd step of the procedure described in section 7.1 of Committer's Guide. Approved by: ygy (mentor) Differential Revision: https://reviews.freebsd.org/D32147 --- website/data/en/news/news.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/data/en/news/news.toml b/website/data/en/news/news.toml index 24080f498e..352ff897d3 100644 --- a/website/data/en/news/news.toml +++ b/website/data/en/news/news.toml @@ -1,5 +1,9 @@ # Sort news by year, month and day +[[news]] +date = "2021-08-27" +description = "New committer: Yasuhiro Kimura (ports)" + [[news]] date = "2021-07-31" description = "Enhanced commit privileges: Li-Wen Hsu (doc, ports, src)"