From: Simon McVittie Date: Tue, 29 Oct 2024 13:00:31 +0000 (+0000) Subject: Prepare v1.15.12 X-Git-Tag: dbus-1.15.12^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d30794756d52ea981e6dc89797980b97b8d04dee;p=thirdparty%2Fdbus.git Prepare v1.15.12 Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index b6bcd5382..ead358eee 100644 --- a/NEWS +++ b/NEWS @@ -59,7 +59,7 @@ New features and significant bug fixes: • Portability to CPU architectures with larger-than-64-bit pointers -dbus 1.15.12 (UNRELEASED) +dbus 1.15.12 (2024-10-29) ========================= Enhancements: diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 0aeb60b4c..378d917b0 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -6,8 +6,8 @@
D-Bus Specification - Version 0.42 - 2023-08-21 + Version 0.43 + 2024-10-29 Havoc @@ -78,6 +78,18 @@ See commit log + + 0.43 + 2024-10-29 + + + + Recommend loading system services from /etc, /run + Document the Stats interface + Document the Verbose interface + + + 0.42 2023-08-21 diff --git a/meson.build b/meson.build index 44bd6d2d6..c82dae482 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project('dbus', 'c', - version: '1.15.11', + version: '1.15.12', meson_version: '>=0.56', )