Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
sysprof
Commits
d2b678d1
Commit
d2b678d1
authored
Sep 17, 2022
by
Christian Hergert
Browse files
Release Sysprof 3.46.0 (GNOME 43.0)
parent
e2393d23
Pipeline
#444956
passed with stage
in 3 minutes and 52 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
d2b678d1
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
=====================================
...
...
meson.build
View file @
d2b678d1
project
(
'sysprof'
,
'c'
,
license
:
[
'GPL3+'
,
'GPL2+'
],
version
:
'3.4
5.2
'
,
version
:
'3.4
6.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.
alpha
0'
symbolic_version
=
'43.0'
gnome
=
import
(
'gnome'
,
required
:
get_option
(
'gtk'
))
pkgconfig
=
import
(
'pkgconfig'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment