diff --git a/NEWS b/NEWS index 3d0e0153..a8796e64 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Overview of changes in Sysprof 3.39.90 +====================================== + + * Build fixes for macOS + * polkit is optional (again) for sysprof-cli + * Various fixes in kernel symbol resolving + * Fix build when stack-protector is not used + * Support elfparser on some interesting platforms + * Translation updates + Overview of changes in Sysprof 3.38.1 ===================================== diff --git a/data/org.gnome.Sysprof3.appdata.xml.in b/data/org.gnome.Sysprof3.appdata.xml.in index 85994ffb..9ec0d212 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 c3acb302..e600a49a 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('sysprof', 'c', license: ['GPL3+', 'GPL2+'], - version: '3.38.1', + version: '3.39.90', meson_version: '>=0.51.0', default_options: [ 'c_std=gnu11', 'cpp_std=c++11',