Skip to content

Commit

Permalink
Bump to 2.3.2 (#265)
Browse files Browse the repository at this point in the history
* Bump to 2.3.2

Signed-off-by: EduPonz <[email protected]>

* Apply suggestions

Signed-off-by: EduPonz <[email protected]>

* Correct spelling

Signed-off-by: EduPonz <[email protected]>
  • Loading branch information
EduPonz authored May 18, 2021
1 parent 472c6c7 commit ec153b9
Show file tree
Hide file tree
Showing 4 changed files with 40 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 @@ -293,9 +293,9 @@ def configure_doxyfile(
# built documents.
#
# The short X.Y version.
version = u'2.3.1'
version = u'2.3.2'
# The full version, including alpha/beta/rc tags.
release = u'2.3.1'
release = u'2.3.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
29 changes: 17 additions & 12 deletions docs/notes/notes.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
.. _release_notes:

Version 2.3.1
Version 2.3.2
=============

This release includes several **bugfixes** and **improvements**:
This release includes the following **feature**:

* Added :ref:`Fast DDS Statistics Module <statistics>` implementation
* Fixed alignment issues on generated code calculation of maximum serialized size
* Fixed calculation of data-sharing domain id
* Fixed issues on data-sharing with volatile writers
* Fixed build issues on old compilers
* Fixed some tests when the library is built without security
* Fixed and exposed pull mode on writers
* Fixed handling of `--data_sharing` on latency test
* Fixed calculation of memory pools sizes on debug builds
* Correctly update memory policy on writers and readers
* Statistics Module

It also includes the following **improvements**:

* Update Asio submodule and avoid exporting Asio API
* Improve Windows installers
* Ease Google Fuzz integration
* Improve Doxygen documentation on lifetime of pointers created with :class:`RTPSDomain`
* Update Fast CDR to v1.0.21

This release includes the following **bugfixes**:

* Add a correct multicast address for UDPv6
* Recover from out-of-sync TCP datagrams

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

.. include:: previous_versions/v2.3.1.rst
.. include:: previous_versions/v2.3.0.rst
.. include:: previous_versions/v2.2.0.rst
.. include:: previous_versions/v2.1.0.rst
Expand Down
20 changes: 20 additions & 0 deletions docs/notes/previous_versions/v2.3.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Version 2.3.1
^^^^^^^^^^^^^

This release includes several **bugfixes** and **improvements**:

* Added :ref:`Fast DDS Statistics Module <statistics>` implementation
* Fixed alignment issues on generated code calculation of maximum serialized size
* Fixed calculation of data-sharing domain id
* Fixed issues on data-sharing with volatile writers
* Fixed build issues on old compilers
* Fixed some tests when the library is built without security
* Fixed and exposed pull mode on writers
* Fixed handling of `--data_sharing` on latency test
* Fixed calculation of memory pools sizes on debug builds
* Correctly update memory policy on writers and readers

.. 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*.
1 change: 1 addition & 0 deletions docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ crypto
cryptographic
cryptosystem
datagram
datagrams
datarate
deallocate
deallocated
Expand Down

0 comments on commit ec153b9

Please sign in to comment.