[sysprof] Release 3.33.90



commit cc9c6c1dc84b7bca5898ec4845cea6d48ea74e3d
Author: Christian Hergert <chergert redhat com>
Date:   Thu Aug 8 16:12:39 2019 -0700

    Release 3.33.90

 NEWS                                   | 11 +++++++++++
 data/org.gnome.Sysprof3.appdata.xml.in |  2 +-
 meson.build                            |  2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 92b7058..281c715 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Overview of changes in Sysprof 3.33.90
+======================================
+
+ • Tweak CSS styling a bit
+ • Hide RAPL rows if no counters were discovered
+ • Fix --no-battery in sysprof-cli
+ • Improve parsing of /proc/mounts and /proc/pid/mountinfo
+ • Improve support for using libsysprof from Flatpak
+ • Symbol directories are removed from public ABI and consumers should
+   now add directories to SysprofElfSymbolResolver directly
+
 Overview of changes in Sysprof 3.33.4
 =====================================
 
diff --git a/data/org.gnome.Sysprof3.appdata.xml.in b/data/org.gnome.Sysprof3.appdata.xml.in
index a414fc7..f4919cf 100644
--- a/data/org.gnome.Sysprof3.appdata.xml.in
+++ b/data/org.gnome.Sysprof3.appdata.xml.in
@@ -37,7 +37,7 @@
   </provides>
 
   <releases>
-    <release version="3.33.3" date="2019-06-25"/>
+    <release version="3.33.90" date="2019-08-08"/>
   </releases>
 
   <metadata_license>CC0-1.0</metadata_license>
diff --git a/meson.build b/meson.build
index 3b9d8ab..395e36d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('sysprof', ['c', 'cpp'],
         license: ['GPL3+', 'GPL2+'],
-        version: '3.33.4',
+        version: '3.33.90',
   meson_version: '>=0.49.0',
   default_options: [ 'c_std=gnu11',
                      'cpp_std=c++11',


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