Skip to content

Commit

Permalink
build: prepare v23 release
Browse files Browse the repository at this point in the history
Bump the release version and prepare the NEWS entries so we can release
v23 soon.

Signed-off-by: David Rheinsberg <[email protected]>
  • Loading branch information
dvdhrm committed May 11, 2020
1 parent 0c0aee2 commit 6356265
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# dbus-broker - Linux D-Bus Message Broker

## CHANGES WITH 23:

* Expose supplementary groups as `UnixGroupIDs` as defined by the dbus
specification in 0.53.

* Fix an issue where the launcher incorrectly reported success even
though it could not parse the bus configuration.

* Fix an issue where the launcher was unnecessarily verbose about trying
to start masked units. It will now only log once per unit.

* Fix an issue where transient systemd unit names were not correctly
escaped.

* The broker now uses the peer-pid from `SO_PEERCRED` on the controller
socket, rather than relying on `getppid()`. This allows creating the
broker from intermediate processes without having any credentials of
the intermediate leak into the broker.

Contributions from: David Rheinsberg

- Tübingen, 2020-05-11

## CHANGES WITH 22:

* Implement org.freedesktop.DBus.Debug.Stats in the driver. This
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: '22',
version: '23',
license: 'Apache',
default_options: [
'c_std=c11',
Expand Down

0 comments on commit 6356265

Please sign in to comment.