File sysprof.changes of Package sysprof
-------------------------------------------------------------------
Thu Oct 5 13:17:45 UTC 2017 - dimstar@opensuse.org
- Update to version 3.26.1:
+ Add missing FAQ to help documentation.
-------------------------------------------------------------------
Sat Sep 16 14:43:18 UTC 2017 - zaitor@opensuse.org
- Update to version 3.26.0:
+ No changes, stable bump only.
-------------------------------------------------------------------
Wed Sep 6 23:29:09 UTC 2017 - dimstar@opensuse.org
- Update to version 3.25.92:
+ Additional help topics.
+ Fix for a potential divide-by-zero when generating callgraphs.
+ Alignment attributes to allow building on armel/armhf/mipsel.
+ About dialog is now modal.
+ Each new Sysprof window gets its own window group.
+ Updated translations.
-------------------------------------------------------------------
Tue Apr 25 11:05:58 UTC 2017 - dimstar@opensuse.org
- Update to version 3.24.1:
+ About dialog is now modal to it's direct parent only.
+ Updated translations.
-------------------------------------------------------------------
Mon Mar 20 09:17:36 UTC 2017 - zaitor@opensuse.org
- Update to version 3.24.0:
+ Use gtk_show_uri_on_window() to improve help window placement
on Wayland.
+ Updated translations.
-------------------------------------------------------------------
Tue Mar 14 13:27:51 UTC 2017 - dimstar@opensuse.org
- Update to version 3.23.92:
+ Compilation fix for 32-bit ARM.
+ Updated translations.
-------------------------------------------------------------------
Wed Mar 1 13:26:35 UTC 2017 - zaitor@opensuse.org
- Update to version 3.23.91:
+ Various compilation checks based on results from ARM builders.
+ Support for setting symbol directories to affect symbol
resolution.
+ Translate paths from /newroot/ into the host filesystem when
possible. This should allow some degree of profiling
container-based applications and still resolve symbols on the
host. Builder does this now when profiling Flatpak-based
applications.
+ Updated translations.
-------------------------------------------------------------------
Sat Feb 18 17:53:31 UTC 2017 - dimstar@opensuse.org
- Update to version 3.23.90:
+ Build system support for Meson.
+ Appdata support has been added.
+ Desktop file can be translated.
+ Updated translations.
-------------------------------------------------------------------
Wed Nov 30 10:24:02 UTC 2016 - zaitor@opensuse.org
- Update to version 3.22.3:
+ Fix expansion of function text in callgraph.
+ Fix jump-to-function in callees list.
+ Disable record button while generating callgraph profile.
+ Ensure sysprof icons are available form libsysprof-ui-2.
+ sysprof-cli requires --force to overwrite previous capture.
+ Reduce code duplication in capture frame initialization.
+ Updated translations.
-------------------------------------------------------------------
Wed Nov 2 18:18:28 UTC 2016 - zaitor@opensuse.org
- Update to version 3.22.2:
+ 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 writing the opportunistic end-time header.
+ Capture cursor should short circuit when no read delegate was
found.
+ Updated translations.
-------------------------------------------------------------------
Sat Oct 15 11:27:09 UTC 2016 - zaitor@opensuse.org
- Update to version 3.22.1:
+ 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.
+ Updated translations.
- Pass --disable-Werror to configure, we do not need to handle
warnings as errors.
-------------------------------------------------------------------
Mon Sep 19 22:26:05 UTC 2016 - zaitor@opensuse.org
- Update to version 3.22.0:
+ Updated translations.
-------------------------------------------------------------------
Fri Sep 2 08:40:22 UTC 2016 - zaitor@opensuse.org
- Update to version 3.21.91:
+ Allow collapsing the callgraph tree with Left arrow.
+ Add a full barrier before writing data_tail as suggested by
Perf kernel documentation.
+ 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.
- Drop sysprof-correct-gettext-domain.patch: Fixed upstream.
-------------------------------------------------------------------
Sat Aug 27 21:56:42 UTC 2016 - zaitor@opensuse.org
- Initial package, version 3.21.90.