Release 3.33.90

This commit is contained in:
Christian Hergert
2019-08-08 16:12:39 -07:00
parent 753a698563
commit cc9c6c1dc8
3 changed files with 13 additions and 2 deletions

11
NEWS
View File

@ -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
=====================================

View File

@ -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>

View File

@ -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',