Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog for 8.4.1. #147

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading