commit 4412a566be00f85db56287520a2e3ee6aff1bb96
Author: Christian Hergert <chergert@redhat.com>
Date:   Tue Nov 1 14:06:34 2016 -0700

    release 3.22.2

M	NEWS
M	configure.ac

commit 757a62c69243389274f66d652c6da68428421bc0
Author: Christian Hergert <chergert@redhat.com>
Date:	Mon Oct 17 20:03:46 2016 -0700

    empty-state: allow action:// in labels

    This allows us to have an action in the label that can execute a UI
    element.

M	lib/sp-empty-state-view.c

commit 71e1134cbce95ecf8b9dee1d3a1c4328419a2aec
Author: Christian Hergert <chergert@redhat.com>
Date:	Sun Oct 16 13:23:16 2016 -0700

    capture-writer: ftruncate() when creating capture

    We risk overwriting existing data leaving our file in a somewhat
    broken
    state. So first ftruncate() to zero so we are starting from scratch.

M	lib/sp-capture-writer.c

commit cca23054fd8c6baabc55e78ee5a0aa96b968bab5
Author: Marek Černocký <marek@manet.cz>
Date:	Sun Oct 16 22:09:13 2016 +0200

    Updated Czech translation

M	po/cs.po

commit a321c8dda4d0ae15d7a39ef2c3a495c7306420b6
Author: Dušan Kazik <prescott66@gmail.com>
Date:	Sun Oct 16 19:46:32 2016 +0000

    Update Slovak translation

M	po/sk.po

commit 392aa177b6c966bee905d0daf69090f2ee9a526d
Author: Christian Hergert <chergert@redhat.com>
Date:	Sat Oct 15 10:26:36 2016 -0700

    capture-writer: handle EAGAIN

    This field is opportunistic, so failure isn't a big deal, but we
    can at
    least try again in an EAGAIN case. Should also squash a compiler
    warning
    about unused results.

M	lib/sp-capture-writer.c

commit a760a6ca1028f9231296c50f11bf01498e84fdbb
Author: Christian Hergert <chergert@redhat.com>
Date:	Fri Oct 14 11:40:55 2016 -0700

    build: silence some cast-align warnings on ARM

M	lib/sp-visualizer-ticks.c
M	lib/sp-zoom-manager.c

commit 4b95b38c0a2f984fce24af2e6fa717549df9c9d5
Author: Christian Hergert <chergert@redhat.com>
Date:	Wed Oct 12 01:35:13 2016 -0700

    capture-cursor: skip when no read delegate was found

    If we were skipping due to no matching read delegate, then
    we can just ignore any checks on that frame and move to the
    next.

M	lib/sp-capture-cursor.c

commit e22df464fb8054bf0e8d962aac6b3876c01ef1b9
Author: Christian Hergert <chergert@redhat.com>
Date:	Tue Oct 11 20:52:12 2016 -0700

    Release 3.22.1

    Overview of changes in Sysprof 3.22.1
    =====================================

    Changes since 3.22.0

     * A new data source called "hostinfo" has been added. It records
     various
       CPU datapoints as "counters" in the sysprof capture.
     * A new visualizers abstraction has been added so that we can start
       providing new ways to look at profiler data.
     * A CPU visualizer has been added which renders datapoints recorded
       from the hostinfo data source.
     * Selecting ranges of the visualizer will update the callgraph
     limiting
       stacktrace samples, to the given time range.
     * Missing headers are now installed which may be needed by
     applications
       using libsysprof-ui.
     * A keyboard shortcuts dialog has been added.
     * A theme manager has been added to allow us to provide custom
     CSS for
       various themes. Currently, we have additional styling added for
       Adwaita and Adwaita-dark.

M	NEWS

commit b10948a51a886c9e96b81aafdad14799e6539d87
Author: Christian Hergert <chergert@redhat.com>
Date:	Tue Oct 11 20:51:41 2016 -0700