diff --git a/NEWS b/NEWS index edf9dd969..5fe0ac383 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Changes in 1.12.3, 28-03-2022 +============================= + +- realtime: Fix a frequent crash with WebKit processes + Changes in 1.12.2, 17-03-2022 ============================= diff --git a/configure.ac b/configure.ac index 03f535aa2..ec51a9f9f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) -AC_INIT([xdg-desktop-portal],[1.12.2]) +AC_INIT([xdg-desktop-portal],[1.12.3]) AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE