[sysprof] release 3.42.1



commit 2903f08d02c86e520b07c0df5dcafc18bb8ef059
Author: Christian Hergert <chergert redhat com>
Date:   Thu Nov 4 10:24:52 2021 -0700

    release 3.42.1

 NEWS                                   | 10 ++++++++++
 data/org.gnome.Sysprof3.appdata.xml.in |  1 +
 meson.build                            |  4 ++--
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index ed7476a9..f2242696 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes in Sysprof 3.42.1
+=====================================
+
+ * Build fixes for close()/lseek() usage
+ * Show recording time in local time instead of UTC
+ * Improve resolving of symbols in presence of toolbox, flatpak,
+   and btrfs
+ * Fix checking of paranoid state in Linux kernel
+ * Updated translations
+
 Overview of changes in Sysprof 3.42.0
 =====================================
 
diff --git a/data/org.gnome.Sysprof3.appdata.xml.in b/data/org.gnome.Sysprof3.appdata.xml.in
index fde82e07..0f2381a9 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.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 54c2e401..e8f31054 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('sysprof', 'c',
           license: ['GPL3+', 'GPL2+'],
-          version: '3.42.0',
+          version: '3.42.1',
     meson_version: '>=0.51.0',
   default_options: [ 'c_std=gnu11',
                      'cpp_std=c++11',
@@ -8,7 +8,7 @@ project('sysprof', 'c',
   ]
 )
 
-symbolic_version = '41.0'
+symbolic_version = '41.1'
 
 gnome = import('gnome')
 pkgconfig = import('pkgconfig')


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