-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.6.6: Bump version and release notes (#539)
* Refs #19346. Move current notes to previous. Signed-off-by: Miguel Company <[email protected]> * Refs #19346. Added release notes. Signed-off-by: Miguel Company <[email protected]> * Refs #19346. Bump version to 2.6.6 Signed-off-by: Miguel Company <[email protected]> * Refs #19346. Update release notes. Signed-off-by: Miguel Company <[email protected]> * Refs #19346. Fixed spelling and include. Signed-off-by: Miguel Company <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]>
- Loading branch information
1 parent
f9fcc35
commit 9a41a6f
Showing
3 changed files
with
62 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
Version 2.6.5 | ||
^^^^^^^^^^^^^ | ||
|
||
This release includes the following **improvements**: | ||
|
||
1. Improve behavior when ``STRICT_REALTIME`` :ref:`CMake option <cmake_options>` is not enabled. | ||
2. Using functors for ``for_matched_readers`` parameter. | ||
3. Improve auto GAPs in Data Sharing. | ||
|
||
This release includes the following **bugfixes**: | ||
|
||
1. Fix RTPS StatelessWriter ACK check. | ||
2. Fix ``total_read_`` to be consistent with Reader's History after | ||
:cpp:func:`DataReader::get_first_untaken_info()<eprosima::fastdds::dds::DataReader::get_first_untaken_info>`. | ||
3. Add deprecation notice to ``ThroughputControllerDescriptor``. | ||
4. UBSan (Undefined Behavior Sanitizer) fixes. | ||
5. Several dependencies fixes upgrading to Ubuntu 22.04. | ||
6. Fix chain of trust issues with a single CA certificate. | ||
7. Correctly handle builtin endpoints mask. | ||
8. Take mutex when removing local reader in WLP. | ||
9. Handle ``SIGTERM`` signal in Fast DDS CLI. | ||
10. Fix data races in SecurityManager authentication process. | ||
11. Avoid creating entities within callbacks in DynamicHelloWorldExample. | ||
12. Remove Asio dependency from DeadlineQoSExample. | ||
13. Validity check for first sequence number. | ||
14. Include right header when building for iOS. | ||
15. Fix build on MSVC 19. | ||
16. Correctly assign multicast port to multicast initial peers. | ||
17. Select correct listener for | ||
:cpp:func:`on_requested_deadline_missed()<eprosima::fastdds::dds::DataReaderListener::on_requested_deadline_missed>`. | ||
18. Forward compatibility with boost inter-process 1.74+. | ||
19. Fix missing includes when building with GCC 13. | ||
20. Honor | ||
:cpp:var:`allow_unauthenticated_participants<eprosima::fastrtps::rtps::security::ParticipantSecurityAttributes::allow_unauthenticated_participants>` | ||
flag. | ||
21. Capture all Fast CDR exceptions. | ||
22. Fix example to delete Topic after deleting the corresponding Endpoint. | ||
23. Protect against uncaught exception in SHM segment creation. | ||
24. Initial acknack backoff. | ||
|
||
.. note:: | ||
If you are upgrading from a version older than 1.7.0, it is **required** to regenerate generated source from IDL | ||
files using *fastddsgen*. | ||
If you are upgrading from any older version, regenerating the code is *highly recommended*. |