From 8a575557f9b6d7fb9e78ad4af120b9c9b5914625 Mon Sep 17 00:00:00 2001 From: David Rheinsberg Date: Mon, 15 Feb 2021 10:25:43 +0100 Subject: [PATCH] build: prepare upcoming release Prepare for the v27 release. Fill in the release-notes and bump the project version. Signed-off-by: David Rheinsberg --- NEWS.md | 14 ++++++++++++++ meson.build | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index cff99cca..76ddaf7b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,19 @@ # dbus-broker - Linux D-Bus Message Broker +## CHANGES WITH 27: + + * Fix several bugs with the new service-activation tracking, including + a race-condition when restarting activatable services. Note that this + includes a change to the internal controller API, which is used to + communicate between the launcher and the broker. + + * Be more verbose about denied configuration access and print the + file-path for better diagnostics. + + Contributions from: David Rheinsberg + + - Dußlingen, 2021-02-24 + ## CHANGES WITH 26: * Improve the service activation tracking of the compatibility diff --git a/meson.build b/meson.build index 5dd3806b..a8bc5785 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( 'dbus-broker', 'c', - version: '26', + version: '27', license: 'Apache', default_options: [ 'c_std=c11',