diff --git a/NEWS b/NEWS index b6bcd538..ead358ee 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 0aeb60b4..378d917b 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 44bd6d2d..c82dae48 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', )