From fee2687bad66e351a3dcc963a34ae80125923ff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Tue, 1 Nov 2022 16:56:50 +0100 Subject: [PATCH] Update NEWS. --- NEWS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS b/NEWS index 6ad256b0..3608413c 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,18 @@ Please send bug reports, questions and suggestions to . Version 4.4.30 +* configure: Restore ucontext api functionality check. + In c3f01c72b303cbbb0cc8983120677edee2f3fa4b the use of the ucontext api + in the main program was removed, and with it the configure check for it. + However, the ucontext api is still used in the "explicit_bzero" test and + thus this test still needs to be in place. + See also: https://bugs.gentoo.org/838172 +* configure: Restore the functionality of the '--disable-symvers' switch. + Without this fix the build was simply broken, if symbol versioning was + disabled for any reason, e.g. whether the compiler nor the linker + supporting it, or if disabled on purpose by the user (issue #142). +* Fix variable name in crypt(3) for a datamember of 'struct crypt_data' + (issue #153). Version 4.4.29 * Add glibc-on-loongarch-lp64 (Loongson LA464 / LA664) entry to