1
0
Fork 0

Bump version to 3.34.0

Update NEWS.
This commit is contained in:
Florian Müllner 2019-09-09 20:09:35 +02:00
parent 280167f217
commit 8cdcf529e9
2 changed files with 15 additions and 1 deletions

14
NEWS
View file

@ -1,3 +1,17 @@
3.34.0
======
* Fix xdg-output v3 support [Olivier; !771]
* Fix crash when changing decoration state [Jonas; !773]
* Add and remove connectors on hot-plug [Jonas; !743]
Contributors:
Olivier Fourdan, Jonas Ådahl
Translators:
Rafael Fontenelle [pt_BR], Gwan-gyeong Mun [ko], Christian Kirbach [de],
Claude Paroz [fr], Milo Casagrande [it], Emin Tufan Çetin [tr],
Ryuta Fujii [ja]
3.33.92
=======
* Turn MetaShapedTexture into a ClutterContent implementation [Georges; !409]

View file

@ -1,5 +1,5 @@
project('mutter', 'c',
version: '3.33.92',
version: '3.34.0',
meson_version: '>= 0.50.0',
license: 'GPLv2+'
)