From owner-dev-commits-doc-all@freebsd.org Sun Jun 13 20:53:43 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 67ED565B8C8 for ; Sun, 13 Jun 2021 20:53:43 +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 4G36Hq2LSLz4lL6; Sun, 13 Jun 2021 20:53:43 +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 3901027F40; Sun, 13 Jun 2021 20:53:43 +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 15DKrhKl081158; Sun, 13 Jun 2021 20:53:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15DKrhIF081157; Sun, 13 Jun 2021 20:53:43 GMT (envelope-from git) Date: Sun, 13 Jun 2021 20:53:43 GMT Message-Id: <202106132053.15DKrhIF081157@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Dimitry Andric Subject: git: 27005bb368 - main - Document __FreeBSD_version values 1202505 through 1202507. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dim X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 27005bb368628b2841e831e487606c6ffc88c367 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, 13 Jun 2021 20:53:43 -0000 The branch main has been updated by dim (src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=27005bb368628b2841e831e487606c6ffc88c367 commit 27005bb368628b2841e831e487606c6ffc88c367 Author: Dimitry Andric AuthorDate: 2021-06-13 20:51:37 +0000 Commit: Dimitry Andric CommitDate: 2021-06-13 20:51:37 +0000 Document __FreeBSD_version values 1202505 through 1202507. --- .../en/books/porters-handbook/versions/_index.adoc | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/documentation/content/en/books/porters-handbook/versions/_index.adoc b/documentation/content/en/books/porters-handbook/versions/_index.adoc index 96e7aa2c28..a24da9e33b 100644 --- a/documentation/content/en/books/porters-handbook/versions/_index.adoc +++ b/documentation/content/en/books/porters-handbook/versions/_index.adoc @@ -1643,7 +1643,22 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg |1202504 |link:https://svnweb.freebsd.org/changeset/base/367511[367511] |November 9, 2020 -|12-STABLE after the addition of `ptsname_r`. +|12-STABLE after the addition of man:ptsname_r[3]. + +|1202505 +|gitref:f3d75bed5475b15f21edf4052665b1212b548bd0[repository="src",length=12] +|December 28, 2020 +|12-STABLE after improving handling of alternate settings in the USB stack. + +|1202506 +|gitref:d36cc12ddfe3335ec8306bd4b393f11069551fa0[repository="src",length=12] +|April 30, 2021 +|12-STABLE after changing the internal KAPI between the krpc and NFS. + +|1202507 +|gitref:1e279fe9deaea1c5e3503117dd3077dcffb1276d[repository="src",length=12] +|May 10, 2021 +|12-STABLE after changing the internal KAPI between the nscl.ko and nfscommon.ko modules. |=== [[versions-11]]