mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
release 3.31.91
This commit is contained in:
5
NEWS
5
NEWS
@ -1,3 +1,8 @@
|
||||
Overview of changes in Sysprof 3.31.91
|
||||
======================================
|
||||
|
||||
* Handle cancellation during profiler startup more gracefully.
|
||||
|
||||
Overview of changes in Sysprof 3.31.90
|
||||
======================================
|
||||
|
||||
|
||||
@ -36,6 +36,7 @@
|
||||
</provides>
|
||||
|
||||
<releases>
|
||||
<release version="3.31.91" date="2019-02-18"/>
|
||||
<release version="3.31.90" date="2019-02-07"/>
|
||||
<release version="3.31.1" date="2018-10-08"/>
|
||||
</releases>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
project('sysprof', ['c', 'cpp'],
|
||||
license: ['GPL3+', 'GPL2+'],
|
||||
version: '3.31.90',
|
||||
version: '3.31.91',
|
||||
meson_version: '>=0.47.2',
|
||||
default_options: [
|
||||
'c_std=gnu11',
|
||||
|
||||
Reference in New Issue
Block a user