From daf657a6b0d60a2884a7d3929d065be85e66c9f3 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 11 Dec 2024 13:27:54 +0000 Subject: [PATCH 1/2] Prepare v1.15.92 Signed-off-by: Simon McVittie --- AUTHORS | 2 ++ NEWS | 9 +++++++-- meson.build | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index dcb222a4..3b36a30a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -169,6 +169,7 @@ Mike Gilbert Mike McQuaid Milan Crha Miloslav Trmac +Mohamed Akram Murray Cumming Natanael Copa Nguyễn Thái Ngọc Duy @@ -189,6 +190,7 @@ Peter Breitenlohner Peter Kümmel Peter McCurdy Peter McCurdy +Petr Malat Philip Blundell Philip Withnall Philip Withnall diff --git a/NEWS b/NEWS index d81adaf2..f1b1de8e 100644 --- a/NEWS +++ b/NEWS @@ -59,9 +59,13 @@ New features and significant bug fixes: • Portability to CPU architectures with larger-than-64-bit pointers -dbus 1.15.91 (UNRELEASED) +dbus 1.15.92 (2024-12-11) ========================= +The "future flyer" release. + +This is a second release-candidate for the new dbus 1.16.x stable branch. + Build-time configuration changes: • When building with Meson, the embedded_tests option has been renamed @@ -97,7 +101,8 @@ Bug fixes: • Avoid test failures with non-trivial NSS modules, similar to dbus#256 (dbus#540, Simon McVittie) -• Make paths in DBus1Config relocatable (dbus!499, Ralf Habacker) +• When built with CMake, make paths in DBus1Config relocatable + (dbus!499, Ralf Habacker) dbus 1.15.90 (2024-12-06) ========================= diff --git a/meson.build b/meson.build index fed1b7f2..70505651 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project('dbus', 'c', - version: '1.15.91', + version: '1.15.92', meson_version: '>=0.56', ) @@ -70,7 +70,7 @@ config.set_quoted('DBUS_DAEMON_NAME', 'dbus-daemon') lt_current = 41 ## increment any time the source changes; ## set to 0 if you increment CURRENT -lt_revision = 1 +lt_revision = 2 ## increment if any interfaces have been added; ## set to 0 if any interfaces have been changed or removed. ## removal has precedence over adding, so set to 0 if both happened. From 1a470c60c470cb19559441244a4f4d290c2ca9fd Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 11 Dec 2024 16:21:01 +0000 Subject: [PATCH 2/2] Post-release version bump Signed-off-by: Simon McVittie --- NEWS | 5 +++++ meson.build | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f1b1de8e..371f7c8b 100644 --- a/NEWS +++ b/NEWS @@ -59,6 +59,11 @@ New features and significant bug fixes: • Portability to CPU architectures with larger-than-64-bit pointers +dbus 1.15.94 (UNRELEASED) +========================= + +... + dbus 1.15.92 (2024-12-11) ========================= diff --git a/meson.build b/meson.build index 70505651..2c09d179 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project('dbus', 'c', - version: '1.15.92', + version: '1.15.93', meson_version: '>=0.56', )