From a83fd200bf8d3d23bdb0f1b612baac93fea618c8 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Tue, 18 Jun 2024 20:58:55 +0100 Subject: [PATCH] 2.8.4 --- debian/changelog | 12 ++++++++++++ meson.build | 10 +++++----- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index fa1069c..24b9655 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +xapp (2.8.4) wilma; urgency=medium + + [ Michael Webster ] + * visibility-group: Use g_new instead of deprecated g_slice. + * visibility-group: Use a GWeakNotify instead of the destroy signal for automatic widget removal. + * xapp-visibility-group: add missing declaration in header file. + + [ Clement Lefebvre ] + * l10n: Update translations + + -- Clement Lefebvre Tue, 18 Jun 2024 20:58:34 +0100 + xapp (2.8.3) wilma; urgency=medium [ Michael Webster ] diff --git a/meson.build b/meson.build index f8bb0c6..1783747 100644 --- a/meson.build +++ b/meson.build @@ -1,9 +1,9 @@ project( - 'xapp', - 'c', - version : '2.8.3', - default_options : ['buildtype=debugoptimized'], - meson_version : '>=0.56.0' + 'xapp', + 'c', +version : '2.8.4', +default_options : ['buildtype=debugoptimized'], +meson_version : '>=0.56.0' ) gnome = import('gnome')