Bump revision up to 0.7.4

This commit is contained in:
sangelovic
2019-11-03 20:40:13 +01:00
parent 304b69dd8b
commit 3a76e9c120
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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