diff --git a/CMakeLists.txt b/CMakeLists.txt index 73ae954..672e16c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.6) -project(sdbus-c++ VERSION 0.7.0 LANGUAGES C CXX) +project(sdbus-c++ VERSION 0.7.1 LANGUAGES C CXX) include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file diff --git a/ChangeLog b/ChangeLog index 3c0ecf1..effe65b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -102,3 +102,12 @@ v0.7.0 - Documentation improvements - Minor changes (renamings) in the code generated by sdbus-c++-xml2cpp generator - Other minor fixes and internal design improvements + +v0.7.1 +- Fixed waiting in integration tests +- Added object manager automatically in ObjectManager_adaptor constructor +- Introduced support for unix fd type +- Redesigned Message class hierarchy to be more idiomatic, clean and intent-revealing +- 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