Update changelogs

This commit is contained in:
Christophe Bedard 2019-08-15 15:27:15 +02:00
parent 7af9ecce8b
commit 29bef96284
3 changed files with 15 additions and 0 deletions

View file

@ -2,6 +2,11 @@
Changelog for package tracetools_launch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
* Check if OS is Windows when getting shared lib path
* Contributors: Christophe Bedard
0.2.4 (2019-08-14)
------------------
* Add LD_PRELOAD support for profiling in Trace action

View file

@ -2,6 +2,11 @@
Changelog for package tracetools_read
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
* Move babeltrace interface functions to separate file to avoid importing it needlessly
* Contributors: Christophe Bedard
0.2.3 (2019-08-05)
------------------
* Move tracetools_read.utils to the init file

View file

@ -2,6 +2,11 @@
Changelog for package tracetools_trace
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
* Make lttng interface silently do nothing if lttng cannot be imported
* Contributors: Christophe Bedard
0.2.2 (2019-08-01)
------------------
* Revert "Replace special character to fix encoding issue"