summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2023-03-19 04:59:05 +0100
committerFlorian Müllner <fmuellner@gnome.org>2023-03-19 11:55:05 +0100
commita958417e952cc80b6102a4441d6e48235efa1c5d (patch)
treeb6390524ff2fdd66e0fcad293d80c0d455d229ba
parent08bdee58c999e3b64ea90802d10e17abb1f727d5 (diff)
downloadmutter-a958417e952cc80b6102a4441d6e48235efa1c5d.tar.gz
Bump version to 44.044.0
Update NEWS.
-rw-r--r--NEWS14
-rw-r--r--meson.build2
2 files changed, 15 insertions, 1 deletions
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+'
)