forked from Kistler-Group/sdbus-cpp
Bump revision up to 0.7.2
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.1 LANGUAGES C CXX)
|
project(sdbus-c++ VERSION 0.7.2 LANGUAGES C CXX)
|
||||||
|
|
||||||
include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file
|
include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file
|
||||||
|
|
||||||
|
@ -111,3 +111,6 @@ v0.7.1
|
|||||||
- Resolved a few clang-tidy warnings and suggestions
|
- Resolved a few clang-tidy warnings and suggestions
|
||||||
- Extended the tutorial with info on standard D-Bus interfaces
|
- Extended the tutorial with info on standard D-Bus interfaces
|
||||||
- Added protected non-virtual destructor in generated *_proxy/*_adaptor classes
|
- Added protected non-virtual destructor in generated *_proxy/*_adaptor classes
|
||||||
|
|
||||||
|
v0.7.2
|
||||||
|
- Rewrite UnixFd implementation from plain UnixFd struct to full-ownership-semantics UnixFd class
|
||||||
|
Reference in New Issue
Block a user