Skip to content

Commit 78df4c8

Browse files
committed
Release 0.9.0 (Vole)
1 parent d7d4208 commit 78df4c8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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.8.0)
4+
VERSION 0.9.0)
55

66
include(GNUInstallDirs)
77

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.9.0 (Vole) (unstable) - 09.11.2019:
2+
* support dynamically allocated strings as labels for tracepoints
3+
* support auto-deleting tasks from task scheduler
4+
* add function for force-flushing file listener #51
5+
* fix compilation on some platforms (thanks Iakov!)
6+
* fix thread safety of ht_timeline_flush() API #56
7+
* allow configuring Global Timeline buffer size #59
8+
* documentation improvements
9+
110
0.8.0 (Frog) (unstable) - 18.03.2018:
211
* fix library freeze on closing TCP connection
312
* fix crash on multiple ht_init()/ht_deinit() calls

0 commit comments

Comments
 (0)