Skip to content

Commit

Permalink
Fix spelling errors
Browse files Browse the repository at this point in the history
Signed-off-by: elianalf <[email protected]>
  • Loading branch information
elianalf committed Dec 20, 2023
1 parent 7c65c0f commit 0505612
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/notes/notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ Version 2.13.0
This release includes the following **features**:

1. Support :ref:`Monitor Service<monitor_service>`.
2. Enable configuration of :ref:`thread settings<threadsettingsqos>` for all threads (both through the C++ API and XML configuration files).
2. Enable configuration of :ref:`thread settings<threadsettingsqos>` for all threads
(both through the C++ API and XML configuration files).
3. Support `Autofill port` (automatic assignment of a port) for :ref:`TCP Transport<transport_tcp_tcp>` listening port.
4. Support :ref:`TCP for Discovery Server<use-case-tcp-discovery-server>` CLI and environment variable.
5. Usage of gtest_discover_tests.
5. Usage of `gtest_discover_tests`.
6. Define a :ref:`super client<env_vars_ros_super_client>` by environment variable.
7. Support adding interfaces to the :ref:`interface whitelist<whitelist-interfaces>` by the name.
8. Add new methods to configure :ref:`Builtin Transport<transport_tcp_enabling>`.
Expand All @@ -32,7 +33,7 @@ This release includes the following **features**:

This release includes the following **improvements**:

1. Rerun failed tests with ctest option instead of colcon's.
1. Rerun failed tests with `ctest` option instead of colcon's.
2. Add CCache to all CI jobs.

This release includes the following **fixes**:
Expand All @@ -50,12 +51,12 @@ This release includes the following **fixes**:
9. Fix set affinity directive for Android.
10. Fix Monitor Service types & test without security.
11. Fix TCP deadlock on channel reuse.
12. Fix dns filter in `CMakeLists` file for tests.
12. Fix DNS filter in `CMakeLists` file for tests.
13. Fix memory issues related to ciphering payload.
14. Fix a bad-free when receiving a malformed `DATA_FRAG` submessage.
15. Fix CVE-2023-50257.
16. Fix compilation of Fast DDS Python tests.
17. Fix data race on writer destruction while sending hearbeat.
17. Fix data race on writer destruction while sending heartbeat.
18. Fix build with TLS, when `SECURITY=OFF` and `NO_TLS=OFF`.

2. CI fixes:
Expand Down

0 comments on commit 0505612

Please sign in to comment.