release 3.22.3

This commit is contained in:
Christian Hergert
2016-11-28 14:05:01 -08:00
parent 60305dc24b
commit 496f10e34a
2 changed files with 18 additions and 1 deletions

17
NEWS
View File

@ -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
=====================================

View File

@ -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])