mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Release 48.beta
This commit is contained in:
20
NEWS
20
NEWS
@ -1,3 +1,23 @@
|
|||||||
|
Overview of changes in Sysprof 48.beta
|
||||||
|
======================================
|
||||||
|
|
||||||
|
* Ensure local dbus-monitor is reaped after capturing
|
||||||
|
* Modernization for various GTK deprecations
|
||||||
|
* Add new symbolizer for debuginfod which is enabled by default
|
||||||
|
* Many performance improvements for capture loading
|
||||||
|
* Support for unwinding without frame-pointers on distributions
|
||||||
|
lacking -fno-omit-frame-pointer at the toolchain level. This
|
||||||
|
uses a new "sysprof-live-unwinder" elevated helper process
|
||||||
|
which takes data from perf and unwinds the stack as soon as
|
||||||
|
it can without capturing the perf data to disk.
|
||||||
|
Thank you to Red Hat and the tools team for enabling this
|
||||||
|
work for RHEL.
|
||||||
|
* The greeter now persists your settings and restores them the
|
||||||
|
next time you run Sysprof.
|
||||||
|
* Various graph drawing improvements.
|
||||||
|
* Fixes for time display in various formats.
|
||||||
|
* Translation updates.
|
||||||
|
|
||||||
Overview of changes in Sysprof 47.0
|
Overview of changes in Sysprof 47.0
|
||||||
===================================
|
===================================
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
project('sysprof', 'c', 'cpp',
|
project('sysprof', 'c', 'cpp',
|
||||||
license: 'GPL-3.0-or-later',
|
license: 'GPL-3.0-or-later',
|
||||||
version: '48.alpha',
|
version: '48.beta',
|
||||||
meson_version: '>= 1.0.0',
|
meson_version: '>= 1.0.0',
|
||||||
default_options: [ 'c_std=gnu17',
|
default_options: [ 'c_std=gnu17',
|
||||||
'cpp_std=gnu++17',
|
'cpp_std=gnu++17',
|
||||||
|
|||||||
Reference in New Issue
Block a user