diff --git a/NEWS b/NEWS index 356faecf0..a938a3045 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +43.0 +==== +* Fix stuttering in Xorg session [Daniel; !2625] +* Make MetaBarrier type derivable again [Jonas; !2626] +* Fixes crash [Jonas; !2622] + +Contributors: + Daniel van Vugt, Jonas Ådahl + +Translators: + Aleksandr Melman [ru], Fran Dieguez [gl], Daniel Mustieles [es], + Aurimas Černius [lt], Matej Urbančič [sl], Leônidas Araújo [pt_BR], + Kukuh Syafaat [id], Sveinn í Felli [is], Zurab Kargareteli [ka], + Rūdolfs Mazurs [lv], Yosef Or Boczko [he], Alexander Shopov [bg], + Alan Mortensen [da] + 43.rc ===== * Remember monitor scale when switching configurations [Jonas Å.; !2479] diff --git a/meson.build b/meson.build index d3c2aeabc..2605a6558 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mutter', 'c', - version: '43.rc', + version: '43.0', meson_version: '>= 0.55.0', license: 'GPLv2+' )