Release 3.43.90

This commit is contained in:
Christian Hergert
2022-03-07 13:43:12 -08:00
parent eac37aaf92
commit c6dfe76810
3 changed files with 12 additions and 1 deletions

10
NEWS
View File

@ -1,3 +1,13 @@
Overview of changes in Sysprof 3.43.90
======================================
* Require libunwind unless disabled manually to help ensure
distributions are doing the right thing.
* Add allocation leaks section to memprof.
* Fix preloading of speedtrack
* Fix capture of mapped path names with spaces
* Translation updates
Overview of changes in Sysprof 3.42.1
=====================================

View File

@ -37,6 +37,7 @@
</provides>
<releases>
<release version="3.43.90" date="2022-03-07"/>
<release version="3.42.1" date="2021-11-04"/>
<release version="3.42.0" date="2021-09-21"/>
</releases>

View File

@ -1,6 +1,6 @@
project('sysprof', 'c',
license: ['GPL3+', 'GPL2+'],
version: '3.42.1',
version: '3.43.90',
meson_version: '>=0.51.0',
default_options: [ 'c_std=gnu11',
'cpp_std=c++11',