release 3.29.3

This commit is contained in:
Christian Hergert
2018-06-18 20:42:59 -07:00
parent f11bc530c3
commit 984d58f958
2 changed files with 22 additions and 1 deletions

21
NEWS
View File

@ -1,3 +1,24 @@
Overview of changes in Sysprof 3.29.3
=====================================
* Experimental tracking of various drm events (vblank and CRTC/MSC)
* Drawing code now uses double instead of float for additional precision
* CLOCK_MONOTONIC is now the preferred clock
* A new capture type of "mark" has been added to the capture format. It
supports an event name with a duration >= 0. We expect to integrate this
with a timechart in a future release.
* Various counters are automatically detected and displayed when opening a
capture file.
* Various cleanups to libsysprof-capture-2.a for re-usability
* A new in-tree tool "sysprof-cat" which can join multiple capture files
together gracefully.
* Fix a number of situations where cpu/pid were crossed.
Translations:
* Indonesian, German, Italian, Czech, Polish
Overview of changes in Sysprof 3.28.0
=====================================

View File

@ -1,6 +1,6 @@
project('sysprof', ['c', 'cpp'],
license: ['GPL3+', 'GPL2+'],
version: '3.29.0',
version: '3.29.3',
meson_version: '>=0.40.1',
default_options: [
'c_std=gnu11',