Release 48.rc

A little late but should help distributions doing integration.
This commit is contained in:
Christian Hergert
2025-03-11 10:12:20 -07:00
parent dc698e6d5b
commit 001c7ea15a
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

@ -1,3 +1,11 @@
Overview of changes in Sysprof 48.rc
====================================
* Fix drawing of Y-reversed data point markers
* Make greeter save environment variables to state file for reuse
* Use D-Bus power profiles bus name rather than legacy D-Bus bus name
* Translation updates
Overview of changes in Sysprof 48.beta Overview of changes in Sysprof 48.beta
====================================== ======================================

View File

@ -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.beta', version: '48.rc',
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',