Release 3.38.1

This commit is contained in:
Christian Hergert
2020-10-15 17:12:53 -07:00
parent eec5bb944b
commit 309ec5b091
3 changed files with 14 additions and 1 deletions

12
NEWS
View File

@ -1,3 +1,15 @@
Overview of changes in Sysprof 3.38.1
=====================================
* Support for translating paths to binary symbols has been improved when using
Btrfs subvolumes.
* Build system fixes
* Fixes for sysprof_capture_reader_list_files() to match expectations
* Load proper speedtrack library in LD_PRELOAD
* Fixes when generating pkg-config files
* Fixes when using musl libc
* Translation updates
Overview of changes in Sysprof 3.38.0 Overview of changes in Sysprof 3.38.0
===================================== =====================================

View File

@ -37,6 +37,7 @@
</provides> </provides>
<releases> <releases>
<release version="3.38.1" date="2020-10-15"/>
<release version="3.38.0" date="2020-09-12"/> <release version="3.38.0" date="2020-09-12"/>
<release version="3.37.92" date="2020-09-06"/> <release version="3.37.92" date="2020-09-06"/>
<release version="3.34.0" date="2019-09-09"/> <release version="3.34.0" date="2019-09-09"/>

View File

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