git: cfd8fda15939 - main - RELNOTES: Fix KMSAN entry
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Oct 2021 07:27:45 UTC
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/src/commit/?id=cfd8fda15939c931d3788d49d6cad586c7899bd9
commit cfd8fda15939c931d3788d49d6cad586c7899bd9
Author: Elliott Mitchell <ehem+freebsd@m5p.com>
AuthorDate: 2021-10-22 07:16:54 +0000
Commit: Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-10-22 07:16:54 +0000
RELNOTES: Fix KMSAN entry
The lead digit was lost in 05eba8e068c1 making it impossible to find the
commit.
The two subsequent RELNOTES commits gave one less digit of the commit
hash, which is what `git rev-parse --short` thinks the minimal length is,
but keep them to align with other entries.
Fixes: 05eba8e068c1
Differential Revision: https://reviews.freebsd.org/D32595
---
RELNOTES | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/RELNOTES b/RELNOTES
index 60942ddd5422..0c6c1c2f4ffc 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,16 +10,16 @@ newline. Entries should be separated by a newline.
Changes to this file should not be MFCed.
-d410b585b6f:
+d410b585b6f0:
sh(1) is now the default shell for the root user.
-396851c20ae:
+396851c20aeb:
libncursesw has been split into libtinfow and libncursesw, linker
scripts should make it transparent for consumers. pkg-config files
are also now installed to ease ports detecting the ncurses setup from
base.
-422084abbda:
+a422084abbda:
LLVM's MemorySanitizer can now be used in amd64 kernels. See the
kmsan(9) manual page for more information.