summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-03-19 14:44:07 -0400
committerMatthias Clasen <mclasen@redhat.com>2023-03-19 14:44:07 -0400
commitba2e8602e844af7ae2993b46fcf5e6129365ebe9 (patch)
treeb7a38272f4979d94806ecef8cdd52d239b1423aa
parent24a17fda0fcdaf7c6206a9c6f0b256c8e750f37e (diff)
downloadgnome-desktop-ba2e8602e844af7ae2993b46fcf5e6129365ebe9.tar.gz
4444
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8beac2c2..d194f492 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+==========
+Version 44
+==========
+- Fix idle monitor watch leak
+- Save original thumbnail dimensions in metadata
+- Fix Turkish keyboard layout
+- Translation updates
+
===============
Version 44.beta
===============
diff --git a/meson.build b/meson.build
index 10b9ce62..bb9e6725 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.56.2',
- version: '44.beta',
+ version: '44',
license: ['GPL-2.0-or-later', 'LGPL-2.1-or-later'],
default_options: [
'c_std=gnu99',