Release 46.beta

This commit is contained in:
Christian Hergert
2024-02-17 11:24:52 -08:00
parent d6ae0c0f5a
commit 8186638f4e
2 changed files with 13 additions and 1 deletions

12
NEWS
View File

@ -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
===================================

View File

@ -1,6 +1,6 @@
project('sysprof', 'c', 'cpp',
license: 'GPL-3.0-or-later',
version: '46.alpha',
version: '46.beta',
meson_version: '>=0.62.0',
default_options: [ 'c_std=gnu17',
'cpp_std=gnu++17',