Skip to content

Commit

Permalink
Marking all 2.1.x versions as EOL (#492)
Browse files Browse the repository at this point in the history
* Refs #18436: Marking all 2.1.x versions as EOL

Signed-off-by: Javier Santiago <javiersantiago@eprosima.com>

* Refs #18436: Applied suggestions to keep master branch aligned with 2.1.x

Signed-off-by: Javier Santiago <javiersantiago@eprosima.com>

---------

Signed-off-by: Javier Santiago <javiersantiago@eprosima.com>
  • Loading branch information
jsan-rt committed May 19, 2023
1 parent 35883fa commit ac93f4c
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 8 deletions.
1 change: 1 addition & 0 deletions docs/notes/notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Previous versions
.. include:: previous_versions/v2.3.0.rst
.. include:: previous_versions/v2.2.1.rst
.. include:: previous_versions/v2.2.0.rst
.. include:: previous_versions/v2.1.4.rst
.. include:: previous_versions/v2.1.3.rst
.. include:: previous_versions/v2.1.2.rst
.. include:: previous_versions/v2.1.1.rst
Expand Down
4 changes: 2 additions & 2 deletions docs/notes/previous_versions/v2.1.0.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 2.1.0
^^^^^^^^^^^^^
Version 2.1.0 (EOL)
^^^^^^^^^^^^^^^^^^^

This minor release is API compatible with the previous minor release, but introduces **ABI breaks** on
two of the three public APIs:
Expand Down
4 changes: 2 additions & 2 deletions docs/notes/previous_versions/v2.1.1.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 2.1.1
^^^^^^^^^^^^^
Version 2.1.1 (EOL)
^^^^^^^^^^^^^^^^^^^

This release includes the following **bugfixes**:

Expand Down
4 changes: 2 additions & 2 deletions docs/notes/previous_versions/v2.1.2.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 2.1.2
^^^^^^^^^^^^^
Version 2.1.2 (EOL)
^^^^^^^^^^^^^^^^^^^

This release includes the following **improvements**:

Expand Down
4 changes: 2 additions & 2 deletions docs/notes/previous_versions/v2.1.3.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 2.1.3
^^^^^^^^^^^^^
Version 2.1.3 (EOL)
^^^^^^^^^^^^^^^^^^^

This release includes the following **improvements**:

Expand Down
21 changes: 21 additions & 0 deletions docs/notes/previous_versions/v2.1.4.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Version 2.1.4 (EOL)
^^^^^^^^^^^^^^^^^^^

This release includes the following **improvements**:

1. Improve auto GAPs in Data Sharing
2. Improve behavior when ``STRICT_REALTIME`` :ref:`CMake option <cmake_options>` is not enabled
3. Handle SIGTERM in fast discovery server CLI

This release includes the following **bugfixes**:

1. Select correct listener for on_requested_deadline_missed
2. Correctly assign multicast port to multicast initial peers
3. Fix chain of trust issues with a single CA certificate
4. Correctly handle builtin endpoints mask
5. Fix build on MSVC 19

.. note::
If you are upgrading from a version older than 1.7.0, it is **required** to regenerate generated source from IDL
files using *fastddsgen*.
If you are upgrading from a version older than 1.10.0, regenerating the code is *recommended*.

0 comments on commit ac93f4c

Please sign in to comment.