mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
Release 3.34.0
This commit is contained in:
7
NEWS
7
NEWS
@ -1,3 +1,10 @@
|
|||||||
|
Overview of changes in Sysprof 3.34.0
|
||||||
|
=====================================
|
||||||
|
|
||||||
|
* Help fixes
|
||||||
|
* Build and test fixes
|
||||||
|
* Translation updates
|
||||||
|
|
||||||
Overview of changes in Sysprof 3.33.92
|
Overview of changes in Sysprof 3.33.92
|
||||||
======================================
|
======================================
|
||||||
|
|
||||||
|
|||||||
@ -37,7 +37,7 @@
|
|||||||
</provides>
|
</provides>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release version="3.33.90" date="2019-08-08"/>
|
<release version="3.34.0" date="2019-09-09"/>
|
||||||
</releases>
|
</releases>
|
||||||
|
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
project('sysprof', ['c', 'cpp'],
|
project('sysprof', ['c', 'cpp'],
|
||||||
license: ['GPL3+', 'GPL2+'],
|
license: ['GPL3+', 'GPL2+'],
|
||||||
version: '3.33.92',
|
version: '3.34.0',
|
||||||
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