[sysprof] release 3.39.92



commit 902397917b294a457e22327c1b2e353ee5367a12
Author: Christian Hergert <chergert redhat com>
Date:   Tue Feb 23 15:52:36 2021 -0800

    release 3.39.92

 NEWS                                   | 10 ++++++++++
 data/org.gnome.Sysprof3.appdata.xml.in |  1 +
 meson.build                            |  2 +-
 3 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index a8796e6..8c58b8c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes in Sysprof 3.39.92
+======================================
+
+ * Use pic when compiling static libsysprof-capture
+ * Some changes to podman symbol decoding
+ * Handle NULL readers gracefully from capture cursors
+ * Use g_memdup2()
+ * UI tweaks
+ * Translation updates
+
 Overview of changes in Sysprof 3.39.90
 ======================================
 
diff --git a/data/org.gnome.Sysprof3.appdata.xml.in b/data/org.gnome.Sysprof3.appdata.xml.in
index 9ec0d21..8289360 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.39.92" date="2021-02-23"/>
     <release version="3.39.90" date="2021-01-14"/>
     <release version="3.38.1" date="2020-10-15"/>
     <release version="3.38.0" date="2020-09-12"/>
diff --git a/meson.build b/meson.build
index 2e33e50..4fe72a1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('sysprof', 'c',
           license: ['GPL3+', 'GPL2+'],
-          version: '3.39.90',
+          version: '3.39.92',
     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]