From owner-dev-commits-doc-all@freebsd.org Sat Jul 31 19:22:02 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 CFB4D6635A7 for ; Sat, 31 Jul 2021 19:22:02 +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 4GcYzt5c7Fz4t4T; Sat, 31 Jul 2021 19:22:02 +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 A87BA1E629; Sat, 31 Jul 2021 19:22:02 +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 16VJM2uL068233; Sat, 31 Jul 2021 19:22:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16VJM21C068232; Sat, 31 Jul 2021 19:22:02 GMT (envelope-from git) Date: Sat, 31 Jul 2021 19:22:02 GMT Message-Id: <202107311922.16VJM21C068232@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Dimitry Andric Subject: git: c667f9e26d - main - Document __FreeBSD_version valuels 1300513 and 1400028. 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: c667f9e26d43a56edeef847610b8025902e58afb 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: Sat, 31 Jul 2021 19:22:02 -0000 The branch main has been updated by dim (src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=c667f9e26d43a56edeef847610b8025902e58afb commit c667f9e26d43a56edeef847610b8025902e58afb Author: Dimitry Andric AuthorDate: 2021-07-31 19:21:52 +0000 Commit: Dimitry Andric CommitDate: 2021-07-31 19:21:52 +0000 Document __FreeBSD_version valuels 1300513 and 1400028. --- .../content/en/books/porters-handbook/versions/_index.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/documentation/content/en/books/porters-handbook/versions/_index.adoc b/documentation/content/en/books/porters-handbook/versions/_index.adoc index 732206feeb..30cfddc64b 100644 --- a/documentation/content/en/books/porters-handbook/versions/_index.adoc +++ b/documentation/content/en/books/porters-handbook/versions/_index.adoc @@ -163,6 +163,11 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg |gitref:cc55ee8009a550810d38777fd6ace9abf3a2f6b4[repository="src",length=12] |Jul 28, 2021 |14.0-CURRENT after adding out-of-line LSE atomics helpers to [.filename]#libcompiler_rt.a# on aarch64. + +|1400028 +|gitref:792b602a337ddc5efaa5e5326d9433fe3da7f303[repository="src",length=12] +|Jul 31, 2021 +|14.0-CURRENT after making FPU sections thread-safe in the LinuxKPI. |=== [[versions-13]] @@ -946,6 +951,11 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg |gitref:f72db34d2295080f57a283858125aa906c0d409e[repository="src",length=12] |July 18, 2021 |13.0-STABLE after various merges to LinuxKPI, OFED, net80211, and drivers. + +|1300513 +|gitref:af732203b8f7f006927528db5497f5cbc4c4742a[repository="src",length=12] +|July 31, 2021 +|13.0-STABLE after after upgrading llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvmorg-12.0.1-0-gfed41342a82f, a.k.a. 12.0.1 release. |=== [[versions-12]]