From 29bef962847d4ef08002c9efb1ac7685aee4ad87 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Thu, 15 Aug 2019 15:27:15 +0200 Subject: [PATCH] Update changelogs --- tracetools_launch/CHANGELOG.rst | 5 +++++ tracetools_read/CHANGELOG.rst | 5 +++++ tracetools_trace/CHANGELOG.rst | 5 +++++ 3 files changed, 15 insertions(+) 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"