git: 5aeb26000a41 - main - ncurses: documents the latest changes in RELNOTES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Oct 2021 07:34:30 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=5aeb26000a41efb54fae2f0c631db6fcda268bb5 commit 5aeb26000a41efb54fae2f0c631db6fcda268bb5 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2021-10-19 06:43:39 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2021-10-20 07:33:04 +0000 ncurses: documents the latest changes in RELNOTES --- RELNOTES | 6 ++++++ 1 file changed, 6 insertions(+) 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.