From 189f71f5d1e70dd16796418d568d3e3e4cad49e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 14 May 2019 14:01:28 +0000 Subject: [PATCH] Bump version to 3.32.2 Update NEWS. --- NEWS | 11 +++++++++++ meson.build | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5606ee468..fcdc3cfe7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +3.32.2 +====== +* Disable mouse keys with Numlock on [Olivier; #530] +* Fix crash when restarting on X11 [Marco; #576] +* Fix mapping of touchscreens that don't report dimensions [Carlos; #581] +* Fix spurious idle signals that prevent session unblank [Jonas; !543] +* Misc. bug fixes and cleanups [Olivier, Marco, Carlos; !552, !557, #586] + +Contributors: + Jonas Ådahl, Olivier Fourdan, Carlos Garnacho, Marco Trevisan (Treviño) + 3.32.1 ====== * Fix fallback app menu on wayland [Florian; #493] diff --git a/meson.build b/meson.build index 1c865759d..b2239ed81 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mutter', 'c', - version: '3.32.1', + version: '3.32.2', meson_version: '>= 0.48.0', license: 'GPLv2+' )