-
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.
Include Fast DDS v2.12.0 release notes (#561)
* Refs #19490: include Fast DDS v2.12.0 release notes Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #19490: update with latest Fast DDS PRs Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #19490: Fix spelling Signed-off-by: EduPonz <[email protected]> --------- Signed-off-by: JLBuenoLopez-eProsima <[email protected]> Signed-off-by: EduPonz <[email protected]> Co-authored-by: EduPonz <[email protected]>
- Loading branch information
1 parent
e237870
commit 5bc3073
Showing
4 changed files
with
102 additions
and
10 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,19 @@ | ||
Version 2.11.2 | ||
^^^^^^^^^^^^^^ | ||
|
||
This release includes the following **improvements**: | ||
|
||
1. Improve Shared Memory resilience to crashing participants | ||
2. User configuration for :ref:`Shared Memory metatraffic <property_policies_shm_enforce_metatraffic>` | ||
3. Performance improvements on intraprocess and data-sharing | ||
|
||
This release includes the following **fixes**: | ||
|
||
1. Remove Mutex from TimedEventImpl | ||
2. Replace uint64_t by 8 in ``alignas`` specifier | ||
3. Fix XMLParser null-dereference in ``parseLogConfig`` | ||
|
||
.. 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