aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-10-19 06:43:39 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-10-20 07:33:04 +0000
commit5aeb26000a41efb54fae2f0c631db6fcda268bb5 (patch)
tree2101a77356dc91a375ae1c472d1e42c1534df7fd
parent8d7fe65348a2fa13fe007975a0560567ac141458 (diff)
-rw-r--r--RELNOTES6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index c5d4c038cfe7..225872fe497b 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,12 @@ newline. Entries should be separated by a newline.
Changes to this file should not be MFCed.
+396851c20ae:
+ 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:
LLVM's MemorySanitizer can now be used in amd64 kernels. See the
kmsan(9) manual page for more information.