]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Merge branch 'dbus-1.16'
authorSimon McVittie <smcv@collabora.com>
Mon, 16 Dec 2024 15:28:29 +0000 (15:28 +0000)
committerSimon McVittie <smcv@collabora.com>
Mon, 16 Dec 2024 15:28:29 +0000 (15:28 +0000)
1  2 
NEWS
meson.build

diff --cc NEWS
index 3348cffd0b8637a49be6ddeeebda062e8a487a99,3bf888a2a3576d0f834b68bee3ccd309e4c88041..ee3954f1b59a4bcbfd5d625cb6668ee514cbbd94
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,30 -1,9 +1,32 @@@
- 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
  --------------------------------------------------
diff --cc meson.build
Simple merge