[sysprof] Release 3.39.94 (40.beta2)
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof] Release 3.39.94 (40.beta2)
- Date: Thu, 25 Feb 2021 22:44:30 +0000 (UTC)
commit 311405fd84a751cc461e2af3e2c83a5c15ffa786
Author: Christian Hergert <chergert redhat com>
Date: Thu Feb 25 14:43:14 2021 -0800
Release 3.39.94 (40.beta2)
NEWS | 17 +++++++++++++++++
data/org.gnome.Sysprof3.appdata.xml.in | 1 +
meson.build | 4 ++--
3 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8c58b8c..4226bd6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Overview of changes in Sysprof 3.39.94
+======================================
+
+ * Fix some licenses in headers.
+ * Add API to sysprofd/libsysprof to tweak.
+ /proc/sys/kernel/perf_event_paranoid to improve capture quality.
+ Tooling will now always try to change this value while profiling
+ the system and ignore upon failure.
+ * ftruncate() before overwriting proc files.
+ * GTK aid has been removed as it is always enabled through the
+ use of control-fd now.
+ * Add a new Overlay capture frame type for mapping overlays between
+ the host and the process filesystem namespace.
+ * Use overlays to map podman containers to overlay directories
+ * Use overlays to map flatpak containers to overlay directories for
+ both /app and /usr.
+
Overview of changes in Sysprof 3.39.92
======================================
diff --git a/data/org.gnome.Sysprof3.appdata.xml.in b/data/org.gnome.Sysprof3.appdata.xml.in
index 8289360..83ff585 100644
--- a/data/org.gnome.Sysprof3.appdata.xml.in
+++ b/data/org.gnome.Sysprof3.appdata.xml.in
@@ -37,6 +37,7 @@
</provides>
<releases>
+ <release version="3.39.94" date="2021-02-25"/>
<release version="3.39.92" date="2021-02-23"/>
<release version="3.39.90" date="2021-01-14"/>
<release version="3.38.1" date="2020-10-15"/>
diff --git a/meson.build b/meson.build
index 4fe72a1..7fabbba 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('sysprof', 'c',
license: ['GPL3+', 'GPL2+'],
- version: '3.39.92',
+ version: '3.39.94',
meson_version: '>=0.51.0',
default_options: [ 'c_std=gnu11',
'cpp_std=c++11',
@@ -8,7 +8,7 @@ project('sysprof', 'c',
]
)
-symbolic_version = '40.beta1'
+symbolic_version = '40.beta2'
gnome = import('gnome')
pkgconfig = import('pkgconfig')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]