Skip to content

Commit

Permalink
build: prepare upcoming release
Browse files Browse the repository at this point in the history
Prepare a bug-fix release. Update the release-notes as well as the
author information.

Signed-off-by: David Rheinsberg <[email protected]>
  • Loading branch information
dvdhrm committed Apr 12, 2024
1 parent 4800047 commit 9eb0b7e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ COPYRIGHT: (ordered alphabetically)

AUTHORS: (ordered alphabetically)
Allison Karlitskaya <[email protected]>
Camron Carter <[email protected]>
Chris Paulson-Ellis <[email protected]>
Chris PeBenito <[email protected]>
Daniel Rusek <[email protected]>
Expand All @@ -28,6 +29,7 @@ AUTHORS: (ordered alphabetically)
Georg Müller <[email protected]>
Hugo Osvaldo Barrera <[email protected]>
Jacob Alzén <[email protected]>
Jake Dane
Lily Danzig <[email protected]>
Khem Raj <[email protected]>
Laurent Bigonville <[email protected]>
Expand Down
20 changes: 20 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# dbus-broker - Linux D-Bus Message Broker

## CHANGES WITH 36:

* Fix possible file-descriptor use-after-close, which can lead to
broker termination or disclosure of internal file-desciptors to
clients.

* Be more verbose about activation failures and include suitable
information in related log messages.

* New Meson build option `tests` allows installing tests as part
of the distribution into `<prefix>/lib/dbus-broker/tests`. This
is not recommended for production environments.

* Many updates to the test suite and packing of the upstream project.

Contributions from: Camron Carter, David Rheinsberg, Frantisek Sumsal,
Jake Dane, Tom Gundersen

- Dußlingen, 2024-04-12

## CHANGES WITH 35:

* Fix crash on startup/reload when corrupt configuration or
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: '35',
version: '36',
)

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

0 comments on commit 9eb0b7e

Please sign in to comment.