Skip to content

Commit 13c7f9a

Browse files
committed
Refs #21559: Add notes from 2.6.10
Signed-off-by: Mario Dominguez <[email protected]>
1 parent f67f66b commit 13c7f9a

File tree

4 files changed

+35
-3
lines changed

4 files changed

+35
-3
lines changed

docs/notes/previous_versions/supported_versions.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Version 2.10
3737
Version 2.6 (maintenance)
3838
-------------------------
3939

40+
.. include:: v2.6.10.rst
4041
.. include:: v2.6.9.rst
4142
.. include:: v2.6.8.rst
4243
.. 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

docs/notes/previous_versions/v2.6.9.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Version 2.6.9 (maintenance) <https://fast-dds.docs.eprosima.com/en/v2.6.9/index.html>`_
2-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1+
`Version 2.6.9 <https://fast-dds.docs.eprosima.com/en/v2.6.9/index.html>`_
2+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33

44
.. important::
55
According to our

docs/notes/versions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ Fast DDS as the core middleware.
614614
* - `Fast DDS python <https://github.com/eProsima/Fast-DDS-python/>`__
615615
- `v1.0.2 <https://github.com/eProsima/Fast-DDS-python/releases/tag/v1.0.2>`__
616616
* - `Shapes Demo <https://github.com/eProsima/ShapesDemo/>`__
617-
- `v2.6.9 <https://github.com/eProsima/ShapesDemo/releases/tag/v2.6.9>`__
617+
- `v2.6.10 <https://github.com/eProsima/ShapesDemo/releases/tag/v2.6.10>`__
618618
* - `Discovery Server <https://github.com/eProsima/Discovery-Server/>`__
619619
- `v1.2.1 <https://github.com/eProsima/Discovery-Server/releases/tag/v1.2.1>`__
620620

0 commit comments

Comments
 (0)