Update changelogs
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
42dcf77a92
commit
f768c59111
5 changed files with 33 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue