diff --git a/NEWS b/NEWS index a8796e64..8c58b8cf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Overview of changes in Sysprof 3.39.92 +====================================== + + * Use pic when compiling static libsysprof-capture + * Some changes to podman symbol decoding + * Handle NULL readers gracefully from capture cursors + * Use g_memdup2() + * UI tweaks + * Translation updates + Overview of changes in Sysprof 3.39.90 ====================================== diff --git a/data/org.gnome.Sysprof3.appdata.xml.in b/data/org.gnome.Sysprof3.appdata.xml.in index 9ec0d212..8289360c 100644 --- a/data/org.gnome.Sysprof3.appdata.xml.in +++ b/data/org.gnome.Sysprof3.appdata.xml.in @@ -37,6 +37,7 @@ + diff --git a/meson.build b/meson.build index 2e33e501..4fe72a1c 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('sysprof', 'c', license: ['GPL3+', 'GPL2+'], - version: '3.39.90', + version: '3.39.92', meson_version: '>=0.51.0', default_options: [ 'c_std=gnu11', 'cpp_std=c++11',