From cafdbae4a0abf14b939b3bfd73c7d5e5cadfd899 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 15 Sep 2021 16:46:24 -0400 Subject: [PATCH] 1.10.0 --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5cbbf24b8..4ac20b805 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Changes in 1.10.0 +================= + +- Remap /run/flatpak/app, for Flatpak 1.11.x +- Remap /var/config and /var/data +- permission-store: Avoid a crash +- permissions-store: Add GetPermission +- screencast: Add 'virtual' source type +- openuri: Use real path for OpenDirectory +- location: Fix accuracy levels +- Add power profile monitor implementation +- Translation updates + Changes in 1.8.1 ================ diff --git a/configure.ac b/configure.ac index c059aa467..39aa8fe56 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) -AC_INIT([xdg-desktop-portal],[1.8.1]) +AC_INIT([xdg-desktop-portal],[1.10.0]) AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE