diff --git a/AUTHORS b/AUTHORS index 6b3497c9..d35f661b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -12,7 +12,7 @@ LICENSE: limitations under the License. COPYRIGHT: (ordered alphabetically) - Copyright (C) 2016-2019 Red Hat, Inc. + Copyright (C) 2016-2021 Red Hat, Inc. AUTHORS: (ordered alphabetically) Chris Paulson-Ellis diff --git a/NEWS.md b/NEWS.md index f7fd3181..d395b67d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,20 @@ # dbus-broker - Linux D-Bus Message Broker +## CHANGES WITH 29: + + * Improve SELinux audit messages. This requires the new libselinux-3.2 + and libaudit-3.0 releases. If audit/selinux support is enabled, those + are now the minimum required versions. + + * Make linux-4.17 a hard-requirements. Older kernels are no longer + supported. + + * Fix startup failures when at-console users have consecutive uids. + + Contributions from: Chris PeBenito, David Rheinsberg, Thomas Mühlbacher + + - Dußlingen, 2021-06-02 + ## CHANGES WITH 28: * Further improvements to the service activation tracking. This better diff --git a/meson.build b/meson.build index fd737e9c..c9468458 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( 'dbus-broker', 'c', - version: '28', + version: '29', license: 'Apache', default_options: [ 'c_std=c11',