From b407eba60df48c838b18508b61f76497572a5ae9 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 10 Dec 2024 16:06:21 +0000 Subject: [PATCH] Start NEWS for 1.17.x For now, the changes that have happened in parallel on the 1.16.x branch are listed under 1.15.91. Signed-off-by: Simon McVittie --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS b/NEWS index eed36bb9..a7e51e5d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +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. + dbus 1.16.0 (UNRELEASED) ========================