-
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 13336. Bump version. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs 13336. Notes for 2.5.0. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs 13261: Add links Signed-off-by: Eduardo Ponz <eduardoponz@eprosima.com> Co-authored-by: Eduardo Ponz <eduardoponz@eprosima.com>
- Loading branch information
1 parent
08dd7bd
commit 91900a9
Showing
5 changed files
with
83 additions
and
30 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,37 @@ | ||
Version 2.4.1 | ||
^^^^^^^^^^^^^ | ||
|
||
This release includes the following **improvements**: | ||
|
||
1. Fixed several flaky tests | ||
2. Improved bandwidth usage of GAPs and HEARTBEATs | ||
3. Correctly implement delete_contained_entities | ||
4. Use native inter-process on Windows | ||
5. Improved performance of unregister_instance | ||
6. Improved OSS-fuzz integration | ||
7. Support for partitions on DataWriterQoS and DataReaderQoS | ||
8. Some documentation improvements | ||
9. Removed unused macro to avoid naming clashes | ||
|
||
This release includes the following **bugfixes**: | ||
|
||
1. Avoid bad_node_size exception when cross building | ||
2. Fixed build on old compilers | ||
3. Fixed buffers exhaustion when compiled with statistics | ||
4. Fixed runtime addition of Discovery Servers | ||
5. Fixed dangling sample references with big data | ||
6. Fixed history record issues with persistence | ||
7. Correctly disable DataReader on destruction | ||
8. Fixed alignment issues on XTypes QoS policies serialization | ||
9. Fixed reconnection to Discovery Server | ||
10. Correctly use builtin publisher for statistics DataWriters | ||
11. Fixed various GCC-11 warnings | ||
12. Use only public APIs from foonathan::memory | ||
13. Fixed installation directories for DDS examples | ||
14. Fixed read after free on security code | ||
|
||
.. 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