Release 3.42.0 (GNOME 41.0)

This commit is contained in:
Christian Hergert
2021-09-21 16:41:52 -07:00
parent 5a7d79f0b4
commit f49681cb23
3 changed files with 9 additions and 9 deletions

6
NEWS
View File

@ -1,3 +1,9 @@
Overview of changes in Sysprof 3.42.0
=====================================
* Much work has been done to improve path resolution of maps found within
containers such as podman, toolbox, and flatpak.
Overview of changes in Sysprof 3.40.1 Overview of changes in Sysprof 3.40.1
===================================== =====================================

View File

@ -37,13 +37,7 @@
</provides> </provides>
<releases> <releases>
<release version="3.39.94" date="2021-02-25"/> <release version="3.42.0" date="2021-09-21"/>
<release version="3.39.92" date="2021-02-23"/>
<release version="3.39.90" date="2021-01-14"/>
<release version="3.38.1" date="2020-10-15"/>
<release version="3.38.0" date="2020-09-12"/>
<release version="3.37.92" date="2020-09-06"/>
<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>

View File

@ -1,6 +1,6 @@
project('sysprof', 'c', project('sysprof', 'c',
license: ['GPL3+', 'GPL2+'], license: ['GPL3+', 'GPL2+'],
version: '3.40.1', version: '3.42.0',
meson_version: '>=0.51.0', meson_version: '>=0.51.0',
default_options: [ 'c_std=gnu11', default_options: [ 'c_std=gnu11',
'cpp_std=c++11', 'cpp_std=c++11',
@ -8,7 +8,7 @@ project('sysprof', 'c',
] ]
) )
symbolic_version = '40.0' symbolic_version = '41.0'
gnome = import('gnome') gnome = import('gnome')
pkgconfig = import('pkgconfig') pkgconfig = import('pkgconfig')