|
From: Philippe W. <phi...@so...> - 2019-04-18 19:10:17
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=30f889ce1038128f78c9fd8ff316723eb337311b commit 30f889ce1038128f78c9fd8ff316723eb337311b Author: Philippe Waroquiers <phi...@sk...> Date: Thu Apr 18 21:08:43 2019 +0200 Prepare NEWS for 3.16.0 So that the fixed bugs and changes can be documented directly. Diff: --- NEWS | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/NEWS b/NEWS index e300b48..7b0a055 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,48 @@ +Release 3.16.0 (?? ?????? 2019) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +3.16.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 and AMD64/macOS 10.13. + +* ==================== 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 Fix minor one time leaks in dhat. +n-i-bz Add --run-cxx-freeres=no in outer args to avoid inner crashes. + Release 3.15.0 (12 April 2019) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |