From eb41d3be47aafe6458c9ce3e006da83d9f60b1a6 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Wed, 13 Oct 2021 17:06:10 +0200 Subject: [PATCH] Very minor updates for 3.18. --- NEWS | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index 7ab64c143..93e8b725f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ + Release 3.18.0 (15 Oct 2021) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -10,18 +11,18 @@ AMD64/macOS 10.13 and nanoMIPS/Linux. * ==================== CORE CHANGES =================== - - The libiberty demangler has been updated, which brings support - for Rust v0 name demangling +* The libiberty demangler has been updated, which brings support for Rust v0 + name demangling - - __libc_freeres isn't called anymore after the program recieves - a fatal signal. Causing some internal glibc resources to hang - around, but preventing any crashes after the program has ended. +* __libc_freeres isn't called anymore after the program recieves a fatal + signal. Causing some internal glibc resources to hang around, but preventing + any crashes after the program has ended. - - The DWARF reader is now much faster at startup when just - --read-inline-info=yes (the default in most cases) is given. +* The DWARF reader is now very much faster at startup when just + --read-inline-info=yes (the default in most cases) is given. - - glibc 2.34, which moved various functions from libpthread.so - into libc.so, is now supported. +* glibc 2.34, which moved various functions from libpthread.so into libc.so, + is now supported. * ================== PLATFORM CHANGES ================= @@ -46,6 +47,10 @@ AMD64/macOS 10.13 and nanoMIPS/Linux. * Support for X86/FreeBSD and AMD64/FreeBSD has been added. +* ==================== OTHER CHANGES ==================== + +* Memcheck on amd64: minor fixes to remove some false positive undef-value errors + * ==================== FIXED BUGS ==================== The following bugs have been fixed or resolved. Note that "n-i-bz" @@ -111,6 +116,8 @@ where XXXXXX is the bug number as listed below. (3.18.0.RC1: 12 Oct 2021) + + Release 3.17.0 (19 Mar 2021) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- 2.11.4.GIT