From 7dccf42892fdfcc9c3542cad3afdf45351edb63e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 20 Sep 2021 17:16:38 -0400 Subject: [PATCH] 1.10.1 --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4ac20b805..06bf2285a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Changes in 1.10.1 +================= + +- Revert a breaking change to the screencast and inhibit portal + Changes in 1.10.0 ================= diff --git a/configure.ac b/configure.ac index 39aa8fe56..ff5e263f3 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.10.1]) AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE