Release 40.alpha1 (3.39.90)

This commit is contained in:
Christian Hergert
2021-01-14 15:38:44 -08:00
parent 23e1652989
commit 14ae3e7c77
3 changed files with 12 additions and 1 deletions

10
NEWS
View File

@ -1,3 +1,13 @@
Overview of changes in Sysprof 3.39.90
======================================
* Build fixes for macOS
* polkit is optional (again) for sysprof-cli
* Various fixes in kernel symbol resolving
* Fix build when stack-protector is not used
* Support elfparser on some interesting platforms
* Translation updates
Overview of changes in Sysprof 3.38.1
=====================================

View File

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

View File

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