Skip to content

Commit

Permalink
build: prepare upcoming release
Browse files Browse the repository at this point in the history
Prepare for the v27 release. Fill in the release-notes and bump the
project version.

Signed-off-by: David Rheinsberg <[email protected]>
  • Loading branch information
dvdhrm committed Feb 15, 2021
1 parent 83ca4ee commit 8a57555
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
project(
'dbus-broker',
'c',
version: '26',
version: '27',
license: 'Apache',
default_options: [
'c_std=c11',
Expand Down

0 comments on commit 8a57555

Please sign in to comment.