diff --git a/VERSION b/VERSION index c82573cb6..ecd698a9c 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ VERSION_MAJOR 3 VERSION_MINOR 5 -VERSION_PATCH 1 +VERSION_PATCH 2 diff --git a/ddsrouter_core/package.xml b/ddsrouter_core/package.xml index 728a82bba..6f6a543ee 100644 --- a/ddsrouter_core/package.xml +++ b/ddsrouter_core/package.xml @@ -2,7 +2,7 @@ ddsrouter_core - 3.5.1 + 3.5.2 *eprosima DDS Router* C++ library to communicate isolated DDS networks between each other. Use in isolated machines an WAN scenarios. diff --git a/ddsrouter_test/package.xml b/ddsrouter_test/package.xml index ce447675e..d360f7d72 100644 --- a/ddsrouter_test/package.xml +++ b/ddsrouter_test/package.xml @@ -2,7 +2,7 @@ ddsrouter_test - 3.5.1 + 3.5.2 *eprosima DDS Router* tests. diff --git a/ddsrouter_yaml/package.xml b/ddsrouter_yaml/package.xml index f187f1ea6..23abba04c 100644 --- a/ddsrouter_yaml/package.xml +++ b/ddsrouter_yaml/package.xml @@ -2,7 +2,7 @@ ddsrouter_yaml - 3.5.1 + 3.5.2 *eprosima DDS Router* C++ library to communicate isolated DDS networks between each other. Use in isolated machines an WAN scenarios. diff --git a/docs/package.xml b/docs/package.xml index a88eec0b3..5ba043261 100644 --- a/docs/package.xml +++ b/docs/package.xml @@ -2,7 +2,7 @@ ddsrouter_docs - 3.5.1 + 3.5.2 *eprosima DDS Router* Documentation built with sphinx and deployed in ReadTheDocs. diff --git a/docs/rst/notes/notes.rst b/docs/rst/notes/notes.rst index 723ba4668..ee0be558e 100644 --- a/docs/rst/notes/notes.rst +++ b/docs/rst/notes/notes.rst @@ -5,9 +5,18 @@ .. include:: forthcoming_version.rst ############## -Version v3.5.1 +Version v3.5.2 ############## +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:: @@ -18,30 +27,31 @@ This release includes the following **Dependencies Update**: - Old Version - New Version * - Foonathan Memory Vendor - - `eProsima/foonathan_memory_vendor `_ - - `v1.3.1 `_ - - `v1.4.1 `_ + - `eProsima/foonathan_memory_vendor `__ + - `v1.4.1 `__ + - `v1.4.1 `__ * - Fast CDR - - `eProsima/Fast-CDR `_ - - `v2.3.4 `_ - - `v2.3.5 `_ + - `eProsima/Fast-CDR `__ + - `v2.3.5 `__ + - `v2.3.6 `__ * - Fast DDS - - `eProsima/Fast-DDS `_ - - `v3.6.0 `_ - - `v3.6.1 `_ + - `eProsima/Fast-DDS `__ + - `v3.6.1 `__ + - `v3.6.2 `__ * - Dev Utils - - `eProsima/dev-utils `_ - - `v1.5.0 `__ + - `eProsima/dev-utils `__ - `v1.5.1 `__ + - `v1.5.3 `__ * - DDS Pipe - - `eProsima/DDS-Pipe `_ - - `v1.5.0 `__ + - `eProsima/DDS-Pipe `__ - `v1.5.1 `__ + - `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 diff --git a/docs/rst/notes/previous_versions/v3.5.0.rst b/docs/rst/notes/previous_versions/v3.5.0.rst index f0012ea46..2bcd266b1 100644 --- a/docs/rst/notes/previous_versions/v3.5.0.rst +++ b/docs/rst/notes/previous_versions/v3.5.0.rst @@ -25,23 +25,22 @@ This release includes the following **Dependencies Update**: - Old Version - New Version * - Foonathan Memory Vendor - - `eProsima/foonathan_memory_vendor `_ - - `v1.3.1 `_ - - `v1.4.1 `_ + - `eProsima/foonathan_memory_vendor `__ + - `v1.3.1 `__ + - `v1.4.1 `__ * - Fast CDR - - `eProsima/Fast-CDR `_ - - `v2.3.4 `_ - - `v2.3.5 `_ + - `eProsima/Fast-CDR `__ + - `v2.3.4 `__ + - `v2.3.5 `__ * - Fast DDS - - `eProsima/Fast-DDS `_ - - `v3.4.1 `_ - - `v3.6.0 `_ + - `eProsima/Fast-DDS `__ + - `v3.4.1 `__ + - `v3.6.0 `__ * - Dev Utils - - `eProsima/dev-utils `_ + - `eProsima/dev-utils `__ - `v1.4.0 `__ - `v1.5.0 `__ * - DDS Pipe - - `eProsima/DDS-Pipe `_ + - `eProsima/DDS-Pipe `__ - `v1.4.0 `__ - `v1.5.0 `__ - diff --git a/docs/rst/notes/previous_versions/v3.5.1.rst b/docs/rst/notes/previous_versions/v3.5.1.rst new file mode 100644 index 000000000..ab7d1f1e2 --- /dev/null +++ b/docs/rst/notes/previous_versions/v3.5.1.rst @@ -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 `__ + - `v1.3.1 `__ + - `v1.4.1 `__ + * - Fast CDR + - `eProsima/Fast-CDR `__ + - `v2.3.4 `__ + - `v2.3.5 `__ + * - Fast DDS + - `eProsima/Fast-DDS `__ + - `v3.6.0 `__ + - `v3.6.1 `__ + * - Dev Utils + - `eProsima/dev-utils `__ + - `v1.5.0 `__ + - `v1.5.1 `__ + * - DDS Pipe + - `eProsima/DDS-Pipe `__ + - `v1.5.0 `__ + - `v1.5.1 `__ diff --git a/docs/rst/user_manual/configuration.rst b/docs/rst/user_manual/configuration.rst index d58d1600e..c1709f765 100644 --- a/docs/rst/user_manual/configuration.rst +++ b/docs/rst/user_manual/configuration.rst @@ -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.2* **The current configuration version is v5.0**. diff --git a/tools/ddsrouter_tool/package.xml b/tools/ddsrouter_tool/package.xml index c519f398a..293221bb0 100644 --- a/tools/ddsrouter_tool/package.xml +++ b/tools/ddsrouter_tool/package.xml @@ -2,7 +2,7 @@ ddsrouter_tool - 3.5.1 + 3.5.2 *eprosima DDS Router* Application to execute a DDS Router from a YAML configuration file.