Skip to content

Commit

Permalink
Release 0.9.0 (Vole)
Browse files Browse the repository at this point in the history
  • Loading branch information
loganek committed Nov 9, 2019
1 parent d7d4208 commit 78df4c8
Show file tree
Hide file tree
Showing 2 changed files with 10 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.8.0)
VERSION 0.9.0)

include(GNUInstallDirs)

Expand Down
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.9.0 (Vole) (unstable) - 09.11.2019:
* support dynamically allocated strings as labels for tracepoints
* support auto-deleting tasks from task scheduler
* add function for force-flushing file listener #51
* fix compilation on some platforms (thanks Iakov!)
* fix thread safety of ht_timeline_flush() API #56
* allow configuring Global Timeline buffer size #59
* documentation improvements

0.8.0 (Frog) (unstable) - 18.03.2018:
* fix library freeze on closing TCP connection
* fix crash on multiple ht_init()/ht_deinit() calls
Expand Down

0 comments on commit 78df4c8

Please sign in to comment.