-Release 3.??.? (?? 202?)
+Release 3.19.0 (08 Apr 202?)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This release supports X86/Linux, AMD64/Linux, ARM32/Linux, ARM64/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 ====================
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)
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],