]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
3.19.0-RC1 Add some NEWS entries
authorMark Wielaard <mark@klomp.org>
Sat, 2 Apr 2022 17:13:12 +0000 (19:13 +0200)
committerMark Wielaard <mark@klomp.org>
Sat, 2 Apr 2022 17:13:12 +0000 (19:13 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 709f287842ccbc333beb334281e926fccb29fe95..12b756bc1610c5dfd376750fb7df4fa5a169b90b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Release 3.??.? (?? 202?)
+Release 3.19.0 (08 Apr 202?)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 This release supports X86/Linux, AMD64/Linux, ARM32/Linux, ARM64/Linux,
@@ -10,27 +10,39 @@ AMD64/macOS 10.13 and nanoMIPS/Linux.
 
 * ==================== CORE CHANGES ===================
 
+* Fix Rust v0 name demangling.
+* The Linux rseq syscall is now implemented as (silently) returning ENOSYS.
+* Add FreeBSD syscall wrappers for __specialfd and __realpathat.
+
 * ================== PLATFORM CHANGES =================
 
 * arm64:
+  - ignore the "v8.x" architecture levels, only look at actual CPU features
+    present. Fixes mismatch detected between RDMA and atomics features
+    preventing startup on some QEMU configurations.
+  - Implement LD{,A}XP and ST{,L}XP
+  - Fix incorrect code emitted for doubleword CAS.
 
 * s390:
+  - Fix sys_ipc semtimedop syscall
+  - Fix VFLRX and WFLRX instructions
+  - Fix EXRL instruction with negative offset
 
 * ppc64:
+  - Reimplement the vbpermq instruction support to generate less Iops and
+    avoid overflowing internal buffers.
+  - Fix checking for scv support to avoid "Facility 'SCV' unavailable (12),
+    exception" messages in dmsg.
+  - Fix setting condition code for Vector Compare quad word instructions.
+  - Fix fix lxsibzx, lxsihzx and lxsihzx instructions so they only load
+    their respective sized data.
+  - Fix the prefixed stq instruction in PC relative mode.
 
 * ==================== TOOL CHANGES ===================
 
-* DHAT:
-
-* Cachegrind:
-
-* Callgrind:
-
-* Massif:
-
 * Memcheck:
-
-* =================== OTHER CHANGES ==================
+  - Speed up --track-origins=yes for large (in the range of hundreds to
+    thousands of megabytes) mmap/munmaps.
 
 * ==================== FIXED BUGS ====================
 
@@ -78,6 +90,7 @@ To see details of a given bug, visit
   https://bugs.kde.org/show_bug.cgi?id=XXXXXX
 where XXXXXX is the bug number as listed above.
 
+(3.19.0.RC1: 02 Apr 2022)
 
 
 Release 3.18.0 (15 Oct 2021)
index 4107f2d07d14ccf6113b6211dde8c1cc7c1240d9..4559028f9209d36c59094710545e201afdc07ab5 100755 (executable)
@@ -17,8 +17,8 @@
 m4_define([v_major_ver], [3])
 m4_define([v_minor_ver], [19])
 m4_define([v_micro_ver], [0])
-m4_define([v_suffix_ver], [GIT])
-m4_define([v_rel_date], ["?? ??? 202?"])
+m4_define([v_suffix_ver], [RC1])
+m4_define([v_rel_date], ["02 Apr 2022"])
 m4_define([v_version],
          m4_if(v_suffix_ver, [],
                [v_major_ver.v_minor_ver.v_micro_ver],