-
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.
Bump version to v2.6.4 and add Fast DDS v2.6.4 release notes (#445)
* Refs #16801: bump Fast DDS docs version Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #16801: Fast DDS v2.6.4 release notes Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #16801: fix spelling Signed-off-by: JLBuenoLopez-eProsima <[email protected]> Signed-off-by: JLBuenoLopez-eProsima <[email protected]>
- Loading branch information
1 parent
f40e4c0
commit 5b2aa0b
Showing
4 changed files
with
34 additions
and
19 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
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,26 @@ | ||
Version 2.6.3 | ||
^^^^^^^^^^^^^ | ||
|
||
This release includes the following **improvements**: | ||
|
||
1. Upgrade CMake minimum requirement to 3.13. | ||
2. Improve :cpp:struct:`Guid_t<eprosima::fastrtps::rtps::Guid_t>` operator ``<`` performance. | ||
|
||
This release includes the following **bugfixes**: | ||
|
||
1. Add python3 dependency to package.xml. | ||
2. Fix complex member printing for DynamicDataHelper. | ||
3. Fix selection of output locators. | ||
4. Fix null references on XML parser. | ||
5. Fix data races when creating DataWriters. | ||
6. Send GAPs correctly when using separate sending. | ||
7. Install Statistics IDL file. | ||
8. Fixes for building in older compilers. | ||
9. Fix deadlock when removing DomainParticipant when using SECURITY. | ||
10. Ensure ``shared_mutex`` implementation is consistent throughout supported platforms. | ||
11. Other minor fixes and improvements. | ||
|
||
.. 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*. |