From 5b5a79e3e067bd90c3c0a4e2cbb73b197eed36d7 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Tue, 13 Mar 2018 17:46:55 -0700 Subject: [PATCH] Release 3.28 --- NEWS | 10 ++++++++++ meson.build | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2549653b..d056bca3 100644 --- a/NEWS +++ b/NEWS @@ -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 ====================================== diff --git a/meson.build b/meson.build index bcb68e6b..3986273f 100644 --- a/meson.build +++ b/meson.build @@ -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',