mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Set version to 3.20.0-RC1 and update NEWS
This commit is contained in:
parent
6a5a689fd9
commit
b112a9b37a
17
NEWS
17
NEWS
@ -1,4 +1,4 @@
|
||||
Release 3.20.0 (?? Oct 2022)
|
||||
Release 3.20.0 (22 Oct 2022)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
This release supports X86/Linux, AMD64/Linux, ARM32/Linux, ARM64/Linux,
|
||||
@ -17,17 +17,8 @@ AMD64/macOS 10.13 and nanoMIPS/Linux.
|
||||
* The Linux rseq syscall is now implemented as (silently) returning ENOSYS.
|
||||
* Add FreeBSD syscall wrappers for __specialfd and __realpathat.
|
||||
* Remove FreeBSD dependencies on COMPAT10, which fixes compatibility with HardenedBSD
|
||||
|
||||
* ================== PLATFORM CHANGES =================
|
||||
|
||||
* arm64:
|
||||
|
||||
* s390:
|
||||
|
||||
* ppc64:
|
||||
|
||||
* ==================== TOOL CHANGES ===================
|
||||
|
||||
* The option --enable-debuginfod=<no|yes> [default: yes] has been added on Linux.
|
||||
* More DWARF5 support as generated by clang14.
|
||||
|
||||
* ==================== FIXED BUGS ====================
|
||||
|
||||
@ -59,7 +50,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.20.0.RC1: ?? Oct 2022)
|
||||
(3.20.0.RC1: 20 Oct 2022)
|
||||
|
||||
|
||||
Release 3.19.0 (11 Apr 2022)
|
||||
|
||||
@ -17,8 +17,8 @@
|
||||
m4_define([v_major_ver], [3])
|
||||
m4_define([v_minor_ver], [20])
|
||||
m4_define([v_micro_ver], [0])
|
||||
m4_define([v_suffix_ver], [GIT])
|
||||
m4_define([v_rel_date], ["?? Oct 2022"])
|
||||
m4_define([v_suffix_ver], [RC1])
|
||||
m4_define([v_rel_date], ["20 Oct 2022"])
|
||||
m4_define([v_version],
|
||||
m4_if(v_suffix_ver, [],
|
||||
[v_major_ver.v_minor_ver.v_micro_ver],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user