Release Sysprof 3.46.0 (GNOME 43.0)

This commit is contained in:
Christian Hergert
2022-09-17 13:14:35 -07:00
parent e2393d23c1
commit d2b678d1d5
2 changed files with 11 additions and 2 deletions

9
NEWS
View File

@ -1,3 +1,12 @@
Overview of changes in Sysprof 3.46.0
=====================================
* sysprof-cli is now statically linked
* sysprof-agent now has a --decode option to decode symbols at the end
of a capture, similar to what sysprof-cli can do.
* A crash in the Elf symbol resolver has been fixed.
* Translation updates
Overview of changes in Sysprof 3.45.1
=====================================

View File

@ -1,6 +1,6 @@
project('sysprof', 'c',
license: ['GPL3+', 'GPL2+'],
version: '3.45.2',
version: '3.46.0',
meson_version: '>=0.59.0',
default_options: [ 'c_std=gnu11',
'cpp_std=c++11',
@ -8,7 +8,7 @@ project('sysprof', 'c',
]
)
symbolic_version = '43.alpha0'
symbolic_version = '43.0'
gnome = import('gnome', required: get_option('gtk'))
pkgconfig = import('pkgconfig')