Skip to content

Commit 730cf60

Browse files
mergify[bot]MiguelCompanyemiliocuestaf
authored
Update after releasing v2.6.11 (#1179) (#1186)
* Update after releasing v2.6.11 (#1179) * Refs #23085. Add notes from v2.6.11 Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #23085. Bump release in versions table. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #23085. Bump shapes-demo release Signed-off-by: Miguel Company <miguelcompany@eprosima.com> --------- Signed-off-by: Miguel Company <miguelcompany@eprosima.com> (cherry picked from commit 35b12f7) # Conflicts: # docs/notes/previous_versions/supported_versions.rst # docs/notes/versions.rst * Fix conflicts Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com> * Add missing st file for v2.6.10 Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com> --------- Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com> Co-authored-by: Miguel Company <miguelcompany@eprosima.com> Co-authored-by: Emilio Cuesta <emiliocuesta@eprosima.com>
1 parent 131e842 commit 730cf60

4 files changed

Lines changed: 120 additions & 1 deletion

File tree

docs/notes/previous_versions/supported_versions.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Version 2.14
1414
Version 2.6 (maintenance)
1515
-------------------------
1616

17+
.. include:: v2.6.11.rst
18+
.. include:: v2.6.10.rst
1719
.. include:: v2.6.9.rst
1820
.. include:: v2.6.8.rst
1921
.. include:: v2.6.7.rst
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
`Version 2.6.10 (maintenance) <https://fast-dds.docs.eprosima.com/en/v2.6.10/index.html>`_
2+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3+
4+
.. important::
5+
According to our
6+
`release support guidelines <https://github.com/eProsima/Fast-DDS/blob/master/RELEASE_SUPPORT.md>`_
7+
the v2.6 minor will only receive patches for critical issues and security fixes.
8+
9+
This release includes the following **critical fixes**:
10+
11+
#. Fix `CVE-2025-24807 <https://www.cve.org/CVERecord?id=CVE-2025-24807>`__
12+
#. Discard changes with big ``key-only`` payload and no key hash
13+
#. Update types regeneration script ``homing`` path
14+
#. Fix topic interference on ``liveliness_changed`` status
15+
16+
This release includes the following **improvements**:
17+
18+
#. Add ``unsigned`` specification to literals
19+
#. Update commercial support section in README
20+
#. Update ``sqlite`` from ``3.36.0`` to ``3.47.2``
21+
22+
This release includes the following **ci management updates**:
23+
24+
#. Exclude flaky tests when compiling without security
25+
#. Fix python version in sanitizers CI
26+
#. Fix Windows CI and add vanilla build step in Ubuntu CI
27+
#. Update submodules when cloning Fast DDS on CI
28+
#. Add Ubuntu weekly CI
29+
#. Allow running CI on external contributions
30+
#. Use ``eProsima-CI`` action to install ``Qt``
31+
#. Add references to new nightly jobs per supported branch in README
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
`Version 2.6.11 (maintenance) <https://fast-dds.docs.eprosima.com/en/v2.6.11/index.html>`_
2+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3+
4+
.. important::
5+
According to our
6+
`release support guidelines <https://github.com/eProsima/Fast-DDS/blob/master/RELEASE_SUPPORT.md>`_
7+
the v2.6 minor will only receive patches for critical issues and security fixes.
8+
9+
This release includes the following **critical fixes**:
10+
11+
#. Fix `CVE-2025-62599 <https://www.cve.org/CVERecord?id=CVE-2025-62599>`_
12+
#. Fix `CVE-2025-62600 <https://www.cve.org/CVERecord?id=CVE-2025-62600>`_
13+
#. Fix `CVE-2025-62601 <https://www.cve.org/CVERecord?id=CVE-2025-62601>`_
14+
#. Fix `CVE-2025-62602 <https://www.cve.org/CVERecord?id=CVE-2025-62602>`_
15+
#. Fix `CVE-2025-62603 <https://www.cve.org/CVERecord?id=CVE-2025-62603>`_
16+
#. Fix `CVE-2025-64098 <https://www.cve.org/CVERecord?id=CVE-2025-64098>`_
17+
#. Fix `CVE-2025-62799 <https://www.cve.org/CVERecord?id=CVE-2025-62799>`_
18+
#. Fix `CVE-2025-64438 <https://www.cve.org/CVERecord?id=CVE-2025-64438>`_
19+
#. Fix `CVE-2025-65016 <https://www.cve.org/CVERecord?id=CVE-2025-65016>`_
20+
21+
This release includes the following **improvements**:
22+
23+
#. Verify Safe DDS signature
24+
#. Improvements in message receiver
25+
#. Regenerate types with Fast DDS Gen 2.1.4
26+
#. Upgrade to Fast CDR v1.0.29
27+
28+
This release includes the following **ci management updates**:
29+
30+
#. Add ``uncrustify`` to Github CI
31+
#. Remove deprecated windows 2019 from CI in favor of 2022
32+
#. Upgrade to macOS Sequoia

docs/notes/versions.rst

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,60 @@ together with Fast DDS.
1212
This section provides information about the required dependencies for building Fast DDS, as well as about the versions
1313
of the eProsima software products related to Fast DDS.
1414

15+
.. _currently_supported_versions:
16+
17+
Currently supported versions
18+
----------------------------
19+
The following table shows the currently supported versions of Fast DDS and their corresponding release and EOL dates.
20+
21+
.. list-table::
22+
:header-rows: 1
23+
24+
* - Version
25+
- Version Branch
26+
- Latest Release
27+
- Release date
28+
- End of Standard Support date
29+
- EOL date
30+
* - 3.5
31+
- `3.5.x <https://github.com/eProsima/Fast-DDS/tree/3.4.x>`__
32+
- Not yet released
33+
- March 2026
34+
- March 2027 (*)
35+
- March 2027 (*)
36+
* - 3.4
37+
- `3.4.x <https://github.com/eProsima/Fast-DDS/tree/3.4.x>`__
38+
- `v3.4.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.4.1>`__
39+
- October 2025
40+
- April 2026
41+
- April 2026
42+
* - 3.3
43+
- `3.3.x <https://github.com/eProsima/Fast-DDS/tree/3.3.x>`__
44+
- `v3.3.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.3.0>`__
45+
- July 2025
46+
- January 2026
47+
- January 2026
48+
* - 3.2
49+
- `3.2.x <https://github.com/eProsima/Fast-DDS/tree/3.2.x>`__ (LTS)
50+
- `v3.2.3 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.2.3>`__
51+
- March 2025
52+
- March 2026 (*)
53+
- March 2026 (*)
54+
* - 2.14
55+
- `2.14.x <https://github.com/eProsima/Fast-DDS/tree/2.14.x>`__
56+
- `v2.14.5 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.14.5>`__
57+
- March 2024
58+
- March 2025 (*)
59+
- March 2025 (*)
60+
* - 2.6 (maintenance)
61+
- `2.6.x <https://github.com/eProsima/Fast-DDS/tree/2.6.x>`__
62+
- `v2.6.11 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.6.11>`__
63+
- March 2022
64+
- July 2024
65+
- May 2025
66+
67+
(*): Support may be extended.
68+
1569
.. _dependencies_compatibilities_platform_support:
1670

1771
Platform support
@@ -238,7 +292,7 @@ Fast DDS as the core middleware.
238292
* - `Fast DDS python <https://github.com/eProsima/Fast-DDS-python/>`__
239293
- `v1.0.2 <https://github.com/eProsima/Fast-DDS-python/releases/tag/v1.0.2>`__
240294
* - `Shapes Demo <https://github.com/eProsima/ShapesDemo/>`__
241-
- `v2.6.10 <https://github.com/eProsima/ShapesDemo/releases/tag/v2.6.11>`__
295+
- `v2.6.11 <https://github.com/eProsima/ShapesDemo/releases/tag/v2.6.11>`__
242296
* - `Discovery Server <https://github.com/eProsima/Discovery-Server/>`__
243297
- `v1.2.1 <https://github.com/eProsima/Discovery-Server/releases/tag/v1.2.1>`__
244298

0 commit comments

Comments
 (0)