Release 3.28

This commit is contained in:
Christian Hergert
2018-03-13 17:46:55 -07:00
parent c3d1fd0ff8
commit 5b5a79e3e0
2 changed files with 11 additions and 1 deletions

10
NEWS
View File

@ -1,3 +1,13 @@
Overview of changes in Sysprof 3.28.0
=====================================
* SpCaptureWriter now pre-initializes the scratch buffer to zero
to pacify valgrind.
Translations:
* Swedish
Overview of changes in Sysprof 3.27.92
======================================

View File

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