[sysprof] release 3.36.0



commit dcaeba54ee6c24f9e5b1c5e5fcf98036d05e7d65
Author: Christian Hergert <chergert redhat com>
Date:   Fri Mar 6 14:03:33 2020 -0800

    release 3.36.0

 NEWS        | 10 ++++++++++
 meson.build |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 1d27ab8..e92317f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes in Sysprof 3.36.0
+=====================================
+
+ * Preload library has been moved to $libdir from $libexecdir
+ * Build system improvements
+ * Fix whole-system capture setting when using "Record Again" feature
+ * New SysprofCollector interfaces for samples, marks, and logs to
+   sit alongside allocations
+ * Translation updates
+
 Overview of changes in Sysprof 3.35.92
 ======================================
 
diff --git a/meson.build b/meson.build
index 8c734a3..b9d8b1a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('sysprof', ['c', 'cpp'],
           license: ['GPL3+', 'GPL2+'],
-          version: '3.35.92',
+          version: '3.36.0',
     meson_version: '>=0.50.0',
   default_options: [ 'c_std=gnu11',
                      'cpp_std=c++11',


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