diff --git a/tracetools_launch/CHANGELOG.rst b/tracetools_launch/CHANGELOG.rst index 48b9558..903efae 100644 --- a/tracetools_launch/CHANGELOG.rst +++ b/tracetools_launch/CHANGELOG.rst @@ -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 diff --git a/tracetools_read/CHANGELOG.rst b/tracetools_read/CHANGELOG.rst index baa2eab..114b0c1 100644 --- a/tracetools_read/CHANGELOG.rst +++ b/tracetools_read/CHANGELOG.rst @@ -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 diff --git a/tracetools_trace/CHANGELOG.rst b/tracetools_trace/CHANGELOG.rst index 13d7fb3..a9d2248 100644 --- a/tracetools_trace/CHANGELOG.rst +++ b/tracetools_trace/CHANGELOG.rst @@ -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"