-
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.
* Refs #15161: mark v2.5.x releases as EOL Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> * Refs #15161: add v2.5.2 release notes Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
- Loading branch information
1 parent
4ba4e36
commit db75dfa
Showing
4 changed files
with
25 additions
and
4 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,20 @@ | ||
Version 2.5.2 (EOL) | ||
^^^^^^^^^^^^^^^^^^^ | ||
This release includes the following **improvements**: | ||
|
||
1. Support lowercase keywords and hexadecimal values on SQL filter. | ||
2. Support for GCC 12. | ||
|
||
This release includes the following **bugfixes**: | ||
|
||
1. Fix MatchedStatus `last_*_handle`. | ||
2. Fix recommended statistics DataReaderQos to enable backwards compatibility. | ||
3. Fix deadlocks and data races. | ||
4. Fix empty partition validation checks. | ||
5. Fix corner case with reliable writers and samples with a huge number of fragments. | ||
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*. |