1
0
Fork 0

Bump version to 3.32.0

Update NEWS.
This commit is contained in:
Florian Müllner 2019-03-11 18:45:20 +01:00
parent a871d56f88
commit efb1ee9730
2 changed files with 10 additions and 1 deletions

9
NEWS
View file

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

View file

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