From 984d58f958bba18490f2bd82931b6ff6ad2f6129 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Mon, 18 Jun 2018 20:42:59 -0700 Subject: [PATCH] release 3.29.3 --- NEWS | 21 +++++++++++++++++++++ meson.build | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d056bca3..2ccb10a2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +Overview of changes in Sysprof 3.29.3 +===================================== + + * Experimental tracking of various drm events (vblank and CRTC/MSC) + * Drawing code now uses double instead of float for additional precision + * CLOCK_MONOTONIC is now the preferred clock + * A new capture type of "mark" has been added to the capture format. It + supports an event name with a duration >= 0. We expect to integrate this + with a timechart in a future release. + * Various counters are automatically detected and displayed when opening a + capture file. + * Various cleanups to libsysprof-capture-2.a for re-usability + * A new in-tree tool "sysprof-cat" which can join multiple capture files + together gracefully. + * Fix a number of situations where cpu/pid were crossed. + +Translations: + + * Indonesian, German, Italian, Czech, Polish + + Overview of changes in Sysprof 3.28.0 ===================================== diff --git a/meson.build b/meson.build index 7fc67886..8e533f51 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('sysprof', ['c', 'cpp'], license: ['GPL3+', 'GPL2+'], - version: '3.29.0', + version: '3.29.3', meson_version: '>=0.40.1', default_options: [ 'c_std=gnu11',