Skip to content

Commit

Permalink
Changelog for 8.4.1. (#147)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored Nov 25, 2024
1 parent 9722d25 commit 0e64eb8
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lttngpy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package lttngpy
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Add python3-dev build_depend to lttngpy. (`#146 <https://github.com/ros2/ros2_tracing/issues/146>`_)
* Don't try to build on BSD (`#142 <https://github.com/ros2/ros2_tracing/issues/142>`_)
* Contributors: Chris Lalancette, Scott K Logan

8.4.0 (2024-10-15)
------------------
* Allow enabling syscalls through ``ros2 trace`` or the Trace action (`#137 <https://github.com/ros2/ros2_tracing/issues/137>`_)
Expand Down
3 changes: 3 additions & 0 deletions ros2trace/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ros2trace
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

8.4.0 (2024-10-15)
------------------

Expand Down
3 changes: 3 additions & 0 deletions test_ros2trace/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package test_ros2trace
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

8.4.0 (2024-10-15)
------------------
* Allow enabling syscalls through ``ros2 trace`` or the Trace action (`#137 <https://github.com/ros2/ros2_tracing/issues/137>`_)
Expand Down
9 changes: 9 additions & 0 deletions test_tracetools/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog for package test_tracetools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Don't try to build on BSD (`#142 <https://github.com/ros2/ros2_tracing/issues/142>`_)
The 'BSD' variable was added in CMake 3.25. Note that variables which
are not defined will evaluate to 'False', so this shouldn't regress
platforms using CMake versions older than 3.25.
* Refactor and split test_service into test\_{service,client} (`#144 <https://github.com/ros2/ros2_tracing/issues/144>`_)
* Contributors: Christophe Bedard, Scott K Logan

8.4.0 (2024-10-15)
------------------
* Change expected rmw GID array size to 16 bytes (`#138 <https://github.com/ros2/ros2_tracing/issues/138>`_)
Expand Down
3 changes: 3 additions & 0 deletions test_tracetools_launch/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package test_tracetools_launch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

8.4.0 (2024-10-15)
------------------
* Allow enabling syscalls through ``ros2 trace`` or the Trace action (`#137 <https://github.com/ros2/ros2_tracing/issues/137>`_)
Expand Down
5 changes: 5 additions & 0 deletions tracetools/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package tracetools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Don't try to build on BSD (`#142 <https://github.com/ros2/ros2_tracing/issues/142>`_)
* Contributors: Scott K Logan

8.4.0 (2024-10-15)
------------------
* Change expected rmw GID array size to 16 bytes (`#138 <https://github.com/ros2/ros2_tracing/issues/138>`_)
Expand Down
3 changes: 3 additions & 0 deletions tracetools_launch/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package tracetools_launch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

8.4.0 (2024-10-15)
------------------
* Allow enabling syscalls through ``ros2 trace`` or the Trace action (`#137 <https://github.com/ros2/ros2_tracing/issues/137>`_)
Expand Down
3 changes: 3 additions & 0 deletions tracetools_read/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package tracetools_read
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

8.4.0 (2024-10-15)
------------------

Expand Down
3 changes: 3 additions & 0 deletions tracetools_test/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package tracetools_test
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

8.4.0 (2024-10-15)
------------------
* Run relevant test_tracetools tests with all instrumented rmw impls (`#116 <https://github.com/ros2/ros2_tracing/issues/116>`_)
Expand Down
3 changes: 3 additions & 0 deletions tracetools_trace/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package tracetools_trace
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

8.4.0 (2024-10-15)
------------------
* Allow enabling syscalls through ``ros2 trace`` or the Trace action (`#137 <https://github.com/ros2/ros2_tracing/issues/137>`_)
Expand Down

0 comments on commit 0e64eb8

Please sign in to comment.