Skip to content

Commit

Permalink
Version 2.11.2 release notes and Bump (#544)
Browse files Browse the repository at this point in the history
* Refs #19325: Version 2.11.2 release notes

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #19325: Spelling check and Fix in version number

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #19325: reviewer suggestions

Signed-off-by: Mario Dominguez <[email protected]>

---------

Signed-off-by: Mario Dominguez <[email protected]>
  • Loading branch information
Mario-DL authored Aug 11, 2023
1 parent d11946f commit 55ef575
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,9 @@ def configure_doxyfile(
# built documents.
#
# The short X.Y version.
version = u'2.11.1'
version = u'2.11.2'
# The full version, including alpha/beta/rc tags.
release = u'2.11.1'
release = u'2.11.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
20 changes: 8 additions & 12 deletions docs/notes/notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,20 @@
Information about the release lifecycle can be found
`here <https://github.com/eProsima/Fast-DDS/blob/master/RELEASE_SUPPORT.md>`_.

Version 2.11.1
Version 2.11.2
==============

This release includes the following **improvements**:

1. Correct CONTRIBUTING.md typo
2. Improve validation on PID_PROPERTY_LIST deserialization
3. Apply eProsima brand style to Fast DDS repository
4. Fix spelling mistake: SUBSTRACTION to SUBTRACTION
1. Improve Shared Memory resilience to crashing participants
2. User configuration for :ref:`Shared Memory metatraffic <property_policies_shm_enforce_metatraffic>`
3. Performance improvements on intraprocess and data-sharing

This release includes the following **fixes**:

1. Fixed long-standing reconnection issue on SHM transport
2. Added missing include
3. Fixed Boost handle usage regression
4. Fix StatelessWriter locators filtering
5. Avoid double definition of FASTDDS_ENFORCE_LOG_INFO
6. Explicitly register type object in ContentFilteredTopicExample
7. Properly handle zero-sized payloads on dynamic memory payload pools
1. Remove Mutex from TimedEventImpl
2. Replace uint64_t by 8 in ``alignas`` specifier
3. Fix XMLParser null-dereference in ``parseLogConfig``

.. note::
If you are upgrading from a version older than 1.7.0, it is **required** to regenerate generated source from IDL
Expand All @@ -33,6 +28,7 @@ This release includes the following **fixes**:
Previous versions
=================

.. include:: previous_versions/v2.11.1.rst
.. include:: previous_versions/v2.11.0.rst
.. include:: previous_versions/v2.10.1.rst
.. include:: previous_versions/v2.10.0.rst
Expand Down
24 changes: 24 additions & 0 deletions docs/notes/previous_versions/v2.11.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Version 2.11.1
^^^^^^^^^^^^^^

This release includes the following **improvements**:

1. Correct CONTRIBUTING.md typo
2. Improve validation on PID_PROPERTY_LIST deserialization
3. Apply eProsima brand style to Fast DDS repository
4. Fix spelling mistake: SUBSTRACTION to SUBTRACTION

This release includes the following **fixes**:

1. Fixed long-standing reconnection issue on SHM transport
2. Added missing include
3. Fixed Boost handle usage regression
4. Fix StatelessWriter locators filtering
5. Avoid double definition of FASTDDS_ENFORCE_LOG_INFO
6. Explicitly register type object in ContentFilteredTopicExample
7. Properly handle zero-sized payloads on dynamic memory payload pools

.. 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 55ef575

Please sign in to comment.