From 8186638f4ec4a989c73a1e2a233a322a32e2d4e1 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Sat, 17 Feb 2024 11:24:52 -0800 Subject: [PATCH] Release 46.beta --- NEWS | 12 ++++++++++++ meson.build | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7c56b328..5426865d 100644 --- a/NEWS +++ b/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 =================================== diff --git a/meson.build b/meson.build index 2b5847a0..48b35538 100644 --- a/meson.build +++ b/meson.build @@ -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',