release 3.22.2

This commit is contained in:
Christian Hergert
2016-11-01 14:06:34 -07:00
parent 757a62c692
commit 4412a566be
2 changed files with 16 additions and 1 deletions

15
NEWS
View File

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

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],[1])
m4_define([micro_version],[2])
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])