mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 15:40:53 +00:00
Release 48.rc
A little late but should help distributions doing integration.
This commit is contained in:
8
NEWS
8
NEWS
@ -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
|
||||||
======================================
|
======================================
|
||||||
|
|
||||||
|
|||||||
@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user