mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
Release 47.0
This commit is contained in:
15
NEWS
15
NEWS
@ -1,3 +1,18 @@
|
|||||||
|
Overview of changes in Sysprof 47.0
|
||||||
|
===================================
|
||||||
|
|
||||||
|
* Speed up capture loading using gtk_tim_sort().
|
||||||
|
* Speed up capture loading using a private bump allocator
|
||||||
|
for callgraph nodes.
|
||||||
|
* Use AdwAboutDialog.
|
||||||
|
* Add GIO and Mutter to graphics section.
|
||||||
|
* Fix use of tracefd on some child processes.
|
||||||
|
* Fix some use of blocking FDs.
|
||||||
|
* Collapse some recursive functions in callgraphs.
|
||||||
|
* Improve styling of waterfall labels.
|
||||||
|
* Allow polkit to be optional in some situations.
|
||||||
|
* Translation updates.
|
||||||
|
|
||||||
Overview of changes in Sysprof 47.beta
|
Overview of changes in Sysprof 47.beta
|
||||||
======================================
|
======================================
|
||||||
|
|
||||||
|
|||||||
@ -46,10 +46,7 @@
|
|||||||
</provides>
|
</provides>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release version="45.1" date="2023-10-24"/>
|
<release version="47.0" date="2024-09-13"/>
|
||||||
<release version="45" date="2023-09-17"/>
|
|
||||||
<release version="45~rc" date="2023-09-01"/>
|
|
||||||
<release version="45~beta" date="2023-08-07"/>
|
|
||||||
</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: 'GPL-3.0-or-later',
|
license: 'GPL-3.0-or-later',
|
||||||
version: '47.rc',
|
version: '47.0',
|
||||||
meson_version: '>= 1.0.0',
|
meson_version: '>= 1.0.0',
|
||||||
default_options: [ 'c_std=gnu17',
|
default_options: [ 'c_std=gnu17',
|
||||||
'cpp_std=gnu++17',
|
'cpp_std=gnu++17',
|
||||||
|
|||||||
Reference in New Issue
Block a user