From 03e849a9ff6ca543ba6d6e7f4e2ce709bfa8fe0f Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 31 Jan 2021 17:15:53 +0100 Subject: [PATCH] Update NEWS. --- NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/NEWS b/NEWS index 96d47e3f..3601dd7b 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,26 @@ Note: Release numbers are nothing more than numbers. There are some "missing" versions due to trace file changes during development. This is not a mistake. +v0.x.x (xxxx-xx-xx) +------------------- + +- Various fixes in build scripts. +- Fixed a faulty rpmalloc initialization path when the first thing the + thread did was sending a message with call stack. +- Added fallback timer define for various virtualized environments, which + may not be able to access the hardware timer registers. This will result + in usage of timer provided by the standard library, with reduced + resolution. +- Further OpenCL improvements. +- Updated libbacktrace. + - Adds Mach-O 64-bit FAT support. + - Fixes memory corruption when processing Mach-O data. + - Fixes missing matching entries during binary search. + - Adds support for MiniDebugInfo. + - Adds fallback to ELF symbol table if no debug info is available. + - Various other fixes. + + v0.7.5 (2021-01-23) -------------------