Skip to content

Commit 35f2e2c

Browse files
Bump version to 3.6.1 plus release notes (#1254)
* Bump version Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com> * Apply suggestions from code review Co-authored-by: Carlos Ferreira González <carloos.499@gmail.com> Signed-off-by: Emilio Cuesta Fernandez <emiliocuesta@eprosima.com> --------- Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com> Signed-off-by: Emilio Cuesta Fernandez <emiliocuesta@eprosima.com> Co-authored-by: Carlos Ferreira González <carloos.499@gmail.com>
1 parent 314902d commit 35f2e2c

6 files changed

Lines changed: 17 additions & 8 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,9 +604,9 @@ def configure_doxyfile(
604604
# built documents.
605605
#
606606
# The short X.Y version.
607-
version = "3.6.0"
607+
version = "3.6.1"
608608
# The full version, including alpha/beta/rc tags.
609-
release = "3.6.0"
609+
release = "3.6.1"
610610

611611
# The language for content autogenerated by Sphinx. Refer to documentation
612612
# 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.6.0.rst
8+
.. include:: previous_versions/v3.6.1.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
@@ -6,6 +6,7 @@ Supported versions
66
Version 3.6
77
-----------
88

9+
.. include:: v3.6.1.rst
910
.. include:: v3.6.0.rst
1011

1112
Version 3.5

docs/notes/previous_versions/v3.6.0.rst

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

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
`Version 3.6.1 (latest) <https://fast-dds.docs.eprosima.com/en/v3.6.1/index.html>`_
2+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3+
4+
This release includes the following **fixes**:
5+
6+
1. Apply ``sqlite3`` patch to eliminate ``const`` issue
7+
2. Remove deprecated doxygen warnings
8+
3. Fix compilation warnings and errors in Ubuntu Focal

docs/notes/versions.rst

Lines changed: 3 additions & 3 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.6
3131
- `3.6.x <https://github.com/eProsima/Fast-DDS/tree/3.6.x>`__
32-
- `v3.6.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.6.0>`__
32+
- `v3.6.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.6.1>`__
3333
- April 2026
3434
- April 2027 (*)
3535
- April 2027 (*)
@@ -579,9 +579,9 @@ Fast DDS as the core middleware.
579579
* - `Fast DDS Gen - IDL parser <https://github.com/eProsima/IDL-Parser/>`__
580580
- `v4.3.0 <https://github.com/eProsima/IDL-Parser/releases/tag/v4.3.0>`__
581581
* - `Fast DDS Python <https://github.com/eProsima/Fast-DDS-python/>`__
582-
- `v2.6.0 <https://github.com/eProsima/Fast-DDS-python/releases/tag/v2.6.0>`__
582+
- `v2.6.1 <https://github.com/eProsima/Fast-DDS-python/releases/tag/v2.6.1>`__
583583
* - `Shapes Demo <https://github.com/eProsima/ShapesDemo/>`__
584-
- `v3.6.0 <https://github.com/eProsima/ShapesDemo/releases/tag/v3.6.0>`__
584+
- `v3.6.1 <https://github.com/eProsima/ShapesDemo/releases/tag/v3.6.1>`__
585585

586586
.. tab-item:: 3.5.x
587587
:sync: 3.5.x

0 commit comments

Comments
 (0)