Skip to content

Commit b7dc79d

Browse files
committed
Release 0.6.0 (Mouse)
1 parent 0527bd3 commit b7dc79d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-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.1)
22

33
project(HawkTracer
4-
VERSION 0.5.0)
4+
VERSION 0.6.0)
55

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

NEWS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
0.6.0 (Mouse) (unstable) - 26.08.2018:
2+
* implement converting HawkTracer stream to callgrind format
3+
* fix install problem with pkg-config files
4+
* fix ht_thread_get_current_thread_id() function
5+
* add information about system endianness and HawkTracer version to metadata stream
6+
* fix deadlock in TCP listener
7+
* add memory usage tracking feature for Linux-based platforms
8+
* add python bindings to a parser library
9+
* documentation improvements (tutorials, examples, missing function documentation)
10+
* publish documentation online (https://amzn.github.io/hawktracer/)
11+
* many other tiny bug fixes and minor improvements
12+
113
0.5.0 (unstable) - 5.05.2018:
214
* make parser library thread-safe
315
* fix bug which was preventing from event multilevel inheritance

0 commit comments

Comments
 (0)