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',