From 00177a7e4c4c5d411e93101744a18fce4c4f421d Mon Sep 17 00:00:00 2001 From: sangelovic Date: Wed, 12 Jun 2019 09:18:55 +0200 Subject: [PATCH] Bump revision up to 0.7.1 --- CMakeLists.txt | 2 +- ChangeLog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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