Skip to content
Merged
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
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,9 +570,9 @@ def configure_doxyfile(
# built documents.
#
# The short X.Y version.
version = "3.2.4"
version = "3.2.5"
# The full version, including alpha/beta/rc tags.
release = "3.2.4"
release = "3.2.5"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/notes/notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Information about the release lifecycle can be found
:fastdds-blob:`here <RELEASE_SUPPORT.md>`.

.. include:: previous_versions/v3.2.4.rst
.. include:: previous_versions/v3.2.5.rst

.. seealso::

Expand Down
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 @@ -4,6 +4,7 @@ Supported versions
Version 3.2
-----------

.. include:: v3.2.4.rst
.. include:: v3.2.3.rst
.. include:: v3.2.2.rst
.. include:: v3.2.1.rst
Expand Down
4 changes: 2 additions & 2 deletions docs/notes/previous_versions/v3.2.4.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
`Version 3.2.4 (latest) <https://fast-dds.docs.eprosima.com/en/v3.2.4/index.html>`_
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`Version 3.2.4 <https://fast-dds.docs.eprosima.com/en/v3.2.4/index.html>`_
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

Expand Down
47 changes: 47 additions & 0 deletions docs/notes/previous_versions/v3.2.5.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
`Version 3.2.5 (latest) <https://fast-dds.docs.eprosima.com/en/v3.2.5/index.html>`_
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

- `Fix CVE-2025-63829 <https://www.cve.org/CVERecord?id=CVE-2025-63829>`_
- `Fix CVE-2025-65865 <https://www.cve.org/CVERecord?id=CVE-2025-65865>`_
- `Fix CVE-2025-67108 <https://www.cve.org/CVERecord?id=CVE-2025-67108>`_
- `Fix CVE-2026-22591 <https://www.cve.org/CVERecord?id=CVE-2026-22591>`_
- `Fix CVE-2026-45092 <https://www.cve.org/CVERecord?id=CVE-2026-45092>`_
- `Fix CVE-2026-45093 <https://www.cve.org/CVERecord?id=CVE-2026-45093>`_
- `Fix CVE-2026-45094 <https://www.cve.org/CVERecord?id=CVE-2026-45094>`_
- `Fix CVE-2026-45095 <https://www.cve.org/CVERecord?id=CVE-2026-45095>`_
- `Fix CVE-2026-45096 <https://www.cve.org/CVERecord?id=CVE-2026-45096>`_
- `Fix CVE-2026-45097 <https://www.cve.org/CVERecord?id=CVE-2026-45097>`_
- `Fix CVE-2026-45098 <https://www.cve.org/CVERecord?id=CVE-2026-45098>`_
- `Fix CVE-2026-49861 <https://www.cve.org/CVERecord?id=CVE-2026-49861>`_
- `Fix CVE-2026-49862 <https://www.cve.org/CVERecord?id=CVE-2026-49862>`_
- `Fix CVE-2026-49863 <https://www.cve.org/CVERecord?id=CVE-2026-49863>`_
- `Fix CVE-2026-53588 <https://www.cve.org/CVERecord?id=CVE-2026-53588>`_
- `Fix CVE-2026-53589 <https://www.cve.org/CVERecord?id=CVE-2026-53589>`_
- `Fix CVE-2026-53590 <https://www.cve.org/CVERecord?id=CVE-2026-53590>`_
- `Fix CVE-2026-55063 <https://www.cve.org/CVERecord?id=CVE-2026-55063>`_

This release includes the following **improvements**:

#. Update RELEASE_SUPPORT.md to only have link to master version
#. Fix several warnings on several GCC versions

This release includes the following **fixes**:

#. Fix ``RTPSParticipantAttributes`` internal data races
#. Catch exception when constructing a payload pool Node
#. Fix null-dereference build
#. Implement payload release in move assignment
#. Make ``on_xxx_matched`` thread-safe
#. Fix dereference error of 'shared_secret_handle'
#. Assert liveliness with periodic heartbeats in secure participants
#. Fix data races on ``DataWriterImpl`` qos access
#. Remove stale TCP channels

This release includes the following **CI improvements**:

#. Make ``skip-ci`` label report required statuses as pass
#. Improve windows tests
#. Update security tests to use governance-based encryption configuration
#. Add ``UBSan`` workflow and solve its errors
8 changes: 4 additions & 4 deletions docs/notes/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The following table shows the currently supported versions of Fast DDS and their
- EOL date
* - 3.2
- `3.2.x <https://github.com/eProsima/Fast-DDS/tree/3.2.x>`__ (LTS)
- `v3.2.4 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.2.4>`__
- `v3.2.5 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.2.5>`__
- March 2025
- December 2026
- December 2026
Expand Down Expand Up @@ -330,13 +330,13 @@ Fast DDS as the core middleware.
* - Product
- Related version
* - `Fast DDS Gen <https://github.com/eProsima/Fast-DDS-Gen/>`__
- `v4.0.6 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v4.0.6>`__
- `v4.0.7 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v4.0.7>`__
* - `Fast DDS Gen - IDL parser <https://github.com/eProsima/IDL-Parser/>`__
- `v4.0.5 <https://github.com/eProsima/IDL-Parser/releases/tag/v4.0.5>`__
* - `Fast DDS python <https://github.com/eProsima/Fast-DDS-python/>`__
- `v2.2.1 <https://github.com/eProsima/Fast-DDS-python/releases/tag/v2.2.1>`__
- `v2.2.2 <https://github.com/eProsima/Fast-DDS-python/releases/tag/v2.2.2>`__
* - `Shapes Demo <https://github.com/eProsima/ShapesDemo/>`__
- `v3.2.4 <https://github.com/eProsima/ShapesDemo/releases/tag/v3.2.4>`__
- `v3.2.5 <https://github.com/eProsima/ShapesDemo/releases/tag/v3.2.5>`__
* - `Discovery Server <https://github.com/eProsima/Discovery-Server/>`__
- `v2.0.2 <https://github.com/eProsima/Discovery-Server/releases/tag/v2.0.2>`__

Expand Down
Loading