[sysprof] Release 3.43.90



commit c6dfe76810c451928947d6453bca5f5708aebc88
Author: Christian Hergert <chergert redhat com>
Date:   Mon Mar 7 13:43:12 2022 -0800

    Release 3.43.90

 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 f2242696..5159cde7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes in Sysprof 3.43.90
+======================================
+
+ * Require libunwind unless disabled manually to help ensure
+   distributions are doing the right thing.
+ * Add allocation leaks section to memprof.
+ * Fix preloading of speedtrack
+ * Fix capture of mapped path names with spaces
+ * Translation updates
+
 Overview of changes in Sysprof 3.42.1
 =====================================
 
diff --git a/data/org.gnome.Sysprof3.appdata.xml.in b/data/org.gnome.Sysprof3.appdata.xml.in
index 0f2381a9..7c7dc00b 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.43.90" date="2022-03-07"/>
     <release version="3.42.1" date="2021-11-04"/>
     <release version="3.42.0" date="2021-09-21"/>
   </releases>
diff --git a/meson.build b/meson.build
index 8feed80a..07f3de56 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('sysprof', 'c',
           license: ['GPL3+', 'GPL2+'],
-          version: '3.42.1',
+          version: '3.43.90',
     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]