From d591b69f928816bcfc3a598df6b26b9e3a9c690a Mon Sep 17 00:00:00 2001 From: sangelovic Date: Sat, 1 Feb 2020 13:56:13 +0100 Subject: [PATCH] Bump revision up to 0.8.0 --- CMakeLists.txt | 2 +- ChangeLog | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 24fcbbc..23a6534 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.6) -project(sdbus-c++ VERSION 0.7.8 LANGUAGES C CXX) +project(sdbus-c++ VERSION 0.8.0 LANGUAGES C CXX) include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file diff --git a/ChangeLog b/ChangeLog index 20e07c0..5bb2497 100644 --- a/ChangeLog +++ b/ChangeLog @@ -138,3 +138,7 @@ v0.7.7 v0.7.8 - Switch from thread_local to global bus instance that is used to create Variant instances (thread_local caused issues with Variant in very special inter-thread situations) + +v0.8.0 +- [[Breaking ABI change]] Implement support for input & output parameter names for D-Bus methods and signals, which are used in introspection +- Explain better in tutorial the design and how to use connections in relation to objects and proxies