the compile-time DBUS_VERSION or the runtime dbus_get_version().
(dbus#530, dbus!494; Simon McVittie)
-• The branch used for development releases has been renamed to `main`.
- Please see CONTRIBUTING.md for details of how to update existing checkouts.
- (dbus#530, Simon McVittie)
-
Bug fixes:
-• On Linux, fix build regression with libselinux ≥ 3.8 and verbose mode
- enabled (Debian#1096212, dbus!511; Simon McVittie)
+• Correct commented-out default auth_timeout in system.conf
+ (dbus!519, Simon McVittie)
+
+• When built with Meson and fallback subprojects are enabled,
+ disable unnecessary features and try to link them statically
+ (dbus!516, Simon McVittie)
+
+• Update fallback subprojects for GLib and Expat
+ (dbus!426, dbus!429; Simon McVittie)
Tests and CI:
log the file descriptor's filename or type as a hint to aid debugging
(dbus!503, Simon McVittie)
+• Skip a known-failing test on all FreeBSD versions
+ (dbus#308, Simon McVittie)
+
+• CI fixes (dbus#546, dbus#547, dbus#548; Simon McVittie)
+
+dbus 1.16.2 (2025-02-27)
+========================
+
+Build system:
+
+• The branch used for development releases has been renamed to `main`.
+ Please see CONTRIBUTING.md for details of how to update existing checkouts.
+ (dbus#530, Simon McVittie)
+
+Bug fixes:
+
+• On Linux, fix build regression with libselinux ≥ 3.8 and verbose mode
+ enabled (Debian#1096212, dbus!511; Simon McVittie)
+
Internal changes:
• Documentation updates