summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2023-02-15 10:03:13 -0600
committerMichael Catanzaro <mcatanzaro@redhat.com>2023-02-15 10:03:13 -0600
commit566be8d52f47e55b93a7b2f3af43e374c034ee6b (patch)
tree529fc90fdc0128a1d70370e20969c9528642fa58
parent03ac6c0055303fc137e5238fdb4b9d52c2823084 (diff)
downloadgnome-desktop-566be8d52f47e55b93a7b2f3af43e374c034ee6b.tar.gz
Prepare 43.243.2
-rw-r--r--NEWS7
-rw-r--r--meson.build4
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b6bd6650..0de8de0a 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,13 @@
Version 43.1
============
+- Fix idle monitor watch leak (!155, Keyu Tao)
+- Updated translations
+
+============
+Version 43.1
+============
+
- Fix gnome_parse_locale returning NULL for the C locale (!148, godvino)
- Use more sensible default keyboard for es_US (!150, Georges Basile Stavracas Neto)
- Delete failed thumbnail if successfully savings thumbnail (!151, Corey Berla)
diff --git a/meson.build b/meson.build
index 8a333f2f..d531e48c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.56.2',
- version: '43.1',
+ version: '43.2',
license: ['GPL-2.0-or-later', 'LGPL-2.1-or-later'],
default_options: [
'c_std=gnu99',
@@ -17,7 +17,7 @@ project('gnome-desktop', 'c',
# to 0. When bumping the second version, set the third one to zero.
#
# A lot easier than libtool, right?
-libversion = '2.0.2'
+libversion = '2.0.3'
soversion = libversion.split('.')[0]
# Compatibility versions for libgnome-desktop-3