Release 47.0

This commit is contained in:
Christian Hergert
2024-09-13 19:28:13 -07:00
parent b8781e733c
commit 5513868c49
3 changed files with 17 additions and 5 deletions

15
NEWS
View File

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

View File

@ -46,10 +46,7 @@
</provides>
<releases>
<release version="45.1" date="2023-10-24"/>
<release version="45" date="2023-09-17"/>
<release version="45~rc" date="2023-09-01"/>
<release version="45~beta" date="2023-08-07"/>
<release version="47.0" date="2024-09-13"/>
</releases>
<metadata_license>CC0-1.0</metadata_license>

View File

@ -1,6 +1,6 @@
project('sysprof', 'c', 'cpp',
license: 'GPL-3.0-or-later',
version: '47.rc',
version: '47.0',
meson_version: '>= 1.0.0',
default_options: [ 'c_std=gnu17',
'cpp_std=gnu++17',