From 125cb1616c6495edffc5f032a989610a0b6a0fd1 Mon Sep 17 00:00:00 2001 From: Urs Ritzmann Date: Mon, 18 Oct 2021 17:21:19 +0200 Subject: [PATCH] version 1.0.0 --- CMakeLists.txt | 2 +- ChangeLog | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ddb3eb8e..c9772861 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13) -project(sdbus-c++ VERSION 0.8.3 LANGUAGES C CXX) +project(sdbus-c++ VERSION 1.0.0 LANGUAGES C CXX) include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file diff --git a/ChangeLog b/ChangeLog index 21ca8762..a5eb8e14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -190,3 +190,8 @@ v0.9.0 - Support Error parameter in signal handlers - Add specific sections for tips and notes in the tutorial - A few additional documentation and test updates and improvements + +v1.0.0 +- [[Breaking API change]] Fixed the API to send org.freedesktop.DBus.ObjectManager.InterfacesAdded and org.freedesktop.DBus.ObjectManager.InterfacesRemoved signals via the generated stubs layer. + - StandardInterfaces.h: Split ObjectManager_adaptor and ManagedObject_adaptor. +- New examples directory. First example covers the object manager. Further examples might follow. \ No newline at end of file