diff --git a/NEWS b/NEWS index cbe2616ac..f734eff2d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Changes in 1.14.1 +================= +Released: 2022-03-18 + +- Fix an issue in 1.14.0 where xdg-desktop-portal.service starting before + graphical-session-pre.target would cause the GNOME session to deadlock by + moving code to a new libexec binary which handles deleting or migrating + .desktop files (and icons) from the dynamic launcher portal for apps which + have been uninstalled or renamed. +- Fix some bugs in the aforementioned launcher migration implementation, + "xdg-desktop-portal-rewrite-launchers". +- Fix build without libsystemd + Changes in 1.14.0 ================= Released: 2022-03-17 diff --git a/configure.ac b/configure.ac index c9d6bc6a0..e2391e797 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) -AC_INIT([xdg-desktop-portal],[1.14.0]) +AC_INIT([xdg-desktop-portal],[1.14.1]) AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE