]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Very minor updates for 3.18.
authorJulian Seward <jseward@acm.org>
Wed, 13 Oct 2021 15:06:10 +0000 (17:06 +0200)
committerJulian Seward <jseward@acm.org>
Wed, 13 Oct 2021 15:06:10 +0000 (17:06 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 7ab64c1431a34e758283e2f243db7d5d6ee21209..93e8b725fc38e8c1c58dbd382b591a4a22879aa9 100644 (file)
--- 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)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~