mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
release 3.22.3
This commit is contained in:
17
NEWS
17
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
|
||||
=====================================
|
||||
|
||||
|
||||
@ -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])
|
||||
|
||||
Reference in New Issue
Block a user