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
309ec5b0
Commit
309ec5b0
authored
Oct 15, 2020
by
Christian Hergert
Browse files
Release 3.38.1
parent
eec5bb94
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
309ec5b0
Overview of changes in Sysprof 3.38.1
=====================================
* Support for translating paths to binary symbols has been improved when using
Btrfs subvolumes.
* Build system fixes
* Fixes for sysprof_capture_reader_list_files() to match expectations
* Load proper speedtrack library in LD_PRELOAD
* Fixes when generating pkg-config files
* Fixes when using musl libc
* Translation updates
Overview of changes in Sysprof 3.38.0
=====================================
...
...
data/org.gnome.Sysprof3.appdata.xml.in
View file @
309ec5b0
...
...
@@ -37,6 +37,7 @@
</provides>
<releases>
<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"
/>
...
...
meson.build
View file @
309ec5b0
project
(
'sysprof'
,
'c'
,
license
:
[
'GPL3+'
,
'GPL2+'
],
version
:
'3.38.
0
'
,
version
:
'3.38.
1
'
,
meson_version
:
'>=0.51.0'
,
default_options
:
[
'c_std=gnu11'
,
'cpp_std=c++11'
,
...
...
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