Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_MAJOR 3
VERSION_MINOR 5
VERSION_PATCH 1
VERSION_PATCH 3
2 changes: 1 addition & 1 deletion ddsrouter_core/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ddsrouter_core</name>
<version>3.5.1</version>
<version>3.5.3</version>
<description>
*eprosima DDS Router* C++ library to communicate isolated DDS networks between each other. Use in isolated machines an WAN scenarios.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ddsrouter_test/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ddsrouter_test</name>
<version>3.5.1</version>
<version>3.5.3</version>
<description>
*eprosima DDS Router* tests.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ddsrouter_yaml/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ddsrouter_yaml</name>
<version>3.5.1</version>
<version>3.5.3</version>
<description>
*eprosima DDS Router* C++ library to communicate isolated DDS networks between each other. Use in isolated machines an WAN scenarios.
</description>
Expand Down
2 changes: 1 addition & 1 deletion docs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ddsrouter_docs</name>
<version>3.5.1</version>
<version>3.5.3</version>
<description>
*eprosima DDS Router* Documentation built with sphinx and deployed in ReadTheDocs.
</description>
Expand Down
24 changes: 17 additions & 7 deletions docs/rst/notes/notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,18 @@
.. include:: forthcoming_version.rst

##############
Version v3.5.1
Version v3.5.3
##############

This release includes the following **features**:

* Add a native C++ YAML validator with JSON schema to ``ddsrouter_yaml``, replacing the old Python validator

This release includes the following **improvements**:

* Add regression tests for the DDS-Pipe Dispose fix in the DDS Router repeater
* Remove unused ``FileWatch`` header

This release includes the following **Dependencies Update**:

.. list-table::
Expand All @@ -19,29 +28,30 @@ This release includes the following **Dependencies Update**:
- New Version
* - Foonathan Memory Vendor
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`_
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
- `v1.4.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.4.1>`_
- `v1.4.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.4.1>`_
* - Fast CDR
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
- `v2.3.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.4>`_
- `v2.3.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.5>`_
- `v2.3.6 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.6>`_
* - Fast DDS
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
- `v3.6.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.6.0>`_
- `v3.6.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.6.1>`_
- `v3.6.2 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.6.2>`_
* - Dev Utils
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_
- `v1.5.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.5.0>`__
- `v1.5.1 <https://github.com/eProsima/dev-utils/releases/tag/v1.5.1>`__
- `v1.5.3 <https://github.com/eProsima/dev-utils/releases/tag/v1.5.3>`_
* - DDS Pipe
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
- `v1.5.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.5.0>`__
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe>`_
- `v1.5.1 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.5.1>`__
- `v1.5.2 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.5.2>`_

#################
Previous Versions
#################

.. include:: previous_versions/v3.5.1.rst
.. include:: previous_versions/v3.5.0.rst
.. include:: previous_versions/v3.4.0.rst
.. include:: previous_versions/v3.3.0.rst
Expand Down
32 changes: 32 additions & 0 deletions docs/rst/notes/previous_versions/v3.5.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Version v3.5.1
==============

This release includes the following **Dependencies Update**:

.. list-table::
:header-rows: 1

* -
- Repository
- Old Version
- New Version
* - Foonathan Memory Vendor
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`_
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
- `v1.4.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.4.1>`_
* - Fast CDR
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
- `v2.3.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.4>`_
- `v2.3.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.5>`_
* - Fast DDS
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
- `v3.6.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.6.0>`_
- `v3.6.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.6.1>`_
* - Dev Utils
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_
- `v1.5.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.5.0>`__
- `v1.5.1 <https://github.com/eProsima/dev-utils/releases/tag/v1.5.1>`__
* - DDS Pipe
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
- `v1.5.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.5.0>`__
- `v1.5.1 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.5.1>`__
2 changes: 1 addition & 1 deletion docs/rst/user_manual/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This value allows users to keep using the same YAML file with an old configurati

* - version 4.0
- ``v4.0``
- *v3.5.1*
- *v3.5.3*


**The current configuration version is v5.0**.
Expand Down
2 changes: 1 addition & 1 deletion tools/ddsrouter_tool/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ddsrouter_tool</name>
<version>3.5.1</version>
<version>3.5.3</version>
<description>
*eprosima DDS Router* Application to execute a DDS Router from a YAML configuration file.
</description>
Expand Down
Loading