release 3.30.0

This commit is contained in:
Christian Hergert
2018-09-04 21:45:44 -07:00
parent d2a8f16e97
commit 139a6365a8
2 changed files with 13 additions and 1 deletions

12
NEWS
View File

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

View File

@ -1,6 +1,6 @@
project('sysprof', ['c', 'cpp'],
license: ['GPL3+', 'GPL2+'],
version: '3.29.3',
version: '3.30.0',
meson_version: '>=0.40.1',
default_options: [
'c_std=gnu11',