mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
release 3.30.0
This commit is contained in:
12
NEWS
12
NEWS
@ -1,3 +1,15 @@
|
|||||||
|
Overview of changes in Sysprof 3.30.0
|
||||||
|
=====================================
|
||||||
|
|
||||||
|
* Fix incorrect free func for GPtrArray
|
||||||
|
* Various build system improvements
|
||||||
|
* ENABLE_POLKIT is now repsected in the kallsyms support
|
||||||
|
* suggested-action fixes for CSS
|
||||||
|
|
||||||
|
Translations:
|
||||||
|
|
||||||
|
* Swedish, Spanish, Brazilian Portuguese, Italian, and German
|
||||||
|
|
||||||
Overview of changes in Sysprof 3.29.3
|
Overview of changes in Sysprof 3.29.3
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
project('sysprof', ['c', 'cpp'],
|
project('sysprof', ['c', 'cpp'],
|
||||||
license: ['GPL3+', 'GPL2+'],
|
license: ['GPL3+', 'GPL2+'],
|
||||||
version: '3.29.3',
|
version: '3.30.0',
|
||||||
meson_version: '>=0.40.1',
|
meson_version: '>=0.40.1',
|
||||||
default_options: [
|
default_options: [
|
||||||
'c_std=gnu11',
|
'c_std=gnu11',
|
||||||
|
|||||||
Reference in New Issue
Block a user