release 3.37.92

This commit is contained in:
Christian Hergert
2020-09-06 13:33:52 -07:00
parent 70f47b2bf2
commit 56b6dc55f6
3 changed files with 11 additions and 1 deletions

9
NEWS
View File

@ -1,3 +1,12 @@
Overview of changes in Sysprof 3.37.92
======================================
* Build system fixes
* Fix incorrect warnings
* Add various missing capture APIs for GTK
* Be more careful about when polkit is queried
* Translation updates
Overview of changes in Sysprof 3.37.90
======================================

View File

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

View File

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