summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2019-04-17 19:33:03 +0200
committerFlorian Müllner <fmuellner@gnome.org>2019-04-17 19:40:01 +0200
commite3f3274bbf631c57f9a01b7bead6ebf6374f5be4 (patch)
tree88c2d172a0beed0de5b4d5f50627ae3fc9cfb975
parentd2ca5cc26bf6a5a6c4860c02b4dc87402137ca71 (diff)
downloadmutter-e3f3274bbf631c57f9a01b7bead6ebf6374f5be4.tar.gz
Bump version to 3.32.13.32.1
Update NEWS.
-rw-r--r--NEWS30
-rw-r--r--meson.build2
2 files changed, 31 insertions, 1 deletions
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+'
)