Skip to content

Commit 1b75be8

Browse files
Add notes from 2.6.10 (#1060)
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> Co-authored-by: Mario Dominguez <mariodominguez@eprosima.com>
1 parent d51f842 commit 1b75be8

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

docs/notes/notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Previous versions
5050
.. include:: previous_versions/v2.7.2.rst
5151
.. include:: previous_versions/v2.7.1.rst
5252
.. include:: previous_versions/v2.7.0.rst
53+
.. include:: previous_versions/v2.6.10.rst
5354
.. include:: previous_versions/v2.6.9.rst
5455
.. include:: previous_versions/v2.6.8.rst
5556
.. include:: previous_versions/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)
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)
2-
^^^^^^^^^^^^^^^^^^^^^^^^^^^
1+
Version 2.6.9
2+
^^^^^^^^^^^^^
33

44
.. important::
55
According to our

0 commit comments

Comments
 (0)