diff --git a/ros2trace/CHANGELOG.rst b/ros2trace/CHANGELOG.rst index a29c850..dc5091d 100644 --- a/ros2trace/CHANGELOG.rst +++ b/ros2trace/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package ros2trace ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Expose context enabling through CLI and Trace action +* Contributors: Christophe Bedard + 0.2.11 (2019-12-09) ------------------- * Remove duplicated code for trace command diff --git a/tracetools/CHANGELOG.rst b/tracetools/CHANGELOG.rst index 65da9b3..a4454c9 100644 --- a/tracetools/CHANGELOG.rst +++ b/tracetools/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package tracetools ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Various improvements to the build setup and CMakeLists.txt +* Contributors: Christophe Bedard, Stephen Brawner + 0.2.10 (2019-11-17) ------------------- * Add new rclcpp_subscription_init tracepoint to support new intra-process comms diff --git a/tracetools_launch/CHANGELOG.rst b/tracetools_launch/CHANGELOG.rst index d08f105..6e46dd3 100644 --- a/tracetools_launch/CHANGELOG.rst +++ b/tracetools_launch/CHANGELOG.rst @@ -2,6 +2,13 @@ Changelog for package tracetools_launch ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Add logs for trace action init and fini +* Expose context enabling through CLI and Trace action +* Extract LdPreload action from Trace action to support preloading any lib +* Contributors: Christophe Bedard + 0.2.12 (2019-12-09) ------------------- * Use imperative mood in constructor docstring. diff --git a/tracetools_test/CHANGELOG.rst b/tracetools_test/CHANGELOG.rst index f0f55ab..bf83bae 100644 --- a/tracetools_test/CHANGELOG.rst +++ b/tracetools_test/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog for package tracetools_test ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Merge and update service test to cover callback registration +* Fix default value for events_kernel in TraceTestCase +* Contributors: Christophe Bedard + 0.2.12 (2019-12-09) ------------------- * Use imperative mood in constructor docstring. diff --git a/tracetools_trace/CHANGELOG.rst b/tracetools_trace/CHANGELOG.rst index ad7dbec..3899442 100644 --- a/tracetools_trace/CHANGELOG.rst +++ b/tracetools_trace/CHANGELOG.rst @@ -2,6 +2,16 @@ Changelog for package tracetools_trace ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Add more context types and refactor mapping between name and constant +* Check version of LTTng Python module and raise error if below 2.10.7 +* Add logs for trace action init and fini +* Expose context enabling through CLI and Trace action +* Add kmem_mm_page_alloc|free to default kernel events +* Remove sched_waking/sched_wakeup from the default kernel events list +* Contributors: Christophe Bedard + 0.2.11 (2019-12-09) ------------------- * Register Python packages in the ament index