From owner-dev-commits-doc-all@freebsd.org Fri Jan 29 23:51:17 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 F37414FCEB9 for ; Fri, 29 Jan 2021 23:51:17 +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 4DSDd16dyFz4bTw; Fri, 29 Jan 2021 23:51:17 +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 D6F1D30F0; Fri, 29 Jan 2021 23:51:17 +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 10TNpHGG031840; Fri, 29 Jan 2021 23:51:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 10TNpHQE031839; Fri, 29 Jan 2021 23:51:17 GMT (envelope-from git) Date: Fri, 29 Jan 2021 23:51:17 GMT Message-Id: <202101292351.10TNpHQE031839@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Dimitry Andric Subject: git: e9f8cbb45f - main - Document __FreeBSD_version value 1300137. 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: e9f8cbb45fe5826e081c07f36bbfc1f8166f71e0 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: Fri, 29 Jan 2021 23:51:18 -0000 The branch main has been updated by dim (src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=e9f8cbb45fe5826e081c07f36bbfc1f8166f71e0 commit e9f8cbb45fe5826e081c07f36bbfc1f8166f71e0 Author: Dimitry Andric AuthorDate: 2021-01-29 23:51:14 +0000 Commit: Dimitry Andric CommitDate: 2021-01-29 23:51:14 +0000 Document __FreeBSD_version value 1300137. --- .../content/en/books/porters-handbook/versions/chapter.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/content/en/books/porters-handbook/versions/chapter.adoc b/documentation/content/en/books/porters-handbook/versions/chapter.adoc index e29c69594d..95815d845e 100644 --- a/documentation/content/en/books/porters-handbook/versions/chapter.adoc +++ b/documentation/content/en/books/porters-handbook/versions/chapter.adoc @@ -774,6 +774,11 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg |link:https://cgit.freebsd.org/src/commit/?id=72c551930be195b5ea982c1b16767f54388424f2[72c551930be1] |January 17, 2020 |13.0-CURRENT after reimplementing LinuxKPI's `irq_work` queue on top of fast taskqueue. + +|1300137 +|link:https://cgit.freebsd.org/src/commit/?id=010196adcfaf2bb610725394d40691874b4ff2af[010196adcfaf] +|January 30, 2020 +|13.0-CURRENT after fixing a clang assertion when building the package:devel/onetbb[] port. |=== [[versions-12]]