From 750dab39270f338181db8d841cd4b1a9a50ae4d7 Mon Sep 17 00:00:00 2001 From: Stanislav Angelovic Date: Mon, 8 Jul 2019 10:01:11 +0200 Subject: [PATCH] Bump revision up to 0.7.2 --- CMakeLists.txt | 2 +- ChangeLog | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 672e16c..dbe947c 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 effe65b..b398b99 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