Skip to content

Commit 6802851

Browse files
committed
Release 0.3.0
1 parent ca4ec23 commit 6802851

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.0)
22

33
project(HawkTracer
4-
VERSION 0.2.0)
4+
VERSION 0.3.0)
55

66
option(ENABLE_ASAN "Enable address sanitizer" OFF)
77
option(ENABLE_TESTS "Enable unit tests" OFF)

NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
0.3.0 (unstable) - 6.02.2017:
2+
library:
3+
* Review and update C library API
4+
* Add Timeline Features
5+
* Add possibility to extend Event data structure
6+
* Integrate MKCREFLECT library and use it to auto-generate event helper methods
7+
* Add file dump timeline listener
8+
* Add lots of tests for C library (increase test coverage to 87%)
9+
* Add few benchmark tests
10+
client:
11+
* Re-implement client functionality in C# and add support for new HawkTracer binary format
12+
* Implement loading HawkTracer data from file
13+
tools:
14+
* Re-implement tracepoint label generator in Python
15+
build:
16+
* Fix installation script
17+
118
0.2.0 (unstable) - 7.07.2017:
219
* add tool for generate function address map from binary file
320
* add feature for finding closest label (if label is not specified in map)

0 commit comments

Comments
 (0)