From e3f3274bbf631c57f9a01b7bead6ebf6374f5be4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 17 Apr 2019 19:33:03 +0200 Subject: [PATCH] Bump version to 3.32.1 Update NEWS. --- NEWS | 30 ++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 720e28ddc..5606ee468 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,33 @@ +3.32.1 +====== +* Fix fallback app menu on wayland [Florian; #493] +* Fix elogind support [Tom; !491] +* Fix startup notifications not timing out [Carlos; #501] +* Fix keyboard accessibility toggle from keys + [Olivier, Carlos; !501, #529, !531] +* Fix touchscreen input on rotated displays [Carlos; #514] +* Work around hangul text input bug [Carlos; #1365] +* Fix blurry wallpaper scaling [Daniel; !505] +* Fix placement of window menu when using fractional scaling [Jan; #527] +* Fix repaint issues of offscreen effects on secondary monitors [Daniel; !511] +* Fix windows not getting focus after launch [Daniel; #505] +* Properly advertise support for 'underscan' property [Jonas; !507] +* Improve power-saving handling [Jonas; !506] +* Fix moving windows by super+touch [Jonas D.; !495] +* Misc. bug fixes and cleanups [Benjamin, Florian, Adam, Marco, Pablo, + Erik, Jonas, Heiher, Pekka, Daniel, Olivier, Carlos; !478, !475, !480, + !482, #490, !488, #491, #480, !477, !496, !492, !485, !515, !519, !521, + !216, !538, #541, #523] + +Contributors: + Jonas Ådahl, Pablo Barciela, Benjamin Berg, Tom Briden, Jonas Dreßler, + Olivier Fourdan, Carlos Garnacho, Jan Alexander Steffens (heftig), Heiher, + Adam Jackson, Erik Kurzinger, Florian Müllner, Pekka Paalanen, + Marco Trevisan (Treviño), Daniel van Vugt + +Translators: + Khaled Hosny [ar], Goran Vidović [hr], Daniel Mustieles [es] + 3.32.0 ====== * Fix deadlock when cancelling a theme sound [Andrea; !474] diff --git a/meson.build b/meson.build index 6ce9e59f2..1c865759d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mutter', 'c', - version: '3.32.0', + version: '3.32.1', meson_version: '>= 0.48.0', license: 'GPLv2+' )