diff --git a/CMakeLists.txt b/CMakeLists.txt index 38a51baa..d50f2512 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.1) project(HawkTracer - VERSION 0.5.0) + VERSION 0.6.0) option(ENABLE_ASAN "Enable address sanitizer" OFF) option(ENABLE_TESTS "Enable unit tests" OFF) diff --git a/NEWS b/NEWS index fa733a5b..5e33ea51 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +0.6.0 (Mouse) (unstable) - 26.08.2018: + * implement converting HawkTracer stream to callgrind format + * fix install problem with pkg-config files + * fix ht_thread_get_current_thread_id() function + * add information about system endianness and HawkTracer version to metadata stream + * fix deadlock in TCP listener + * add memory usage tracking feature for Linux-based platforms + * add python bindings to a parser library + * documentation improvements (tutorials, examples, missing function documentation) + * publish documentation online (https://amzn.github.io/hawktracer/) + * many other tiny bug fixes and minor improvements + 0.5.0 (unstable) - 5.05.2018: * make parser library thread-safe * fix bug which was preventing from event multilevel inheritance