Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/notes/previous_versions/supported_versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Version 2.14
Version 2.6 (maintenance)
-------------------------

.. include:: v2.6.11.rst
.. include:: v2.6.10.rst
.. include:: v2.6.9.rst
.. include:: v2.6.8.rst
Expand Down
32 changes: 32 additions & 0 deletions docs/notes/previous_versions/v2.6.11.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
`Version 2.6.11 (maintenance) <https://fast-dds.docs.eprosima.com/en/v2.6.11/index.html>`_
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. important::
According to our
`release support guidelines <https://github.com/eProsima/Fast-DDS/blob/master/RELEASE_SUPPORT.md>`_
the v2.6 minor will only receive patches for critical issues and security fixes.

This release includes the following **critical fixes**:

#. Fix `CVE-2025-62599 <https://www.cve.org/CVERecord?id=CVE-2025-62599>`_
#. Fix `CVE-2025-62600 <https://www.cve.org/CVERecord?id=CVE-2025-62600>`_
#. Fix `CVE-2025-62601 <https://www.cve.org/CVERecord?id=CVE-2025-62601>`_
#. Fix `CVE-2025-62602 <https://www.cve.org/CVERecord?id=CVE-2025-62602>`_
#. Fix `CVE-2025-62603 <https://www.cve.org/CVERecord?id=CVE-2025-62603>`_
#. Fix `CVE-2025-64098 <https://www.cve.org/CVERecord?id=CVE-2025-64098>`_
#. Fix `CVE-2025-62799 <https://www.cve.org/CVERecord?id=CVE-2025-62799>`_
#. Fix `CVE-2025-64438 <https://www.cve.org/CVERecord?id=CVE-2025-64438>`_
#. Fix `CVE-2025-65016 <https://www.cve.org/CVERecord?id=CVE-2025-65016>`_

This release includes the following **improvements**:

#. Verify Safe DDS signature
#. Improvements in message receiver
#. Regenerate types with Fast DDS Gen 2.1.4
#. Upgrade to Fast CDR v1.0.29

This release includes the following **ci management updates**:

#. Add ``uncrustify`` to Github CI
#. Remove deprecated windows 2019 from CI in favor of 2022
#. Upgrade to macOS Sequoia
4 changes: 2 additions & 2 deletions docs/notes/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The following table shows the currently supported versions of Fast DDS and their
- March 2025 (*)
* - 2.6 (maintenance)
- `2.6.x <https://github.com/eProsima/Fast-DDS/tree/2.6.x>`__
- `v2.6.10 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.6.10>`__
- `v2.6.11 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.6.11>`__
- March 2022
- July 2024
- May 2025
Expand Down Expand Up @@ -575,7 +575,7 @@ Fast DDS as the core middleware.
* - `Fast DDS python <https://github.com/eProsima/Fast-DDS-python/>`__
- `v1.0.2 <https://github.com/eProsima/Fast-DDS-python/releases/tag/v1.0.2>`__
* - `Shapes Demo <https://github.com/eProsima/ShapesDemo/>`__
- `v2.6.10 <https://github.com/eProsima/ShapesDemo/releases/tag/v2.6.10>`__
- `v2.6.11 <https://github.com/eProsima/ShapesDemo/releases/tag/v2.6.11>`__
* - `Discovery Server <https://github.com/eProsima/Discovery-Server/>`__
- `v1.2.1 <https://github.com/eProsima/Discovery-Server/releases/tag/v1.2.1>`__

Expand Down