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