[sysprof] release 3.29.3



commit 984d58f958bba18490f2bd82931b6ff6ad2f6129
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jun 18 20:42:59 2018 -0700

    release 3.29.3

 NEWS        | 21 +++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 22 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index d056bca..2ccb10a 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 7fc6788..8e533f5 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',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]