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')