mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
Release 46.beta
This commit is contained in:
12
NEWS
12
NEWS
@ -1,3 +1,15 @@
|
|||||||
|
Overview of changes in Sysprof 46.beta
|
||||||
|
======================================
|
||||||
|
|
||||||
|
Changes since 45
|
||||||
|
|
||||||
|
* Rust and C++ demangler improvements
|
||||||
|
* Protection against extremely large mark collections
|
||||||
|
* Various fixes for parsing certain load bearing /proc files
|
||||||
|
* Improved stack trace categorization
|
||||||
|
* Fix use of pointer cursor
|
||||||
|
* Translation updates
|
||||||
|
|
||||||
Overview of changes in Sysprof 45.0
|
Overview of changes in Sysprof 45.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: '46.alpha',
|
version: '46.beta',
|
||||||
meson_version: '>=0.62.0',
|
meson_version: '>=0.62.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