From 68b5eac9e944c324cc2f72caab7b78dd5f302d45 Mon Sep 17 00:00:00 2001 From: sangelovic Date: Sun, 19 Jan 2020 18:59:36 +0100 Subject: [PATCH] Bump revision up to 0.7.7 --- CMakeLists.txt | 2 +- ChangeLog | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0206e72..b59b5df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.6) -project(sdbus-c++ VERSION 0.7.6 LANGUAGES C CXX) +project(sdbus-c++ VERSION 0.7.7 LANGUAGES C CXX) include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file diff --git a/ChangeLog b/ChangeLog index 97de86d..cc806e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -131,3 +131,7 @@ v0.7.5 v0.7.6 - Fixes of clang-8 errors and warnings + +v0.7.7 +- Fix race condition of polling on D-Bus fd from two threads (event loop thread and sync D-Bus call thread) +- Little ordering fix in stress tests