forked from Kistler-Group/sdbus-cpp
Bump revision up to 0.7.3
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
cmake_minimum_required(VERSION 3.6)
|
||||
|
||||
project(sdbus-c++ VERSION 0.7.2 LANGUAGES C CXX)
|
||||
project(sdbus-c++ VERSION 0.7.3 LANGUAGES C CXX)
|
||||
|
||||
include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file
|
||||
|
||||
|
@ -114,3 +114,8 @@ v0.7.1
|
||||
|
||||
v0.7.2
|
||||
- Rewrite UnixFd implementation from plain UnixFd struct to full-ownership-semantics UnixFd class
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user