release 3.21.91

This commit is contained in:
Christian Hergert
2016-09-01 21:34:14 -07:00
parent 69338ee16e
commit cfb27ba97e
2 changed files with 18 additions and 2 deletions

16
NEWS
View File

@ -1,3 +1,19 @@
Overview of changes in Sysprof 3.21.91
======================================
Sysprof 3.21.91 is here with a few changes as we stabilize for 3.22.
* Allow collapsing the callgraph tree with Left arrow.
* Add a full barrier before writing data_tail as suggested by
Perf kernel documentation. (Ray Strode)
* Support for additional architectures has been enabled by the use
of C11 atomics.
* Require -std=gnu11 for stdatomic.h
* Correct gettext domain for translation files (Kalev Lember)
If you have fun and interesting architectures, please give them a try!
Overview of changes in Sysprof 3.21.90
======================================