[sysprof] release 3.27.91



commit 6fde0be959a5c207e74707f31bfc31365a65c9c1
Author: Christian Hergert <chergert redhat com>
Date:   Tue Feb 20 13:53:10 2018 -0800

    release 3.27.91

 NEWS        |   24 ++++++++++++++++++++++++
 meson.build |    2 +-
 2 files changed, 25 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5e60677..0dc6db0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Overview of changes in Sysprof 3.27.91
+======================================
+
+ * Sysprof now exclusively uses the meson build system.
+ * Improvements to the process filtering model used in the profiler popover.
+ * More tests for utility helpers.
+ * Some code was relicensed to LGPLv2.1+ to extend it's reusability.
+ * A new libsysprof-capture-2.a static library is installed to allow external
+   tooling to read and write the capture format. We expect tooling such as
+   GJS to use this in the future.
+ * A new kallsyms tokenizer was added.
+ * If we fail to parse kallsyms as the effective user, we now query the
+   sysprofd daemon to access and parse those symbols for us as root. This
+   requires polkit authorization on the DBus connection just like our
+   elevated perf_event_open() helper.
+ * Now that we have to deal with overlapping kernel and user-space memory,
+   Sysprof tries harder to check the current perf context. New API was
+   added to symbol resolvers to facilitate this.
+
+Translations:
+
+ * Czech, German, Polish
+
+
 Overview of changes in Sysprof 3.26.0
 =====================================
 
diff --git a/meson.build b/meson.build
index 24858e2..53e04bc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('sysprof', ['c', 'cpp'],
   license: ['GPL3+', 'GPL2+'],
-  version: '3.27.0',
+  version: '3.27.91',
   meson_version: '>=0.40.1',
   default_options: [
     'c_std=gnu11',


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