Release 3.37.2

This commit is contained in:
Christian Hergert
2020-07-28 09:21:20 -07:00
parent 0c8e60ee33
commit 4f4674c54f
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@ -1,3 +1,12 @@
Overview of changes in Sysprof 3.37.2
=====================================
* sysprof-capture no longer requires GLib and therefore the ABI has
been bumped to 4. This allowed Sysprof to be used form GLib without
circular dependencies
* Various UI tweaks
* Support for use as a subproject
Overview of changes in Sysprof 3.36.0
=====================================

View File

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