]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
NEWS: Mention bug fixes for 29039/30694/30709/30721
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 23 Dec 2023 14:24:41 +0000 (06:24 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 23 Dec 2023 14:24:41 +0000 (06:24 -0800)
NEWS

diff --git a/NEWS b/NEWS
index 6fbb8a9e1dc03f8a399d46b74fd72d33956660c5..db4d6c837378740db0b78fed16e856a3e58f2910 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,10 @@ Security related changes:
 
 The following bugs are resolved with this release:
 
+  [29039] Corrupt DTV after reuse of a TLS module ID following dlclose with unused TLS
+  [30694] The iconv program no longer tells the user which given encoding name was wrong
+  [30709] nscd fails to build with cleanup handler if built with -fexceptions
+  [30721] x86_64: Fix build with --disable-multiarch
   [30723] posix_memalign repeatedly scans long bin lists
   [30789] sem_open will fail on multithreaded scenarios when semaphore
     file doesn't exist (O_CREAT)