Skip to content

Commit

Permalink
Release notes for v2.5.2 (#385)
Browse files Browse the repository at this point in the history
* Refs #15161: mark v2.5.x releases as EOL

Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>

* Refs #15161: add v2.5.2 release notes

Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
  • Loading branch information
JLBuenoLopez authored Jul 21, 2022
1 parent 4ba4e36 commit db75dfa
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/notes/notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Previous versions

.. include:: previous_versions/v2.6.1.rst
.. include:: previous_versions/v2.6.0.rst
.. include:: previous_versions/v2.5.2.rst
.. include:: previous_versions/v2.5.1.rst
.. include:: previous_versions/v2.5.0.rst
.. include:: previous_versions/v2.4.2.rst
Expand Down
4 changes: 2 additions & 2 deletions docs/notes/previous_versions/v2.5.0.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 2.5.0
^^^^^^^^^^^^^
Version 2.5.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.5.1.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 2.5.1
^^^^^^^^^^^^^
Version 2.5.1 (EOL)
^^^^^^^^^^^^^^^^^^^

This release includes the following **improvements**:

Expand Down
20 changes: 20 additions & 0 deletions docs/notes/previous_versions/v2.5.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Version 2.5.2 (EOL)
^^^^^^^^^^^^^^^^^^^
This release includes the following **improvements**:

1. Support lowercase keywords and hexadecimal values on SQL filter.
2. Support for GCC 12.

This release includes the following **bugfixes**:

1. Fix MatchedStatus `last_*_handle`.
2. Fix recommended statistics DataReaderQos to enable backwards compatibility.
3. Fix deadlocks and data races.
4. Fix empty partition validation checks.
5. Fix corner case with reliable writers and samples with a huge number of fragments.
6. Other minor fixes and improvements.

.. 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 any older version, regenerating the code is *highly recommended*.

0 comments on commit db75dfa

Please sign in to comment.