diff --git a/tracetools/CHANGELOG.rst b/tracetools/CHANGELOG.rst index f9e2973..48f52da 100644 --- a/tracetools/CHANGELOG.rst +++ b/tracetools/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package tracetools ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Export -rdynamic using ament_export_link_flags and modern CMake +* Contributors: Christophe Bedard, Dirk Thomas + 0.3.0 (2020-03-04) ------------------ * Various improvements to the build setup and CMakeLists.txt diff --git a/tracetools_launch/CHANGELOG.rst b/tracetools_launch/CHANGELOG.rst index aa8c046..31d59ad 100644 --- a/tracetools_launch/CHANGELOG.rst +++ b/tracetools_launch/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog for package tracetools_launch ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Document what kind of lib_name LdPreload expects +* Add logs for LdPreload action on success or failure +* Contributors: Christophe Bedard + 0.3.0 (2020-03-04) ------------------ * Add logs for trace action init and fini diff --git a/tracetools_test/CHANGELOG.rst b/tracetools_test/CHANGELOG.rst index 0ef941f..6bc8ad5 100644 --- a/tracetools_test/CHANGELOG.rst +++ b/tracetools_test/CHANGELOG.rst @@ -2,6 +2,13 @@ Changelog for package tracetools_test ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Add test_depend on python3-pytest-cov for tracetools_test +* Call ament_add_pytest_test only once for tracetools_test +* Move test_utils from tracetools to tracetools_test +* Contributors: Christophe Bedard + 0.3.0 (2020-03-04) ------------------ * Merge and update service test to cover callback registration diff --git a/tracetools_trace/CHANGELOG.rst b/tracetools_trace/CHANGELOG.rst index 4ec5c3b..d3db9f7 100644 --- a/tracetools_trace/CHANGELOG.rst +++ b/tracetools_trace/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package tracetools_trace ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Start a session daemon if there isn't one before setting up tracing +* Contributors: Christophe Bedard + 0.3.0 (2020-03-04) ------------------ * Add more context types and refactor mapping between name and constant