From 0e060f597bcce0d2373f028dcb401bc8270c6ef3 Mon Sep 17 00:00:00 2001 From: Marcin Kolny Date: Mon, 18 Mar 2019 11:19:07 +0000 Subject: [PATCH] Release 0.8.0 (Frog) --- CMakeLists.txt | 2 +- NEWS | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a062215..542b19bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.1) project(HawkTracer - VERSION 0.7.0) + VERSION 0.8.0) include(GNUInstallDirs) diff --git a/NEWS b/NEWS index fb399737..ef3ea06d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +0.8.0 (Frog) (unstable) - 18.03.2018: + * fix library freeze on closing TCP connection + * fix crash on multiple ht_init()/ht_deinit() calls + * add python bindings for a core library + * documentation improvements + 0.7.0 (Rabbit) (unstable) - 14.01.2018: * fix crash when pushing events of size bigger than timeline's buffer * [api change] rename HT_EVENT_GET_CLASS to HT_EVENT_GET_KLASS