summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-08-25 13:36:38 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-08-25 13:36:38 -0500
commit0fc2d7f3caf204fe8771a9f24408e0bcd83836e7 (patch)
tree9a11506b6fdd798d2ed8d86f934788a712d8c5ee
parent16dbb9fc38ec45ccf8aee2e7db8ff3ad20820d67 (diff)
downloadgnome-desktop-3.37.91.tar.gz
Prepare 3.37.913.37.91
-rw-r--r--NEWS15
-rw-r--r--meson.build4
2 files changed, 17 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 15bb162d..6ccbfa0b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+===============
+Version 3.37.91
+===============
+
+- Allow /etc/alternatives in bubblewrap sandbox (#92, Simon McVittie)
+- Fix bubblewrap sandbox on s390x (!82, Simon McVittie)
+
+===============
+Version 3.37.90
+===============
+
+- systemd: Default to garbage collect failed scopes
+- systemd: Change naming scheme to conform to systemd convention
+- Translation updates
+
==============
Version 3.37.3
==============
diff --git a/meson.build b/meson.build
index 34c5f063..43295f03 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.49.0',
- version: '3.37.90',
+ version: '3.37.91',
license: ['GPL2+', 'LGPL2+']
)
@@ -14,7 +14,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 = '19.0.6'
+libversion = '19.0.7'
soversion = libversion.split('.')[0]
gdk_pixbuf_req = '>= 2.36.5'