diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e46259..ba9c568 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.6) -project(sdbus-c++ VERSION 0.7.3 LANGUAGES C CXX) +project(sdbus-c++ VERSION 0.7.4 LANGUAGES C CXX) include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file diff --git a/ChangeLog b/ChangeLog index d72d984..893d51f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -119,3 +119,8 @@ v0.7.3 - Add ability to integrate with external event loops - Add getSenderName() method to Message - Skip GetMachineId integration test case when /etc/machine-id is not available + +v0.7.4 +- Add support for custom timeout of D-Bus method calls +- Add support for opening a connection to a remote system bus using ssh +- Internal refactoring: Use tag dispatching to construct various types of Connection