diff --git a/NEWS b/NEWS index 56b9f8bf3..f83e4fb8a 100644 --- a/NEWS +++ b/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 ===== * Do not overwrite previously set offsets on attach [Matthias; !2843] diff --git a/meson.build b/meson.build index b1145090e..8947069b2 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mutter', 'c', - version: '44.rc', + version: '44.0', meson_version: '>= 0.58.0', license: 'GPLv2+' )