diff --git a/COPYING b/COPYING index 7f51bb6a..b2492c89 100644 --- a/COPYING +++ b/COPYING @@ -12,10 +12,13 @@ LICENSE: limitations under the License. COPYRIGHT: (ordered alphabetically) - Copyright (C) 2016-2017 Red Hat, Inc. + Copyright (C) 2016-2018 Red Hat, Inc. AUTHORS: (ordered alphabetically) David Herrmann Georg Müller + Laurent Bigonville Marc-Antoine Perennou + Michal Schmidt + Mike Gilbert Tom Gundersen diff --git a/NEWS b/NEWS index a986be41..b0a11a7c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,16 @@ dbus-broker - Linux D-Bus Message Broker +CHANGES WITH 10: + + * Fix RequestName() / ReleaseName() to send signals before their reply, + to match dbus-daemon behavior. + + * Several bug-fixes, cleanups, and performance improvements. + + Contributions from: David Herrmann, Tom Gundersen + + - Tübingen, 2018-02-07 + CHANGES WITH 9: * A configuration reload of the launcher can now be triggered via its diff --git a/meson.build b/meson.build index 56d38e4b..66710257 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'dbus-broker', 'c', - version: '9', + version: '10', license: 'Apache', default_options: [ 'c_std=c11',