summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2019-03-11 18:45:20 +0100
committerFlorian Müllner <fmuellner@gnome.org>2019-03-11 18:45:20 +0100
commitefb1ee97308653a28ed4448b0c405e6faf2c4f40 (patch)
tree7716f90c2169d9a6284b724a84fdc7a854761df4
parenta871d56f88550ba406dd443cc8aa64407184043a (diff)
downloadmutter-efb1ee97308653a28ed4448b0c405e6faf2c4f40.tar.gz
Bump version to 3.32.03.32.0
Update NEWS.
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 529e0486a..720e28ddc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+3.32.0
+======
+* Fix deadlock when cancelling a theme sound [Andrea; !474]
+* Stop swizzling BGRA buffers (bye-bye inverted colors in screenshots
+ and animations) [Carlos; !486]
+
+Contributors:
+ Andrea Azzarone, Carlos Garnacho, Robert Mader
+
3.31.92
=======
* Fix flicker of apps that use multiple SHM buffers [Jonas Å.; #199]
diff --git a/meson.build b/meson.build
index fc0d34d27..dc210e6fe 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('mutter', 'c',
- version: '3.31.92',
+ version: '3.32.0',
meson_version: '>= 0.48.0',
license: 'GPLv2+'
)