diff --git a/CMakeLists.txt b/CMakeLists.txt index ce217a8..ccaa2b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.1) project(HawkTracer - VERSION 0.6.0) + VERSION 0.7.0) option(ENABLE_ASAN "Enable address sanitizer" OFF) option(ENABLE_TESTS "Enable unit tests" OFF) diff --git a/NEWS b/NEWS index 5e33ea5..fb39973 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +0.7.0 (Rabbit) (unstable) - 14.01.2018: + * fix crash when pushing events of size bigger than timeline's buffer + * [api change] rename HT_EVENT_GET_CLASS to HT_EVENT_GET_KLASS + * [api change] remove ht_timeline_listener_container_unref() from public API + * fix data race when referencing/dereferencing timeline container object + * enable code coverage reporting on CI + * add feature for tracking heap allocations + * support informations attached to tracepoints for Chrome Trace converter + * remove C++ dependency for the HawkTracer core library + * add amalgamation script for generating single source/header HawkTracer files + * improvements in the installation process (thanks J. Kim and Alexandru!) + * support reading big-endian data on little-endian platform (and vice versa) + * many other tiny bug fixes and minor improvements + 0.6.0 (Mouse) (unstable) - 26.08.2018: * implement converting HawkTracer stream to callgrind format * fix install problem with pkg-config files