Skip to content

Commit c88f364

Browse files
Bump version to 3.2.5 (#1282)
* Refs #24261: Bump version to 3.2.5 Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com> * Refs #24261: Review Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com> --------- Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com>
1 parent 72ad640 commit c88f364

6 files changed

Lines changed: 57 additions & 9 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,9 +570,9 @@ def configure_doxyfile(
570570
# built documents.
571571
#
572572
# The short X.Y version.
573-
version = "3.2.4"
573+
version = "3.2.5"
574574
# The full version, including alpha/beta/rc tags.
575-
release = "3.2.4"
575+
release = "3.2.5"
576576

577577
# The language for content autogenerated by Sphinx. Refer to documentation
578578
# for a list of supported languages.

docs/notes/notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Information about the release lifecycle can be found
66
:fastdds-blob:`here <RELEASE_SUPPORT.md>`.
77

8-
.. include:: previous_versions/v3.2.4.rst
8+
.. include:: previous_versions/v3.2.5.rst
99

1010
.. seealso::
1111

docs/notes/previous_versions/supported_versions.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Supported versions
44
Version 3.2
55
-----------
66

7+
.. include:: v3.2.4.rst
78
.. include:: v3.2.3.rst
89
.. include:: v3.2.2.rst
910
.. include:: v3.2.1.rst

docs/notes/previous_versions/v3.2.4.rst

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

44
This patch release includes the following **security fixes**:
55

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
`Version 3.2.5 (latest) <https://fast-dds.docs.eprosima.com/en/v3.2.5/index.html>`_
2+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3+
4+
This release includes the following **security fixes**:
5+
6+
- `Fix CVE-2025-63829 <https://www.cve.org/CVERecord?id=CVE-2025-63829>`_
7+
- `Fix CVE-2025-65865 <https://www.cve.org/CVERecord?id=CVE-2025-65865>`_
8+
- `Fix CVE-2025-67108 <https://www.cve.org/CVERecord?id=CVE-2025-67108>`_
9+
- `Fix CVE-2026-22591 <https://www.cve.org/CVERecord?id=CVE-2026-22591>`_
10+
- `Fix CVE-2026-45092 <https://www.cve.org/CVERecord?id=CVE-2026-45092>`_
11+
- `Fix CVE-2026-45093 <https://www.cve.org/CVERecord?id=CVE-2026-45093>`_
12+
- `Fix CVE-2026-45094 <https://www.cve.org/CVERecord?id=CVE-2026-45094>`_
13+
- `Fix CVE-2026-45095 <https://www.cve.org/CVERecord?id=CVE-2026-45095>`_
14+
- `Fix CVE-2026-45096 <https://www.cve.org/CVERecord?id=CVE-2026-45096>`_
15+
- `Fix CVE-2026-45097 <https://www.cve.org/CVERecord?id=CVE-2026-45097>`_
16+
- `Fix CVE-2026-45098 <https://www.cve.org/CVERecord?id=CVE-2026-45098>`_
17+
- `Fix CVE-2026-49861 <https://www.cve.org/CVERecord?id=CVE-2026-49861>`_
18+
- `Fix CVE-2026-49862 <https://www.cve.org/CVERecord?id=CVE-2026-49862>`_
19+
- `Fix CVE-2026-49863 <https://www.cve.org/CVERecord?id=CVE-2026-49863>`_
20+
- `Fix CVE-2026-53588 <https://www.cve.org/CVERecord?id=CVE-2026-53588>`_
21+
- `Fix CVE-2026-53589 <https://www.cve.org/CVERecord?id=CVE-2026-53589>`_
22+
- `Fix CVE-2026-53590 <https://www.cve.org/CVERecord?id=CVE-2026-53590>`_
23+
- `Fix CVE-2026-55063 <https://www.cve.org/CVERecord?id=CVE-2026-55063>`_
24+
25+
This release includes the following **improvements**:
26+
27+
#. Update RELEASE_SUPPORT.md to only have link to master version
28+
#. Fix several warnings on several GCC versions
29+
30+
This release includes the following **fixes**:
31+
32+
#. Fix ``RTPSParticipantAttributes`` internal data races
33+
#. Catch exception when constructing a payload pool Node
34+
#. Fix null-dereference build
35+
#. Implement payload release in move assignment
36+
#. Make ``on_xxx_matched`` thread-safe
37+
#. Fix dereference error of 'shared_secret_handle'
38+
#. Assert liveliness with periodic heartbeats in secure participants
39+
#. Fix data races on ``DataWriterImpl`` qos access
40+
#. Remove stale TCP channels
41+
42+
This release includes the following **CI improvements**:
43+
44+
#. Make ``skip-ci`` label report required statuses as pass
45+
#. Improve windows tests
46+
#. Update security tests to use governance-based encryption configuration
47+
#. Add ``UBSan`` workflow and solve its errors

docs/notes/versions.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following table shows the currently supported versions of Fast DDS and their
2929
- EOL date
3030
* - 3.2
3131
- `3.2.x <https://github.com/eProsima/Fast-DDS/tree/3.2.x>`__ (LTS)
32-
- `v3.2.4 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.2.4>`__
32+
- `v3.2.5 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.2.5>`__
3333
- March 2025
3434
- December 2026
3535
- December 2026
@@ -330,13 +330,13 @@ Fast DDS as the core middleware.
330330
* - Product
331331
- Related version
332332
* - `Fast DDS Gen <https://github.com/eProsima/Fast-DDS-Gen/>`__
333-
- `v4.0.6 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v4.0.6>`__
333+
- `v4.0.7 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v4.0.7>`__
334334
* - `Fast DDS Gen - IDL parser <https://github.com/eProsima/IDL-Parser/>`__
335335
- `v4.0.5 <https://github.com/eProsima/IDL-Parser/releases/tag/v4.0.5>`__
336336
* - `Fast DDS python <https://github.com/eProsima/Fast-DDS-python/>`__
337-
- `v2.2.1 <https://github.com/eProsima/Fast-DDS-python/releases/tag/v2.2.1>`__
337+
- `v2.2.2 <https://github.com/eProsima/Fast-DDS-python/releases/tag/v2.2.2>`__
338338
* - `Shapes Demo <https://github.com/eProsima/ShapesDemo/>`__
339-
- `v3.2.4 <https://github.com/eProsima/ShapesDemo/releases/tag/v3.2.4>`__
339+
- `v3.2.5 <https://github.com/eProsima/ShapesDemo/releases/tag/v3.2.5>`__
340340
* - `Discovery Server <https://github.com/eProsima/Discovery-Server/>`__
341341
- `v2.0.2 <https://github.com/eProsima/Discovery-Server/releases/tag/v2.0.2>`__
342342

0 commit comments

Comments
 (0)