From e7155c550627c265a78f358b9eb08ec509ceb411 Mon Sep 17 00:00:00 2001 From: sangelovic Date: Sun, 13 Oct 2019 15:39:32 +0200 Subject: [PATCH] Bump revision up to 0.7.3 --- CMakeLists.txt | 2 +- ChangeLog | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dbe947c..1a7e95b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.6) -project(sdbus-c++ VERSION 0.7.2 LANGUAGES C CXX) +project(sdbus-c++ VERSION 0.7.3 LANGUAGES C CXX) include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file diff --git a/ChangeLog b/ChangeLog index b398b99..d72d984 100644 --- a/ChangeLog +++ b/ChangeLog @@ -114,3 +114,8 @@ v0.7.1 v0.7.2 - Rewrite UnixFd implementation from plain UnixFd struct to full-ownership-semantics UnixFd class + +v0.7.3 +- Add ability to integrate with external event loops +- Add getSenderName() method to Message +- Skip GetMachineId integration test case when /etc/machine-id is not available