mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 23:20:54 +00:00
release 3.22.2
This commit is contained in:
15
NEWS
15
NEWS
@ -1,3 +1,18 @@
|
|||||||
|
Overview of changes in Sysprof 3.22.2
|
||||||
|
=====================================
|
||||||
|
|
||||||
|
Changes since 3.22.1
|
||||||
|
|
||||||
|
* ftruncate() when creating a capture in case we overwrite a previous
|
||||||
|
capture file. This ensures we don't leave junk at the end of the
|
||||||
|
capture.
|
||||||
|
* Handle EAGAIN when writin the opportunistic end-time header.
|
||||||
|
* Capture cursor should short circuit when no read delegate was found.
|
||||||
|
|
||||||
|
Translations:
|
||||||
|
|
||||||
|
* Czech and Slovak translations were updated.
|
||||||
|
|
||||||
Overview of changes in Sysprof 3.22.1
|
Overview of changes in Sysprof 3.22.1
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@ dnl Define Versioning Information
|
|||||||
dnl ***********************************************************************
|
dnl ***********************************************************************
|
||||||
m4_define([major_version],[3])
|
m4_define([major_version],[3])
|
||||||
m4_define([minor_version],[22])
|
m4_define([minor_version],[22])
|
||||||
m4_define([micro_version],[1])
|
m4_define([micro_version],[2])
|
||||||
m4_define([package_version],[major_version.minor_version.micro_version])
|
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([bug_report_url],[https://bugzilla.gnome.org/enter_bug.cgi?product=sysprof])
|
||||||
m4_define([api_version],[2])
|
m4_define([api_version],[2])
|
||||||
|
|||||||
Reference in New Issue
Block a user