From: Simon McVittie Date: Wed, 23 Feb 2022 19:40:15 +0000 (+0000) Subject: Start development of dbus 1.13.24 X-Git-Tag: dbus-1.14.0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21784cacd3e5919cbfabcae87d8962058a3b02c9;p=thirdparty%2Fdbus.git Start development of dbus 1.13.24 Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index 07d59c415..cb52ef3f4 100644 --- a/NEWS +++ b/NEWS @@ -120,6 +120,11 @@ Miscellaneous behaviour changes: • Tarball releases no longer contain pre-2007 changelogs and are now compressed with xz, making them around 35% smaller. +dbus 1.13.24 (UNRELEASED) +========================= + +... + dbus 1.13.22 (2022-02-23) ========================= diff --git a/configure.ac b/configure.ac index 5c23d310c..78f715b50 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.63]) m4_define([dbus_major_version], [1]) m4_define([dbus_minor_version], [13]) -m4_define([dbus_micro_version], [22]) +m4_define([dbus_micro_version], [23]) m4_define([dbus_version], [dbus_major_version.dbus_minor_version.dbus_micro_version]) AC_INIT([dbus], [dbus_version], [https://gitlab.freedesktop.org/dbus/dbus/issues], [dbus]) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 0b84efe1f..e614af91a 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -6,8 +6,8 @@
D-Bus Specification - Version 0.38 - 2022-02-23 + Version 0.39 + (not yet finalized) Havoc