summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2023-01-19 17:00:49 -0600
committerMichael Catanzaro <mcatanzaro@redhat.com>2023-01-19 17:00:49 -0600
commit040be3a1a7d0e2a91075ecc1e98666a694bf82c3 (patch)
tree1c541fd9c2d56b40a2b5bc01e56830585e0c8a8e
parentb27558e422a60a170b3ae37436c67554a970342d (diff)
downloadgnome-desktop-040be3a1a7d0e2a91075ecc1e98666a694bf82c3.tar.gz
Prepare 43.143.1
-rw-r--r--NEWS10
-rw-r--r--meson.build4
2 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 60ccad9c..b6bd6650 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+============
+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)
+- skip territory if no translation available (!152, Alban Browaeys)
+- Translation updates
+
==========
Version 43
==========
diff --git a/meson.build b/meson.build
index 6a888b80..8a333f2f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.56.2',
- version: '43',
+ version: '43.1',
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.1'
+libversion = '2.0.2'
soversion = libversion.split('.')[0]
# Compatibility versions for libgnome-desktop-3