diff --git a/NEWS b/NEWS index 645c0d4e..80dda9df 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +Overview of changes in Sysprof 3.22.3 +===================================== + +Changes since 3.22.2 + + * Fix expansion of function text in callgraph. + * Fix jump-to-function in callees list. + * Disable record button while generating callgraph profile. + * Ensure sysprof icons are available form libsysprof-ui-2. + * sysprof-cli requires --force to overwrite previous capture. [Hubert Figuière] + * Reduce code duplication in capture frame initialization. [Vito Caputo] + +Translations: + + * Brazilian Portuguese and Polish translations were updated. + [Enrico Nicoletto, Piotr Drąg] + Overview of changes in Sysprof 3.22.2 ===================================== diff --git a/configure.ac b/configure.ac index 661eff23..9eff4f55 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ dnl Define Versioning Information dnl *********************************************************************** m4_define([major_version],[3]) m4_define([minor_version],[22]) -m4_define([micro_version],[2]) +m4_define([micro_version],[3]) m4_define([package_version],[major_version.minor_version.micro_version]) m4_define([bug_report_url],[https://bugzilla.gnome.org/enter_bug.cgi?product=sysprof]) m4_define([api_version],[2])