From nobody Sun Oct 31 12:53:25 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 78AEF1826E70 for ; Sun, 31 Oct 2021 12:53:25 +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 4Hhx112vPSz3q1L; Sun, 31 Oct 2021 12:53:25 +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 42FA51E3A7; Sun, 31 Oct 2021 12:53:25 +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 19VCrPGe060215; Sun, 31 Oct 2021 12:53:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19VCrPa4060214; Sun, 31 Oct 2021 12:53:25 GMT (envelope-from git) Date: Sun, 31 Oct 2021 12:53:25 GMT Message-Id: <202110311253.19VCrPa4060214@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: "Danilo G. Baio" Subject: git: c69dc9cb60 - main - books/porters-handbook/versions: Add templates for __FreeBSD_version entry List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dbaio X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c69dc9cb6046ae2f5d506e32740b3b1276b2f799 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=c69dc9cb6046ae2f5d506e32740b3b1276b2f799 commit c69dc9cb6046ae2f5d506e32740b3b1276b2f799 Author: Danilo G. Baio AuthorDate: 2021-10-31 12:45:03 +0000 Commit: Danilo G. Baio CommitDate: 2021-10-31 12:52:22 +0000 books/porters-handbook/versions: Add templates for __FreeBSD_version entry --- .../en/books/porters-handbook/versions/_index.adoc | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/documentation/content/en/books/porters-handbook/versions/_index.adoc b/documentation/content/en/books/porters-handbook/versions/_index.adoc index 4e1e3238d7..f525a47c0a 100644 --- a/documentation/content/en/books/porters-handbook/versions/_index.adoc +++ b/documentation/content/en/books/porters-handbook/versions/_index.adoc @@ -230,6 +230,15 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg |14.0-CURRENT after libdialog shared library version number bump. |=== +//// +Template: + +|14XXXXX +|gitref:XXXXXXXX[repository="src",length=12] +|Oct 30, 2021 +|14.0-CURRENT after XXXXXX. +//// + [[versions-13]] == FreeBSD 13 Versions @@ -1053,6 +1062,15 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg |13.0-STABLE after extending the AES-CCM and Chacha20-Poly1305 ciphers in OCF to support multiple nonce lengths. |=== +//// +Template: + +|13XXXXX +|gitref:XXXXXXXX[repository="src",length=12] +|Oct 30, 2021 +|13.0-STABLE after XXXXXX. +//// + [[versions-12]] == FreeBSD 12 Versions @@ -1791,6 +1809,15 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg |12-STABLE after changing the internal KAPI between the nscl.ko and nfscommon.ko modules. |=== +//// +Template: + +|12XXXXX +|gitref:XXXXXXXX[repository="src",length=12] +|Oct 30, 2021 +|12-STABLE after XXXXXX. +//// + [[versions-11]] == FreeBSD 11 Versions