File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -504,9 +504,9 @@ def configure_doxyfile(
504504# built documents.
505505#
506506# The short X.Y version.
507- version = "3.2.1 "
507+ version = "3.2.2 "
508508# The full version, including alpha/beta/rc tags.
509- release = "3.2.1 "
509+ release = "3.2.2 "
510510
511511# The language for content autogenerated by Sphinx. Refer to documentation
512512# for a list of supported languages.
Original file line number Diff line number Diff line change 55Information about the release lifecycle can be found
66`here <https://github.com/eProsima/Fast-DDS/blob/master/RELEASE_SUPPORT.md >`_.
77
8- .. include :: previous_versions/v3.2.1 .rst
8+ .. include :: previous_versions/v3.2.2 .rst
99
1010.. seealso ::
1111
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Supported versions
44Version 3.2
55-----------
66
7+ .. include :: v3.2.2.rst
78.. include :: v3.2.1.rst
89.. include :: v3.2.0.rst
910
Original file line number Diff line number Diff line change 1- `Version 3.2.1 (latest) <https://fast-dds.docs.eprosima.com/en/v3.2.1/index.html >`_
1+ `Version 3.2.1 <https://fast-dds.docs.eprosima.com/en/v3.2.1/index.html >`_
22^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33
44This patch release includes the following **fixes **:
Original file line number Diff line number Diff line change 1+ `Version 3.2.2 (latest) <https://fast-dds.docs.eprosima.com/en/v3.2.2/index.html >`_
2+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3+
4+ This release includes the following **fixes **:
5+
6+ #. Fix ``related_sample_identity `` handling in RPC for ROS 2 request messages
7+ #. Fix compilation in Windows using MinGW compiler
8+ #. Fix a crash error in ``XMLDynamicParser.cpp `` due to ``wstring_builder `` being created as ``nullptr ``
9+
10+ This release includes the following **improvements **:
11+
12+ #. Add support for sequence types in ``IDLParser ``
13+ #. Improve efficiency of Discovery Server routines
14+ #. Always copy ``type_information `` in ``ReaderProxyData `` and ``WriterProxyData `` copy constructors
15+ #. Add Fast DDS v2.6.10 to supported releases
16+
17+ This release includes the following **ci management updates **:
18+
19+ #. Force using asio from thirdparty in MacOS CI
20+ #. Update 2.6.x weekly Ubuntu image to Ubuntu 22.04
21+
22+ .. important ::
23+
24+ When upgrading to version 3.2.2 it is **highly recommended ** to regenerate generated source from IDL files
25+ using at least `Fast DDS-Gen v4.0.4 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v4.0.4 >`_.
26+ But it is advisable to regenerate them using the latest patch version of ``Fast DDS-Gen v4.0.x ``.
Original file line number Diff line number Diff line change @@ -519,7 +519,7 @@ Fast DDS as the core middleware.
519519 * - `Fast DDS python <https://github.com/eProsima/Fast-DDS-python/ >`__
520520 - `v2.2.0 <https://github.com/eProsima/Fast-DDS-python/releases/tag/v2.2.0 >`__
521521 * - `Shapes Demo <https://github.com/eProsima/ShapesDemo/ >`__
522- - `v3.2.1 <https://github.com/eProsima/ShapesDemo/releases/tag/v3.2.1 >`__
522+ - `v3.2.2 <https://github.com/eProsima/ShapesDemo/releases/tag/v3.2.2 >`__
523523 * - `Discovery Server <https://github.com/eProsima/Discovery-Server/ >`__
524524 - `v2.0.0 <https://github.com/eProsima/Discovery-Server/releases/tag/v2.0.0 >`__
525525
You can’t perform that action at this time.
0 commit comments