v2.4.2
IMPORTANT: This is the last patch release that will be made to v2.4, as it has arrived EOL.
This release includes the following improvements:
- Enable memory protection on DataSharing readers (#2474)
- Add const overload of DataReader::guid() (#2605)
- Set recommended statistics DataReaderQos to PREALLOCATED_WITH_REALLOC (#2557)
- Allow fully qualified name on MemberDescriptor (#2522)
This release includes the following bugfixes:
- Fix and refactor EDPSimple destructor (#2337)
- Fix several build warnings on certain platforms (#2400, #2504, #2514)
- Fix oss fuzz issues (#2340)
- Fix TCP synchronization issues (#2478)
- Correct reporting of MatchedStatus last_*_handle (#2547)
- Ensure correct boost singleton destruction order (#2357)
- Fix inserting minimum CacheChange_t in GAP message (#2465)
PRs in merge order:
#2337, #2340, #2400, #2357, #2465, #2474, #2504, #2514, #2478, #2522, #2547, #2557, #2605, #2632