-
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 to v2.10.0 and Fast DDS v2.10.0 release notes (#472)
* Refs #17830: bump version to v2.10.0 Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #17830: add Fast DDS v2.10.0 release notes Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #17830: fix build and CI issues Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #17830: fix spelling Signed-off-by: JLBuenoLopez-eProsima <[email protected]> --------- Signed-off-by: JLBuenoLopez-eProsima <[email protected]>
- Loading branch information
1 parent
4225311
commit e963b2b
Showing
4 changed files
with
106 additions
and
17 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,23 @@ | ||
Version 2.9.1 | ||
^^^^^^^^^^^^^ | ||
|
||
This release includes the following **bugfixes**: | ||
|
||
1. **Synchronization fixes**: | ||
1. Fix deadlock in Writer Liveliness Protocol (WLP) using intraprocess. | ||
2. Fix data race in | ||
:cpp:func:`DomainParticipant::set_listener()<eprosima::fastdds::dds::DomainParticipant::set_listener>`. | ||
3. Fix deadlock on TLS closure. | ||
2. **Other fixes**: | ||
1. Fix notification lost. | ||
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. Use shared pointers for internal singletons. | ||
4. Support CCache on Windows. | ||
5. Avoid null dereference on fuzzer. | ||
6. 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*. |
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 |
---|---|---|
|
@@ -94,6 +94,7 @@ fastcdr | |
fastdds | ||
fastddsgen | ||
foonathan | ||
functors | ||
fuzzer | ||
GCC | ||
GCM | ||
|