Release 46.rc

This commit is contained in:
Christian Hergert
2024-03-03 14:36:36 -08:00
parent 2e28a45929
commit b7c74d2a43
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@ -1,3 +1,12 @@
Overview of changes in Sysprof 46.rc
====================================
Changes since 46.beta
* Avoid C99 restrict keyword when using C++
* Add --monitor-bus option to sysprof-cli to record bus address
* Fix compiler warning on integer comparison
Overview of changes in Sysprof 46.beta
======================================

View File

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