Skip to content

Commit

Permalink
build: prepare bugfix-release v31
Browse files Browse the repository at this point in the history
Fill in NEWS, update AUTHORS, and bump version to 31.

Signed-off-by: David Rheinsberg <[email protected]>
  • Loading branch information
dvdhrm committed May 16, 2022
1 parent 701759a commit 4944daf
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 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-2021 Red Hat, Inc.
Copyright (C) 2016-2022 Red Hat, Inc.

AUTHORS: (ordered alphabetically)
Chris Paulson-Ellis <[email protected]>
Expand Down
16 changes: 16 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# dbus-broker - Linux D-Bus Message Broker

## CHANGES WITH 31:

* Fix assertion failures in the user accounting, uncovered by the
changes to accounting in v30.

* Fix a memory leak in service-file re-loading, in particular in the
command-line argument handling.

* Fix a set of UBs related to memcpy(3), memset(3), and others, called
with NULL on empty memory areas.

Contributions from: David Rheinsberg, Evgeny Vereshchagin, Mel34,
Torge Matthies

- Dußlingen, 2022-05-16

## CHANGES WITH 30:

* Pull in subprojects via meson wraps. Subprojects are no longer
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: '30',
version: '31',
)

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

0 comments on commit 4944daf

Please sign in to comment.