Skip to content

Commit

Permalink
Bump version to v2.6.4 and add Fast DDS v2.6.4 release notes (#445)
Browse files Browse the repository at this point in the history
* Refs #16801: bump Fast DDS docs version

Signed-off-by: JLBuenoLopez-eProsima <[email protected]>

* Refs #16801: Fast DDS v2.6.4 release notes

Signed-off-by: JLBuenoLopez-eProsima <[email protected]>

* Refs #16801: fix spelling

Signed-off-by: JLBuenoLopez-eProsima <[email protected]>

Signed-off-by: JLBuenoLopez-eProsima <[email protected]>
  • Loading branch information
JLBuenoLopez authored Jan 17, 2023
1 parent f40e4c0 commit 5b2aa0b
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 19 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.6.3'
version = u'2.6.4'
# The full version, including alpha/beta/rc tags.
release = u'2.6.3'
release = u'2.6.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
1 change: 1 addition & 0 deletions docs/fastdds/api_reference/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ initialHeartbeatDelay
inlined
instanceHandle
InstanceHandle
intraprocess
LatencyBudgetQosPolicy
lifecycle
LifespanQosPolicy
Expand Down
22 changes: 5 additions & 17 deletions docs/notes/notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,14 @@
Information about the release lifecycle can be found
`here <https://github.com/eProsima/Fast-DDS/blob/master/RELEASE_SUPPORT.md>`_.

Version 2.6.3
Version 2.6.4
=============

This release includes the following **improvements**:

1. Upgrade CMake minimum requirement to 3.13.
2. Improve :cpp:struct:`Guid_t<eprosima::fastrtps::rtps::Guid_t>` operator ``<`` performance.

This release includes the following **bugfixes**:

1. Add python3 dependency to package.xml.
2. Fix complex member printing for DynamicDataHelper.
3. Fix selection of output locators.
4. Fix null references on XML parser.
5. Fix data races when creating DataWriters.
6. Send GAPs correctly when using separate sending.
7. Install Statistics IDL file.
8. Fixes for building in older compilers.
9. Fix deadlock when removing DomainParticipant when using SECURITY.
10. Ensure ``shared_mutex`` implementation is consistent throughout supported platforms.
11. Other minor fixes and improvements.
1. Fix communication with asymmetric :ref:`discovery_ignore_flags`.
2. Fix deadlock in Writer Liveliness Protocol when using intraprocess.
3. Fix notification lost.

.. 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 +20,7 @@ This release includes the following **bugfixes**:
Previous versions
=================

.. include:: previous_versions/v2.6.3.rst
.. include:: previous_versions/v2.6.2.rst
.. include:: previous_versions/v2.6.1.rst
.. include:: previous_versions/v2.6.0.rst
Expand Down
26 changes: 26 additions & 0 deletions docs/notes/previous_versions/v2.6.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Version 2.6.3
^^^^^^^^^^^^^

This release includes the following **improvements**:

1. Upgrade CMake minimum requirement to 3.13.
2. Improve :cpp:struct:`Guid_t<eprosima::fastrtps::rtps::Guid_t>` operator ``<`` performance.

This release includes the following **bugfixes**:

1. Add python3 dependency to package.xml.
2. Fix complex member printing for DynamicDataHelper.
3. Fix selection of output locators.
4. Fix null references on XML parser.
5. Fix data races when creating DataWriters.
6. Send GAPs correctly when using separate sending.
7. Install Statistics IDL file.
8. Fixes for building in older compilers.
9. Fix deadlock when removing DomainParticipant when using SECURITY.
10. Ensure ``shared_mutex`` implementation is consistent throughout supported platforms.
11. 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 5b2aa0b

Please sign in to comment.