diff --git a/debian/changelog b/debian/changelog index a16505a..1bd13e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +xapp (2.0.7) ulysa; urgency=medium + + [ Michael Webster ] + * Don't build the gtk module for lib-only builds (flatpak). + * xapp-favorites.c: Don't crash trying to remove a previously-removed favorite. + * favorite-vfs-file-monitor.c: When handling folder updates, send out removals before additions. + * xapp-util: Add a function to check whether the session is fully active. + * xapp-sn-watcher.c: Skip the startup delay if the session has not finished loading. + + -- Clement Lefebvre Fri, 26 Feb 2021 10:59:48 +0000 + xapp (2.0.6) ulyssa; urgency=medium [ Michael Webster ] diff --git a/meson.build b/meson.build index d029732..7d50f79 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('xapp', 'c', - version : '2.0.6', + version : '2.0.7', default_options : [ 'buildtype=debugoptimized' ], )