mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 23:51:06 +00:00
Release 3.48.0 (GNOME 44.0)
This commit is contained in:
13
NEWS
13
NEWS
@ -1,3 +1,16 @@
|
|||||||
|
Overview of changes in Sysprof 3.48.0
|
||||||
|
=====================================
|
||||||
|
|
||||||
|
* Various a11y improvements
|
||||||
|
* Some widgets ported to GtkColumnView
|
||||||
|
* Sysprof-dump can now symbolicate instruction pointers
|
||||||
|
* Visualizer group fixes for missing rows
|
||||||
|
* Fixes for inheriting stdin when spawning processes
|
||||||
|
* Build system fixes to improve use as a meson subproject
|
||||||
|
* Additional shortcuts added to shortcut overlay
|
||||||
|
* LD_PRELOAD syntax fixes
|
||||||
|
* Translation updates
|
||||||
|
|
||||||
Overview of changes in Sysprof 3.46.0
|
Overview of changes in Sysprof 3.46.0
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
|
|||||||
@ -38,7 +38,7 @@
|
|||||||
</provides>
|
</provides>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release version="3.45.0" date="2022-07-11"/>
|
<release version="3.48.0" date="2023-03-17"/>
|
||||||
</releases>
|
</releases>
|
||||||
|
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
project('sysprof', 'c',
|
project('sysprof', 'c',
|
||||||
license: ['GPL3+', 'GPL2+'],
|
license: ['GPL3+', 'GPL2+'],
|
||||||
version: '3.46.1',
|
version: '3.48.0',
|
||||||
meson_version: '>=0.59.0',
|
meson_version: '>=0.59.0',
|
||||||
default_options: [ 'c_std=gnu11',
|
default_options: [ 'c_std=gnu11',
|
||||||
'cpp_std=c++11',
|
'cpp_std=c++11',
|
||||||
@ -8,7 +8,7 @@ project('sysprof', 'c',
|
|||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
symbolic_version = '43.0'
|
symbolic_version = '44.0'
|
||||||
|
|
||||||
gnome = import('gnome', required: get_option('gtk'))
|
gnome = import('gnome', required: get_option('gtk'))
|
||||||
pkgconfig = import('pkgconfig')
|
pkgconfig = import('pkgconfig')
|
||||||
|
|||||||
Reference in New Issue
Block a user