Skip to content

Commit

Permalink
Added 2.8.2 notes and marked old 2.8.x releases as EOL (#480)
Browse files Browse the repository at this point in the history
* Added 2.8.2 notes and marked old 2.8.x releases as EOL

Signed-off-by: Javier Santiago <javiersantiago@eprosima.com>

* Fixes for 2.8.2 EOL branch (#481)

* Fixes for 2.8.2 EOL branch

Signed-off-by: Javier Santiago <javiersantiago@eprosima.com>

* Refs #17831: Applied suggestions

Signed-off-by: Javier Santiago <javiersantiago@eprosima.com>

---------

Signed-off-by: Javier Santiago <javiersantiago@eprosima.com>

---------

Signed-off-by: Javier Santiago <javiersantiago@eprosima.com>
  • Loading branch information
jsan-rt committed May 17, 2023
1 parent 6aebeed commit 1ec567e
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/notes/notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Previous versions
.. include:: previous_versions/v2.10.0.rst
.. include:: previous_versions/v2.9.1.rst
.. include:: previous_versions/v2.9.0.rst
.. include:: previous_versions/v2.8.2.rst
.. include:: previous_versions/v2.8.1.rst
.. include:: previous_versions/v2.8.0.rst
.. include:: previous_versions/v2.7.2.rst
Expand Down
4 changes: 2 additions & 2 deletions docs/notes/previous_versions/v2.8.0.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 2.8.0
^^^^^^^^^^^^^
Version 2.8.0 (EOL)
^^^^^^^^^^^^^^^^^^^

This minor release includes several new features, performance improvements (especially in the case of topics with many
instances), CI improvements (including the ability to run the CI in Android emulators or devices), and several bug
Expand Down
4 changes: 2 additions & 2 deletions docs/notes/previous_versions/v2.8.1.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 2.8.1
^^^^^^^^^^^^^
Version 2.8.1 (EOL)
^^^^^^^^^^^^^^^^^^^

This release includes the following **bugfixes**:

Expand Down
45 changes: 45 additions & 0 deletions docs/notes/previous_versions/v2.8.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
Version 2.8.2 (EOL)
^^^^^^^^^^^^^^^^^^^

This release includes the following **improvements**:

1. Add ASAN CI tests for Fast DDS and Discovery Server
2. Mirror master onto both 2.8.x & 2.9.x
3. Doxygen documentation: add deprecation notice to `ThroughputControllerDescriptor`
4. Several fixes to remove warnings in Ubuntu Jammy (22.04)
5. Improve behavior when `HAVE_STRICT_REALTIME` is not set
6. Using functors in `StatefulWriter.cpp` for_matched_readers
7. Fix build on old compilers
8. Avoid creation of DynamicTypes on example
9. Implement a validity check for `firstSN`

This release includes the following **bugfixes**:

1. Fix bug in Topic creation with different Type Name
2. Fix tests failing with subprocess aborted error
3. Fix communication with asymmetric ignoreParticipantFlags
4. Added `ignore_participant_flags()` to `Blackbox_FastRTPS` `PubSubReader`.
5. Fix Deadlock in `remove_participant` (ResourceEvent thread) when compiled WITH_SECURITY
6. Fix failed tests when compiling with statistics enabled
7. Fix Windows `StatistisQosTests.cpp` linkage and Failed test
8. Fixing deadlock in WLP
9. Fix notification lost
10. Fix `StatelessWriter` ACK check
11. Fix `total_unread_` consistent with reader's history upon `get_first_untaken_info()`
12. Fix chain of trust issues
13. Fixed StatisticsSubmessageData unaligned access
14. Fix build error when `GTEST_INDIVIDUAL` is OFF
15. Correctly handle builtin endpoints mask
16. Added missing mutex to `WLP::remove_local_reader`
17. Handle SIGTERM in fast discovery server
18. Improve auto gaps in data sharing
19. Replaced `SecurityManager` temporary `ProxyDatas` with `ProxyPools`
20. Fix crash when `disable_positive_acks` is enable and the remote reader is best-effort
21. Protect from uncaught exception during SHM Segment creation
22. Fix asio dependency
23. Include the right header when building for iOS

.. 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*.
1 change: 1 addition & 0 deletions docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ externality
fastcdr
fastdds
fastddsgen
firstSN
foonathan
functors
fuzzer
Expand Down

0 comments on commit 1ec567e

Please sign in to comment.