Skip to content

dbus-broker-33

Compare
Choose a tag to compare
@dvdhrm dvdhrm released this 03 Feb 08:44
· 79 commits to main since this release
v33
# dbus-broker - Linux D-Bus Message Broker

## CHANGES WITH 33:

    * Fix a race-condition when starting systemd-services from the
      launcher. In particular, services with guarding systemd `Condition*`
      configurations might have incorrectly stalled activation attempts.

    * Return `org.freedesktop.DBus.Error.Failed` rather than a permission
      error for unimplemented functionality. The human-readable part of the
      error will contain "Unimplemented functionality" as explanation.

    * Improve resiliency of the launcher against runtime changes in dbus
      service-files. Changes to the files will no longer affect ongoing
      activation attempts.

    * Fix `GetStats()` returning two replies.

    * Fix missing origin-information in the startup log-message.

    Contributions from: David Rheinsberg, draconicfae, Marcus Sundberg,
                        Mike Gilbert, Stefan Agner, Tom Gundersen

    - Dußlingen, 2023-02-03