diff --git a/CMakeLists.txt b/CMakeLists.txt index 672e16c7..dbe947ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ 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 diff --git a/ChangeLog b/ChangeLog index effe65ba..b398b995 100644 --- a/ChangeLog +++ b/ChangeLog @@ -111,3 +111,6 @@ v0.7.1 - Resolved a few clang-tidy warnings and suggestions - Extended the tutorial with info on standard D-Bus interfaces - 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