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
311405fd
Commit
311405fd
authored
Feb 25, 2021
by
Christian Hergert
Browse files
Release 3.39.94 (40.beta2)
parent
7e92b3e1
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
311405fd
Overview of changes in Sysprof 3.39.94
======================================
* Fix some licenses in headers.
* Add API to sysprofd/libsysprof to tweak.
/proc/sys/kernel/perf_event_paranoid to improve capture quality.
Tooling will now always try to change this value while profiling
the system and ignore upon failure.
* ftruncate() before overwriting proc files.
* GTK aid has been removed as it is always enabled through the
use of control-fd now.
* Add a new Overlay capture frame type for mapping overlays between
the host and the process filesystem namespace.
* Use overlays to map podman containers to overlay directories
* Use overlays to map flatpak containers to overlay directories for
both /app and /usr.
Overview of changes in Sysprof 3.39.92
======================================
...
...
data/org.gnome.Sysprof3.appdata.xml.in
View file @
311405fd
...
...
@@ -37,6 +37,7 @@
</provides>
<releases>
<release
version=
"3.39.94"
date=
"2021-02-25"
/>
<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"
/>
...
...
meson.build
View file @
311405fd
project
(
'sysprof'
,
'c'
,
license
:
[
'GPL3+'
,
'GPL2+'
],
version
:
'3.39.9
2
'
,
version
:
'3.39.9
4
'
,
meson_version
:
'>=0.51.0'
,
default_options
:
[
'c_std=gnu11'
,
'cpp_std=c++11'
,
...
...
@@ -8,7 +8,7 @@ project('sysprof', 'c',
]
)
symbolic_version
=
'40.beta
1
'
symbolic_version
=
'40.beta
2
'
gnome
=
import
(
'gnome'
)
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