-
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 12525. Removed warning on data sharing. Signed-off-by: Miguel Company <[email protected]> * Refs 12525. Notes for 2.4.0. Signed-off-by: Miguel Company <[email protected]> * Refs 12525. Bump to 2.4.0. Signed-off-by: Miguel Company <[email protected]>
- Loading branch information
1 parent
5d68120
commit f39df94
Showing
4 changed files
with
78 additions
and
35 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.3.4 | ||
^^^^^^^^^^^^^ | ||
|
||
This release includes the following **improvements**: | ||
|
||
1. Support of googletest using colcon | ||
2. Network latency reports source participant | ||
3. Update Fast DDS Gen to v2.0.2 | ||
|
||
This release includes the following **bugfixes**: | ||
|
||
1. Fix mutex lock count on :class:`PDPListener` | ||
2. Limit :class:`SequenceNumberSet` number of bits on deserialization | ||
3. Fix segmentation fault on discovery server | ||
4. Fix deadlock with security and timers | ||
5. Fix bug using not protected code in a test | ||
6. Fix deadlock with :class:`LivelinessManager` | ||
7. Fix interval loop on events | ||
8. Fix run event when was cancelled | ||
9. Validate sequence range on :class:`CDRMessage::readSequenceNumberSet` | ||
10. Fix subscription throughput data generation | ||
11. Allow examples to build on QNX | ||
12. Fix code on SHM clean | ||
13. Accept Statistics DataWriters in Discovery Server | ||
14. Fix read/take behavior when a future change is found | ||
15. Correctly handle deserialization errors on ``read_next_sample()`` / ``take_next_sample()`` | ||
16. Fixing :class:`SequenceNumberSet_t` deserialization | ||
17. Proper history clean up when a reader unmatches a writer | ||
18. Unprotected code loaning samples | ||
19. Fix publication throughput statistic on volatile writers | ||
20. Fix Fast DDS CLI server name | ||
21. Several fixes in examples and tests | ||
|
||
.. 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*. |