1
0
Fork 0

Bump version to 45.beta.1

Update NEWS

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3172>
This commit is contained in:
Carlos Garnacho 2023-08-10 23:43:02 +02:00
parent 4d76a21029
commit cbd5ca2ca1
2 changed files with 15 additions and 1 deletions

14
NEWS
View file

@ -1,3 +1,17 @@
45.beta.1
=========
* Fix blitting from premultiplied to opaque formats [Jonas; !3159]
* Fix Super key not going to overview in GNOME Shell [Carlos; 3162]
* Use ClutterEvent in ClutterActor class event vmethod signatures
[Carlos; 3163]
* Misc. bug fixes and cleanups [Carlos, !3167, !3168]
Contributors:
Jonas Ådahl, Carlos Garnacho
Translators:
Piotr Drąg [pl], Daniel Mustieles [es]
45.beta 45.beta
======= =======
* Support input capture and emulated input with libei * Support input capture and emulated input with libei

View file

@ -1,5 +1,5 @@
project('mutter', 'c', project('mutter', 'c',
version: '45.beta', version: '45.beta.1',
meson_version: '>= 0.58.0', meson_version: '>= 0.58.0',
license: 'GPLv2+' license: 'GPLv2+'
) )