From 0fc2d7f3caf204fe8771a9f24408e0bcd83836e7 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Tue, 25 Aug 2020 13:36:38 -0500 Subject: Prepare 3.37.91 --- NEWS | 15 +++++++++++++++ meson.build | 4 ++-- 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' -- cgit v1.2.1