|
From: Nicholas N. <nj...@so...> - 2022-01-04 05:54:45
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=b6efa526c85de148b677308a5cd0bbca956cfdfb commit b6efa526c85de148b677308a5cd0bbca956cfdfb Author: Nicholas Nethercote <n.n...@gm...> Date: Tue Jan 4 16:53:53 2022 +1100 Add a post-release update to the 3.18 release notes. Diff: --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ad49b98d3f..6d87f54fb2 100644 --- a/NEWS +++ b/NEWS @@ -80,7 +80,8 @@ AMD64/macOS 10.13 and nanoMIPS/Linux. * ==================== CORE CHANGES =================== * The libiberty demangler has been updated, which brings support for - Rust v0 name demangling + Rust v0 name demangling. [Update: alas, due to a bug, this support + isn't working in 3.18.0.] * __libc_freeres isn't called anymore after the program recieves a fatal signal. Causing some internal glibc resources to hang around, |