forked from Kistler-Group/sdbus-cpp
Bump revision up to 0.7.4
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
cmake_minimum_required(VERSION 3.6)
|
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
|
include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file
|
||||||
|
|
||||||
|
@@ -119,3 +119,8 @@ v0.7.3
|
|||||||
- Add ability to integrate with external event loops
|
- Add ability to integrate with external event loops
|
||||||
- Add getSenderName() method to Message
|
- Add getSenderName() method to Message
|
||||||
- Skip GetMachineId integration test case when /etc/machine-id is not available
|
- 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
|
||||||
|
Reference in New Issue
Block a user