mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
Release 3.33.90
This commit is contained in:
11
NEWS
11
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
|
Overview of changes in Sysprof 3.33.4
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
|
|||||||
@ -37,7 +37,7 @@
|
|||||||
</provides>
|
</provides>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release version="3.33.3" date="2019-06-25"/>
|
<release version="3.33.90" date="2019-08-08"/>
|
||||||
</releases>
|
</releases>
|
||||||
|
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
project('sysprof', ['c', 'cpp'],
|
project('sysprof', ['c', 'cpp'],
|
||||||
license: ['GPL3+', 'GPL2+'],
|
license: ['GPL3+', 'GPL2+'],
|
||||||
version: '3.33.4',
|
version: '3.33.90',
|
||||||
meson_version: '>=0.49.0',
|
meson_version: '>=0.49.0',
|
||||||
default_options: [ 'c_std=gnu11',
|
default_options: [ 'c_std=gnu11',
|
||||||
'cpp_std=c++11',
|
'cpp_std=c++11',
|
||||||
|
|||||||
Reference in New Issue
Block a user