Skip to content

Commit

Permalink
Release 0.6.0 (Mouse)
Browse files Browse the repository at this point in the history
  • Loading branch information
loganek committed Aug 26, 2018
1 parent 0527bd3 commit b7dc79d
Show file tree
Hide file tree
Showing 2 changed files with 13 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.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)
Expand Down
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b7dc79d

Please sign in to comment.