Release 3.48.0 (GNOME 44.0)

This commit is contained in:
Christian Hergert
2023-03-17 12:11:30 -07:00
parent 15b6f9385b
commit 94a6aff06a
3 changed files with 16 additions and 3 deletions

13
NEWS
View File

@ -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
=====================================

View File

@ -38,7 +38,7 @@
</provides>
<releases>
<release version="3.45.0" date="2022-07-11"/>
<release version="3.48.0" date="2023-03-17"/>
</releases>
<metadata_license>CC0-1.0</metadata_license>

View File

@ -1,6 +1,6 @@
project('sysprof', 'c',
license: ['GPL3+', 'GPL2+'],
version: '3.46.1',
version: '3.48.0',
meson_version: '>=0.59.0',
default_options: [ 'c_std=gnu11',
'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'))
pkgconfig = import('pkgconfig')