Skip to content

Commit

Permalink
build: prepare v33
Browse files Browse the repository at this point in the history
Prepare the next release. Bump the version to v33, fill in the changelog
information and update the contributors page.

Signed-off-by: David Rheinsberg <[email protected]>
  • Loading branch information
dvdhrm committed Feb 3, 2023
1 parent e1a592f commit 6ae3f3a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
4 changes: 3 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LICENSE:
limitations under the License.

COPYRIGHT: (ordered alphabetically)
Copyright (C) 2016-2022 Red Hat, Inc.
Copyright (C) 2016-2023 Red Hat, Inc.

AUTHORS: (ordered alphabetically)
Chris Paulson-Ellis <[email protected]>
Expand All @@ -29,9 +29,11 @@ AUTHORS: (ordered alphabetically)
Laurent Bigonville <[email protected]>
Luca Boccassi <[email protected]>
Marc-Antoine Perennou <[email protected]>
Marcus Sundberg <[email protected]>
Michal Schmidt <[email protected]>
Mike Gilbert <[email protected]>
msizanoen1 <[email protected]>
Stefan Agner <[email protected]>
Thomas Mühlbacher <[email protected]>
Tim Gates <[email protected]>
Tom Gundersen <[email protected]>
Expand Down
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 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

## CHANGES WITH 32:

* Fix several bugs in the d-bus marshalling layer c-dvar, including
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ project(
],
license: 'Apache',
meson_version: '>=0.60.0',
version: '32',
version: '33',
)

cc = meson.get_compiler('c')
Expand Down

0 comments on commit 6ae3f3a

Please sign in to comment.