[sysprof] Release 40.alpha1 (3.39.90)



commit 14ae3e7c77771ad122c1ca323073d68dc4124e61
Author: Christian Hergert <chergert redhat com>
Date:   Thu Jan 14 15:38:44 2021 -0800

    Release 40.alpha1 (3.39.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 3d0e015..a8796e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes in Sysprof 3.39.90
+======================================
+
+ * Build fixes for macOS
+ * polkit is optional (again) for sysprof-cli
+ * Various fixes in kernel symbol resolving
+ * Fix build when stack-protector is not used
+ * Support elfparser on some interesting platforms
+ * Translation updates
+
 Overview of changes in Sysprof 3.38.1
 =====================================
 
diff --git a/data/org.gnome.Sysprof3.appdata.xml.in b/data/org.gnome.Sysprof3.appdata.xml.in
index 85994ff..9ec0d21 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.90" date="2021-01-14"/>
     <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"/>
diff --git a/meson.build b/meson.build
index c3acb30..e600a49 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('sysprof', 'c',
           license: ['GPL3+', 'GPL2+'],
-          version: '3.38.1',
+          version: '3.39.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]