mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
Release 3.37.2
This commit is contained in:
9
NEWS
9
NEWS
@ -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
|
Overview of changes in Sysprof 3.36.0
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
project('sysprof', 'c',
|
project('sysprof', 'c',
|
||||||
license: ['GPL3+', 'GPL2+'],
|
license: ['GPL3+', 'GPL2+'],
|
||||||
version: '3.37.1',
|
version: '3.37.2',
|
||||||
meson_version: '>=0.50.0',
|
meson_version: '>=0.50.0',
|
||||||
default_options: [ 'c_std=gnu11',
|
default_options: [ 'c_std=gnu11',
|
||||||
'cpp_std=c++11',
|
'cpp_std=c++11',
|
||||||
|
|||||||
Reference in New Issue
Block a user