From 9f063892ea40c5111d9b64215a01e916ab4598d6 Mon Sep 17 00:00:00 2001 From: Phaedrus Leeds Date: Thu, 17 Mar 2022 11:39:48 -0700 Subject: [PATCH] 1.12.2 --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6e1cbbeec..edf9dd969 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Changes in 1.12.2, 17-03-2022 +============================= + +- realtime: Fix error code paths +- realtime: Fix MakeThreadHighPriorityWithPID method +- screencast: Fix an error when restoring streams +- screencast: Fix D-Bus interface XML type annotations +- New translation: pt + Changes in 1.12.1, 22-12-2021 ============================= diff --git a/configure.ac b/configure.ac index f7132ecf8..03f535aa2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) -AC_INIT([xdg-desktop-portal],[1.12.1]) +AC_INIT([xdg-desktop-portal],[1.12.2]) AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE