Skip to content

Commit

Permalink
build: prepare upcoming release
Browse files Browse the repository at this point in the history
Create a changelog with all changes since v33 and prepare for the
upcoming release.

Signed-off-by: David Rheinsberg <[email protected]>
  • Loading branch information
dvdhrm committed Dec 14, 2023
1 parent cb73746 commit 01183eb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# dbus-broker - Linux D-Bus Message Broker

## CHANGES WITH 34:

* Use `AT_RANDOM` for libexpat initialization to avoid a hidden
dependency in libexpat-hashtables on `/dev/urandom` at runtime.

* Check for SELinux Enforcing-mode and honor its value.

* Support the new `ProcessFD` key in `GetConnectionCredentials()`.

* Loading files from a directory will not enumerate the files in a
predictable order rather than the pseudo-random order returned by
the kernel.

Contributions from: David Rheinsberg, Luca Boccassi, Mark Esler,
Stefan Agner, Tom Gundersen

- Dußlingen, 2023-12-12

## CHANGES WITH 33:

* Fix a race-condition when starting systemd-services from the
Expand Down

0 comments on commit 01183eb

Please sign in to comment.