diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2021-07-31 19:21:52 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2021-07-31 19:21:52 +0000 |
| commit | c667f9e26d43a56edeef847610b8025902e58afb (patch) | |
| tree | 4e423d77e108f4dddbabe645e1c512ff20752b61 | |
| parent | 31975958449e084b2107bb070806edf6fae3418e (diff) | |
Document __FreeBSD_version valuels 1300513 and 1400028.
| -rw-r--r-- | documentation/content/en/books/porters-handbook/versions/_index.adoc | 10 |
1 files changed, 10 insertions, 0 deletions
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]] |
