From e232c0ed1a0e717ef322117433bfd1a3d9e91986 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Thu, 22 Aug 2024 11:31:37 -0300 Subject: [PATCH 1/2] Update NEWS for 0.1.6 --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index f7be12d..4def3f9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Changes in 0.1.6 +================ + +Released 2024-08-22 + + * Use lower serial bits to differentiate proxy / client serials, and handle + non-monotonically increasing serials better. + * Fix various GVariant reference leaks + * Don't require talk permission for broadcast rules + * Support sdbus clients + Changes in 0.1.5 ================ From 27dde13841f40846f0f8fd3cfcc51b83a4785097 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Thu, 22 Aug 2024 11:32:28 -0300 Subject: [PATCH 2/2] 0.1.6 --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 109a313..fdd8c86 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) -AC_INIT([xdg-dbus-proxy],[0.1.5]) +AC_INIT([xdg-dbus-proxy],[0.1.6]) AC_CONFIG_AUX_DIR([build-aux]) m4_pattern_forbid([^AX_CODE_COVERAGE$], diff --git a/meson.build b/meson.build index 72a0580..8d4fa40 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'xdg-dbus-proxy', 'c', - version : '0.1.5', + version : '0.1.6', meson_version : '>=0.49.0', default_options : [ 'warning_level=2',