From d30794756d52ea981e6dc89797980b97b8d04dee Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 29 Oct 2024 13:00:31 +0000 Subject: [PATCH] Prepare v1.15.12 Signed-off-by: Simon McVittie --- NEWS | 2 +- doc/dbus-specification.xml | 16 ++++++++++++++-- meson.build | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) 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', )