From 175c43ec53949eb32ab3bf027a1441f0f1638924 Mon Sep 17 00:00:00 2001 From: Stanislav Angelovic Date: Wed, 17 Jun 2020 15:29:46 +0200 Subject: [PATCH] Bump revision up to v0.8.2 --- CMakeLists.txt | 2 +- ChangeLog | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 90d0fd4..2500b49 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13) -project(sdbus-c++ VERSION 0.8.1 LANGUAGES C CXX) +project(sdbus-c++ VERSION 0.8.2 LANGUAGES C CXX) include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file diff --git a/ChangeLog b/ChangeLog index 29c9b15..7f5c690 100644 --- a/ChangeLog +++ b/ChangeLog @@ -147,3 +147,16 @@ v0.8.1 - Switch to full C++17 support - Switch to more modern CMake (>=3.12) - Provide better names to event loop-related IConnection methods, keep old ones marked as deprecated for backwards compatibility + +v0.8.2 +- Introduce support for cancellable async calls +- Add getObjectPath() for proxy and object classes +- Sanitize names of namespaces/methods/signals/properties/arguments in sdbus-c++-xml2cpp +- Fix delivery of signals to multiple proxies subscribed to them +- Fix file existence condition in sdbus-c++-xml2cpp +- Fix CallData race condition in Proxy::callMethod +- Fix integration tests for libsystemd older than 242 +- Fix installation of public sd-bus headers in internal libsystemd build +- Fix integration test cases failing in specific situations +- Fix build with clang 9.0.1 and libcxx +- Fix potential data race in Proxy's condition variable