[sysprof] Release 3.38.1



commit 309ec5b0911d0480a9e47d0c66419131da2037ec
Author: Christian Hergert <chergert redhat com>
Date:   Thu Oct 15 17:12:53 2020 -0700

    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 425c516..3d0e015 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 fd77181..85994ff 100644
--- a/data/org.gnome.Sysprof3.appdata.xml.in
+++ b/data/org.gnome.Sysprof3.appdata.xml.in
@@ -37,6 +37,7 @@
   </provides>
 
   <releases>
+    <release version="3.38.1" date="2020-10-15"/>
     <release version="3.38.0" date="2020-09-12"/>
     <release version="3.37.92" date="2020-09-06"/>
     <release version="3.34.0" date="2019-09-09"/>
diff --git a/meson.build b/meson.build
index b7b5ace..c4d505e 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',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]