diff --git a/docs/conf.py b/docs/conf.py index 3626fd088..fae5695f5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/docs/notes/notes.rst b/docs/notes/notes.rst index 893ae21e0..bdd1f1d4f 100644 --- a/docs/notes/notes.rst +++ b/docs/notes/notes.rst @@ -5,25 +5,20 @@ Information about the release lifecycle can be found `here `_. -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 ` + 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 @@ -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 diff --git a/docs/notes/previous_versions/v2.11.1.rst b/docs/notes/previous_versions/v2.11.1.rst new file mode 100644 index 000000000..cce1012b4 --- /dev/null +++ b/docs/notes/previous_versions/v2.11.1.rst @@ -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*.