git: 55f6dc4ba6 - main - relnotes/13.0: extend commit hashes to 12 characters

Piotr Kubaj pkubaj at FreeBSD.org
Sun Mar 28 16:03:19 UTC 2021


The branch main has been updated by pkubaj (ports committer):

URL: https://cgit.FreeBSD.org/doc/commit/?id=55f6dc4ba6af1bed8c72b71f3d3812a8ca6c43a4

commit 55f6dc4ba6af1bed8c72b71f3d3812a8ca6c43a4
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-03-28 16:02:51 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-03-28 16:02:51 +0000

    relnotes/13.0: extend commit hashes to 12 characters
    
    Reported by: mhorne
---
 website/content/en/releases/13.0R/relnotes.adoc | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/website/content/en/releases/13.0R/relnotes.adoc b/website/content/en/releases/13.0R/relnotes.adoc
index cca8496a46..e34f74484e 100644
--- a/website/content/en/releases/13.0R/relnotes.adoc
+++ b/website/content/en/releases/13.0R/relnotes.adoc
@@ -318,13 +318,13 @@ The man:armv8crypto[4] driver now supports AES-GCM which is used by IPsec
 and kernel TLS.
 gitref:f76393a6305b6[repository=src] {{< sponsored "Ampere Computing" >}}
 
-man:ixl[4] was ported to powerpc64. gitref:c5568b[repository=src]
+man:ixl[4] was ported to powerpc64. gitref:c5568ba08741[repository=src]
 
-man:mrsas[4] was ported to powerpc64. gitref:e34a05[repository=src]
+man:mrsas[4] was ported to powerpc64. gitref:e34a057ca6eb[repository=src]
 
-man:aacraid[4] was ported to powerpc64. gitref:d8c51c[repository=src]
+man:aacraid[4] was ported to powerpc64. gitref:d8c51c6f74b6[repository=src]
 
-man:virtio[4] was ported to powerpc64. gitref:f272c8[repository=src]
+man:virtio[4] was ported to powerpc64. gitref:f272c8de6e47[repository=src]
 
 [[storage]]
 == Storage
@@ -497,17 +497,17 @@ if_dwc now supports checksum offloading. gitref:98ea5a7b9a1[repository=src]
 
 === POWER
 
-All powerpc architectures switched to LLVM and are currently mostly similar to amd64 toolchain-wise. gitref:678da4[repository=src]
+All powerpc architectures switched to LLVM and are currently mostly similar to amd64 toolchain-wise. gitref:678da4a27447[repository=src]
 
-Because lld doesn't support ELFv1 ABI, powerpc64 also switched to ELFv2 at the same time it switched to LLVM. This brings us to a parity with modern Linux distributions. gitref:e4399d1[repository=src]
+Because lld doesn't support ELFv1 ABI, powerpc64 also switched to ELFv2 at the same time it switched to LLVM. This brings us to a parity with modern Linux distributions. gitref:e4399d169acc[repository=src]
 
-powerpc (32-bit) switched to Secure-PLT. gitref:e861dab[repository=src]
+powerpc (32-bit) switched to Secure-PLT. gitref:e861dab45186[repository=src]
 
-powerpc64le (64-bit little endian port) was introduced, targeting POWER8 and newer processors. gitref:b75abea[repository=src]
+powerpc64le (64-bit little endian port) was introduced, targeting POWER8 and newer processors. gitref:b75abea4d087[repository=src]
 
-Radix MMU support for powerpc64 and powerpc64le (experimental, disabled by default). gitref:65bbba2[repository=src]
+Radix MMU support for powerpc64 and powerpc64le (experimental, disabled by default). gitref:65bbba25d214[repository=src]
 
-Superpages support for powerpc64 and powerpc64le (experimental, disabled by default). gitref:e2d6c4[repository=src]
+Superpages support for powerpc64 and powerpc64le (experimental, disabled by default). gitref:e2d6c417e303[repository=src]
 
 drm-kmod support (not base related, but involved fixing linuxkpi). gitref:937a05[repository=src]
 


More information about the dev-commits-doc-all mailing list