]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Prepare v1.15.92 dbus-1.15.92
authorSimon McVittie <smcv@collabora.com>
Wed, 11 Dec 2024 13:27:54 +0000 (13:27 +0000)
committerSimon McVittie <smcv@collabora.com>
Wed, 11 Dec 2024 13:27:54 +0000 (13:27 +0000)
Signed-off-by: Simon McVittie <smcv@collabora.com>
AUTHORS
NEWS
meson.build

diff --git a/AUTHORS b/AUTHORS
index dcb222a494ef8d190dd3a5089c714220f73e496e..3b36a30a194aebb266f7a758d81d6022b429e246 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -169,6 +169,7 @@ Mike Gilbert <floppym@gentoo.org>
 Mike McQuaid <mike@mikemcquaid.com>
 Milan Crha <mcrha redhat com>
 Miloslav Trmac <mitr@volny.cz>
+Mohamed Akram <mohd.akram@outlook.com>
 Murray Cumming <murrayc@murrayc.com>
 Natanael Copa <ncopa@alpinelinux.org>
 Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
@@ -189,6 +190,7 @@ Peter Breitenlohner <peb@mppmu.mpg.de>
 Peter Kümmel <syntheticpp@gmx.net>
 Peter McCurdy <peter.mccurdy@gmail.com>
 Peter McCurdy <pmccurdy@skeptopotamus>
+Petr Malat <oss@malat.biz>
 Philip Blundell <philb@gnu.org>
 Philip Withnall <philip@tecnocode.co.uk>
 Philip Withnall <philip.withnall@collabora.co.uk>
diff --git a/NEWS b/NEWS
index d81adaf2715e7f53f0ad969454b76321cd7b7598..f1b1de8ef2e208468ba6e695571692033ae14e0f 100644 (file)
--- 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)
 =========================
index fed1b7f2737ee6a45d7e2f20625a7cb0780e594f..70505651667eb0800c4711cff220d3ae998860f7 100644 (file)
@@ -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.