diff --git a/CMakeLists.txt b/CMakeLists.txt index a6079b52..2f041873 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.0) project(HawkTracer - VERSION 0.2.0) + VERSION 0.3.0) option(ENABLE_ASAN "Enable address sanitizer" OFF) option(ENABLE_TESTS "Enable unit tests" OFF) diff --git a/NEWS b/NEWS index f28d680f..f824e9c8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +0.3.0 (unstable) - 6.02.2017: + library: + * Review and update C library API + * Add Timeline Features + * Add possibility to extend Event data structure + * Integrate MKCREFLECT library and use it to auto-generate event helper methods + * Add file dump timeline listener + * Add lots of tests for C library (increase test coverage to 87%) + * Add few benchmark tests + client: + * Re-implement client functionality in C# and add support for new HawkTracer binary format + * Implement loading HawkTracer data from file + tools: + * Re-implement tracepoint label generator in Python + build: + * Fix installation script + 0.2.0 (unstable) - 7.07.2017: * add tool for generate function address map from binary file * add feature for finding closest label (if label is not specified in map)