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
2903f08d
Commit
2903f08d
authored
Nov 04, 2021
by
Christian Hergert
Browse files
release 3.42.1
parent
708dd8d6
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
2903f08d
Overview of changes in Sysprof 3.42.1
=====================================
* Build fixes for close()/lseek() usage
* Show recording time in local time instead of UTC
* Improve resolving of symbols in presence of toolbox, flatpak,
and btrfs
* Fix checking of paranoid state in Linux kernel
* Updated translations
Overview of changes in Sysprof 3.42.0
=====================================
...
...
data/org.gnome.Sysprof3.appdata.xml.in
View file @
2903f08d
...
...
@@ -37,6 +37,7 @@
</provides>
<releases>
<release
version=
"3.42.1"
date=
"2021-11-04"
/>
<release
version=
"3.42.0"
date=
"2021-09-21"
/>
</releases>
...
...
meson.build
View file @
2903f08d
project
(
'sysprof'
,
'c'
,
license
:
[
'GPL3+'
,
'GPL2+'
],
version
:
'3.42.
0
'
,
version
:
'3.42.
1
'
,
meson_version
:
'>=0.51.0'
,
default_options
:
[
'c_std=gnu11'
,
'cpp_std=c++11'
,
...
...
@@ -8,7 +8,7 @@ project('sysprof', 'c',
]
)
symbolic_version
=
'41.
0
'
symbolic_version
=
'41.
1
'
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