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+' )