Bump version to 3.32.2

Update NEWS.
This commit is contained in:
Florian Müllner 2019-05-14 14:01:28 +00:00
parent 0a3cddeecf
commit 189f71f5d1
2 changed files with 12 additions and 1 deletions

11
NEWS
View File

@ -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]

View File

@ -1,5 +1,5 @@
project('mutter', 'c',
version: '3.32.1',
version: '3.32.2',
meson_version: '>= 0.48.0',
license: 'GPLv2+'
)