From: Mark Wielaard Date: Mon, 8 Jun 2020 17:52:02 +0000 (+0200) Subject: Prepare NEWS for 3.17.0 X-Git-Tag: VALGRIND_3_17_0~184 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bfd43aef3e6fed732f6b09ac37aac31401c8f32e;p=thirdparty%2Fvalgrind.git Prepare NEWS for 3.17.0 --- diff --git a/NEWS b/NEWS index 71a7a01e3c..2eebd8874f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,45 @@ +Release 3.17.0 (?? ??? 202?) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +3.17.0 is a feature release with many improvements and the usual collection +of bug fixes. + +This release supports X86/Linux, AMD64/Linux, ARM32/Linux, ARM64/Linux, +PPC32/Linux, PPC64BE/Linux, PPC64LE/Linux, S390X/Linux, MIPS32/Linux, +MIPS64/Linux, ARM/Android, ARM64/Android, MIPS32/Android, X86/Android, +X86/Solaris, AMD64/Solaris and AMD64/MacOSX 10.12. There is also preliminary +support for X86/macOS 10.13, AMD64/macOS 10.13 and nanoMIPS/Linux. + +* ==================== CORE CHANGES =================== + +* ==================== TOOL CHANGES ==================== + +* DHAT: + +* Cachegrind: + +* Callgrind: + +* Massif: + +* Memcheck: + +* ==================== OTHER CHANGES ==================== + +* ==================== FIXED BUGS ==================== + +The following bugs have been fixed or resolved. Note that "n-i-bz" +stands for "not in bugzilla" -- that is, a bug that was reported to us +but never got a bugzilla entry. We encourage you to file bugs in +bugzilla (https://bugs.kde.org/enter_bug.cgi?product=valgrind) rather +than mailing the developers (or mailing lists) directly -- bugs that +are not entered into bugzilla tend to get forgotten about or ignored. + +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 below. + +n-i-bz helgrind: If hg_cli__realloc fails, return NULL. Release 3.16.0 (27 May 2020) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~