Update changelogs

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
Christophe Bedard 2020-03-04 09:23:59 -08:00
parent 42dcf77a92
commit f768c59111
5 changed files with 33 additions and 0 deletions

View file

@ -2,6 +2,11 @@
Changelog for package ros2trace Changelog for package ros2trace
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
* Expose context enabling through CLI and Trace action
* Contributors: Christophe Bedard
0.2.11 (2019-12-09) 0.2.11 (2019-12-09)
------------------- -------------------
* Remove duplicated code for trace command * Remove duplicated code for trace command

View file

@ -2,6 +2,11 @@
Changelog for package tracetools 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) 0.2.10 (2019-11-17)
------------------- -------------------
* Add new rclcpp_subscription_init tracepoint to support new intra-process comms * Add new rclcpp_subscription_init tracepoint to support new intra-process comms

View file

@ -2,6 +2,13 @@
Changelog for package tracetools_launch 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) 0.2.12 (2019-12-09)
------------------- -------------------
* Use imperative mood in constructor docstring. * Use imperative mood in constructor docstring.

View file

@ -2,6 +2,12 @@
Changelog for package tracetools_test 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) 0.2.12 (2019-12-09)
------------------- -------------------
* Use imperative mood in constructor docstring. * Use imperative mood in constructor docstring.

View file

@ -2,6 +2,16 @@
Changelog for package tracetools_trace 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) 0.2.11 (2019-12-09)
------------------- -------------------
* Register Python packages in the ament index * Register Python packages in the ament index