From 827eadd1d48befd8a02f8dbbfa99d8e39b08f6dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Bueno=20L=C3=B3pez?= <69244257+JLBuenoLopez-eProsima@users.noreply.github.com> Date: Wed, 29 Mar 2023 07:07:54 +0200 Subject: [PATCH] Fix Fast DDS v2.10.0 release notes (#473) Signed-off-by: JLBuenoLopez-eProsima --- docs/notes/notes.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/notes/notes.rst b/docs/notes/notes.rst index bcbf76475..453e1ae5c 100644 --- a/docs/notes/notes.rst +++ b/docs/notes/notes.rst @@ -77,14 +77,15 @@ This release includes the following **fixes**: 3. **Synchronization fixes** 1. Take mutex when removing local reader in WLP. 2. Fix data races in SecurityManager authentication process. -4. CI fixes +4. **CI fixes** 1. Fix test building when using ``GTEST_INDIVIDUAL`` :ref:`CMake option `. 2. Fix overflow in received samples in performance tests. -5. Example fixes +5. **Example fixes** 1. Avoid creating entities within callbacks in DynamicHelloWorldExample. -6. Repository fixes + 2. Remove Asio dependency from DeadlineQoSExample. +6. **Repository fixes** 1. Remove 2.7.x as active branch. -7. Community supported platforms +7. **Community supported platforms** 1. Include right header when building for iOS. .. note::