From 309ec5b0911d0480a9e47d0c66419131da2037ec Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Thu, 15 Oct 2020 17:12:53 -0700 Subject: [PATCH] Release 3.38.1 --- NEWS | 12 ++++++++++++ data/org.gnome.Sysprof3.appdata.xml.in | 1 + meson.build | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 425c5165..3d0e0153 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Overview of changes in Sysprof 3.38.1 +===================================== + + * Support for translating paths to binary symbols has been improved when using + Btrfs subvolumes. + * Build system fixes + * Fixes for sysprof_capture_reader_list_files() to match expectations + * Load proper speedtrack library in LD_PRELOAD + * Fixes when generating pkg-config files + * Fixes when using musl libc + * Translation updates + Overview of changes in Sysprof 3.38.0 ===================================== diff --git a/data/org.gnome.Sysprof3.appdata.xml.in b/data/org.gnome.Sysprof3.appdata.xml.in index fd771812..85994ffb 100644 --- a/data/org.gnome.Sysprof3.appdata.xml.in +++ b/data/org.gnome.Sysprof3.appdata.xml.in @@ -37,6 +37,7 @@ + diff --git a/meson.build b/meson.build index b7b5ace4..c4d505e5 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('sysprof', 'c', license: ['GPL3+', 'GPL2+'], - version: '3.38.0', + version: '3.38.1', meson_version: '>=0.51.0', default_options: [ 'c_std=gnu11', 'cpp_std=c++11',