From 5aeb26000a41efb54fae2f0c631db6fcda268bb5 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 19 Oct 2021 08:43:39 +0200 Subject: [PATCH] ncurses: documents the latest changes in RELNOTES --- RELNOTES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELNOTES b/RELNOTES index c5d4c038cfe..225872fe497 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.