Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loganek committed Apr 13, 2018
1 parent ca4ec23 commit 6802851
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 6802851

Please sign in to comment.