-
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 2.8.2 EOL and release notes Signed-off-by: Javier Santiago <[email protected]> * Added missing word to spelling_wordlist Signed-off-by: Javier Santiago <[email protected]> * Refs #17831: Applied suggestions Signed-off-by: Javier Santiago <[email protected]> * Fixed spelling list Signed-off-by: Javier Santiago <[email protected]> * Remove literals included Signed-off-by: Mario Dominguez <[email protected]> --------- Signed-off-by: Javier Santiago <[email protected]> Signed-off-by: Mario Dominguez <[email protected]> Co-authored-by: Mario Dominguez <[email protected]>
- Loading branch information
Showing
5 changed files
with
79 additions
and
28 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,33 @@ | ||
Version 2.8.1 (EOL) | ||
^^^^^^^^^^^^^^^^^^^ | ||
|
||
This release includes the following **bugfixes**: | ||
|
||
1. Statistics module fixes: | ||
1. Increase statistics DataWriter history. | ||
2. Fix Statistics module CI. | ||
3. Install Statistics IDL file. | ||
4. Fix for building in old compilers. | ||
5. Fix core dumped in `DomainParticipant::delete_contained_entities-api`. | ||
|
||
1. Address sanitizer fixes: | ||
1. Add ASAN CI job and ``SANITIZE`` :ref:`CMake option <cmake_options>`. | ||
2. Fixes reported by address sanitizer. | ||
|
||
1. Synchronization fixes: | ||
1. Fix data races when creating DataWriters. | ||
2. Ensure ``shared_mutex`` implementation is consistent throughout supported platforms. | ||
|
||
1. Other fixes: | ||
1. Include missing ReadCondition header. | ||
2. Fix selection of output locators. | ||
3. Fix null-dereference on ``parseXMLEnumDynamicType``. | ||
4. Include ``2.8.x`` branch release support. | ||
5. Send GAPs correctly when using separate sending. | ||
6. Fixes for building in old compilers. | ||
7. Fix `DataReader::read_next_instance-api` and `DataReader::take_next_instance-api` implementation. | ||
|
||
.. 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