From 79db3c5ed5fb5b24602beb7a458703dcfd4a1aa6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 21 Dec 2021 08:55:36 -0500 Subject: [PATCH] 1.12 --- NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4ac20b805..ca6137f5c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Changes in 1.12.0, 21-12-2021 +============================= + +- Place portals in the systemd session.slice +- settings: Add color-scheme key +- open-uri: Avoid a sync call to org.freedesktop.FileManager +- screncast: Allow restoring previous sessions +- Add a portal for requesting realtime permissions +- ci: Many improvements +- Publish the docs from a ci job +- Translation updates + Changes in 1.10.0 ================= diff --git a/configure.ac b/configure.ac index c68036996..4b2ef604b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) -AC_INIT([xdg-desktop-portal],[1.10.0]) +AC_INIT([xdg-desktop-portal],[1.12.0]) AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE