- dbus 1.16.0 (UNRELEASED)
+dbus 1.17.0-alpha (UNRELEASED)
+==============================
+
+1.17.x is a new development branch, leading to a 1.18.0 stable release.
+As in previous development cycles, all branches with an odd minor version
+(the *y* part of 1.y.z) are development releases, which will not receive
+bugfix-only security updates and are not suitable for inclusion in
+long-term-stable OS distributions.
+
+Build system and dependencies:
+
+• The version number for development releases now has an -alpha, -beta
+ or -rc suffix, to make its non-stable status more obvious.
+ This is included in the compile-time DBUS_VERSION_STRING, but not
+ the compile-time DBUS_VERSION or the runtime dbus_get_version().
+ (dbus#530, dbus!494; Simon McVittie)
+
+Tests and CI:
+
+• On Linux, if a test fails because a file descriptor was leaked,
+ log the file descriptor's filename or type as a hint to aid debugging
+ (dbus!503, Simon McVittie)
+
+ dbus 1.16.0 (2024-12-16)
========================
- 1.16.x will be a new stable branch, superseding 1.14.x.
+ The “one hundred pink frogs” release.
+
+ 1.16.x is a new stable branch, superseding 1.14.x.
Summary of major changes between 1.14.x and 1.16.0
--------------------------------------------------