Bump version to 44.0
Update NEWS.
This commit is contained in:
parent
08bdee58c9
commit
a958417e95
14
NEWS
14
NEWS
@ -1,3 +1,17 @@
|
|||||||
|
44.0
|
||||||
|
====
|
||||||
|
* Fix state confusion and delay on startup [Carlos; !2906]
|
||||||
|
* Fix night light regression [Sebastian; !2916]
|
||||||
|
* Fix fullscreen regression with many SDL apps [Jonas; !2921]
|
||||||
|
* Fixed crashes [Jonas; !2901, !2912]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Jonas Ådahl, Carlos Garnacho, Sebastian Wick
|
||||||
|
|
||||||
|
Translators:
|
||||||
|
Ask Hjorth Larsen [da], Piotr Drąg [pl], Marek Černocký [cs],
|
||||||
|
Gwan-gyeong Mun [ko]
|
||||||
|
|
||||||
44.rc
|
44.rc
|
||||||
=====
|
=====
|
||||||
* Do not overwrite previously set offsets on attach [Matthias; !2843]
|
* Do not overwrite previously set offsets on attach [Matthias; !2843]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('mutter', 'c',
|
project('mutter', 'c',
|
||||||
version: '44.rc',
|
version: '44.0',
|
||||||
meson_version: '>= 0.58.0',
|
meson_version: '>= 0.58.0',
|
||||||
license: 'GPLv2+'
|
license: 'GPLv2+'
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user